itojun
d26799ebc9
off-by-one. from millert@openbsd
2003-10-03 22:04:03 +00:00
itojun
ac0a546d0d
realloc error check failure; Greg Troxel, sync w/kame
2003-10-03 21:53:32 +00:00
itojun
ffe9fe35e1
realloc error check failure; Greg Troxel, sync w/ kame
2003-10-03 21:53:08 +00:00
christos
44eab0895d
PR/20768: Martin Blapp: Remove special handling for non-blocking connections
...
that breaks amd clients.
2003-10-03 21:29:16 +00:00
itojun
d9ff160bd7
when dropping M_PKTHDR, need to free m_tag chain.
2003-10-03 20:57:29 +00:00
itojun
98d5598feb
when dropping M_PKTHDR, need to free m_tag associated with it.
2003-10-03 20:56:11 +00:00
wiz
e2b595e0ce
Indent, and remove some #if 0-ed code.
2003-10-03 19:55:34 +00:00
wiz
51dc91caa9
Add zlib(3) provided by jmc@openbsd -- thank you!
2003-10-03 18:46:22 +00:00
christos
754bffb7e7
Fix problem with signal trampoline version checking that did not take into
...
account that emulations usually use version 0 and provide their own in kernel
trampolines.
2003-10-03 17:51:13 +00:00
dsl
9b293a6add
Add note about /dev/constty
2003-10-03 16:48:55 +00:00
pooka
a1dd1bf617
g/c unused var bch from a few places
2003-10-03 16:47:57 +00:00
pooka
2491e652ce
When processing a connect indication, seek out the appropriate
...
l3drv and add that information to the call descriptor. This causes
us to not crash when receiving calls.
2003-10-03 16:46:32 +00:00
pooka
dae7af8b24
Ready the kernel side of i4b for primary rate interface support by
...
removing assumptions that there are only two B channels and by
adding support for a varying number of channels.
Due to this, rename previously used isdn identified "bri" to "isdnif",
which better describes the current situation.
2003-10-03 16:38:44 +00:00
yamt
589e82f2ba
terminate snprintb 'new' format strings correctly.
...
(fixes overrun in mount_*)
2003-10-03 16:34:31 +00:00
wiz
f13972188c
Bump date for previous (oops :) ).
2003-10-03 15:42:22 +00:00
wiz
08cf6988bc
Note HTTP support in pkg_add.
2003-10-03 15:41:53 +00:00
wiz
297eaf11ad
Bump version to 20031003 for added HTTP support.
2003-10-03 15:41:03 +00:00
wiz
38e730c27c
Add HTTP support.
...
Thanks to dillo@ for extensive review and jmmv@ for testing.
Remaining bugs are, of course, mine.
Closes PR 10006.
2003-10-03 15:40:27 +00:00
yamt
4ce4892712
assertions.
2003-10-03 15:35:54 +00:00
yamt
33feb8e686
reassignbuf() when lfs_writeseg() takes away B_DELWRI.
2003-10-03 15:35:03 +00:00
christos
1f6ab188f9
If the user passes enough space, output the per cpu states instead of
...
aggregating them.
2003-10-03 15:33:42 +00:00
christos
72eafe083f
On MP systems, print a line for each cpu describing cpustate.
2003-10-03 15:32:06 +00:00
dsl
e5217087d8
Change 'console' login to use /dev/constty so that its output isn't
...
stolen by code that requests system messages using TIOCCONS.
2003-10-03 14:54:20 +00:00
dsl
fca3294820
Add a /dev/constty == /dev/console but with minor 1.
...
Use for tty sessions on 'console' so that output doesn't pinched by anyone
using TIOCCONS to get kernel and system messages.
2003-10-03 14:35:36 +00:00
jmmv
45eac10315
+ ACPI, APIC, AT, ATAPI, ATX, CPU, ECP, EPP, PIC, PIO, S/PDIF, SMART, SPD
...
UC, USWC, XT
2003-10-03 13:48:09 +00:00
lukem
4ab35bde4b
Document the various bootxx_ variants seen on i386, since it's a FAQ.
...
Document /usr/mdec/biosboot. (Arguably that should be renamed to
"/usr/mdec/boot" or "/usr/mdec/boot.i386" for consistency with other platforms)
2003-10-03 13:43:34 +00:00
dsl
920dff4b7c
If /dev/constty exists, use it instead of /dev/console for single user shell.
...
I'm not 100% certain it should call login_tty() for anything else.
2003-10-03 13:31:32 +00:00
dsl
af4b8ed37d
Add _PATH_CONSTTY as "/dev/constty"
2003-10-03 13:17:12 +00:00
dsl
23069255ce
Make 'minor(dev) == 1' a device that isn't affected by TIOCCONS.
...
For /dev/constty so that you can grab kernel messages when logged in
on the 'console'.
2003-10-03 13:15:52 +00:00
yamt
656ff745cf
when inactivating segments, compare segment numbers correctly.
2003-10-03 13:02:54 +00:00
yamt
f271a34ced
write out modified directory entries to the correct place.
2003-10-03 12:23:22 +00:00
yamt
6e547a61f9
make this work for big (ie. with indirect blocks) directories
...
without spurious 'EXTRA ..' errors.
2003-10-03 12:22:15 +00:00
oki
59c580bc38
Correct debug message, mine is myauth, not hisauth.
2003-10-03 10:29:05 +00:00
martin
b82411d0b6
Ooops, added previous note to the wrong ChangeLog
2003-10-03 09:06:14 +00:00
itojun
96fda496da
use in6_{embed,recover}scope for scoped address manipulation
2003-10-03 08:46:15 +00:00
petrov
3dd6a14153
ansify.
2003-10-03 07:50:12 +00:00
bsh
81227d1ae1
avoid compile error with GCC3, and add some comments.
2003-10-03 07:24:05 +00:00
itojun
140276fde1
shouldn't check scope match when encapsulating packet into tunnel mode.
...
iij seil team
2003-10-03 04:30:31 +00:00
lukem
d7e5203947
Allow ${CRUNCHBIN} to be optional by defaulting to "." when doing the
...
"${.OODATE}" check.
Problem noticed in a build that uses Makefile.image but not Makefile.crunch.
2003-10-03 02:46:52 +00:00
grog
3c7a263246
(Finally) add my details.
2003-10-03 02:15:17 +00:00
itojun
fa4e8e1f23
-DHAVE_ARC4RANDOM for auth.c
2003-10-03 00:13:39 +00:00
itojun
8af6887573
correct arg to setpeer() from main().
2003-10-02 23:31:52 +00:00
itojun
8cf5cbae01
correct arg handling in setpeer().
2003-10-02 21:33:05 +00:00
abs
024a9509bc
s/dails/dials/ in a comment
2003-10-02 21:32:56 +00:00
itojun
48b0bfaad0
support policy w/o selector.
2003-10-02 19:53:01 +00:00
itojun
3c068c5948
correct unsafe realloc().
2003-10-02 19:52:43 +00:00
itojun
27ed6671c7
correct unsafe use of realloc().
2003-10-02 19:38:59 +00:00
itojun
d451ef2606
do not deref state.ro if it is NULL
2003-10-02 19:32:41 +00:00
augustss
99ebb5ba5a
Add more printers that report bidir mode, but can't handle it. From Linux.
2003-10-02 19:10:37 +00:00
augustss
301ab7ace1
Regen.
2003-10-02 19:09:53 +00:00