yamt
c9290b239d
key_sp_unlink: decrement refcnt of the policy only if it was chained.
...
otherwise SADB_X_SPDDELETE2 and SADB_X_SPDFLUSH can free per-pcb policies
erroneously. it's the identical with what kame repository has.
ok'ed by itojun@
2004-05-10 09:30:23 +00:00
gendalia
4ff7407fae
Add support for Adaptec AAR 2810SA raid controller.
2004-05-10 06:21:09 +00:00
gendalia
2f085ffee7
regen (Add support for Adaptec AAR 2810SA raid controller.)
2004-05-10 06:20:39 +00:00
gendalia
f0491fe6e7
Add support for Adaptec AAR 2810SA raid controller.
2004-05-10 06:18:53 +00:00
thorpej
216e5888a5
Fix a couple of whitespace nits.
2004-05-10 02:36:56 +00:00
kleink
5e63ca7768
Add offtime(3) and friends.
2004-05-10 02:08:01 +00:00
kleink
f52f2d3dfe
Add a manual page for the standard-inspired offtime(3) and friends;
...
requested by Thomas Klausner.
2004-05-10 02:02:00 +00:00
mhitch
4580796d6b
Fix path to installboot and the boot image.
2004-05-10 01:50:32 +00:00
mhitch
0e493eae87
/usr/sbin/installboot was missing from installation media.
2004-05-10 01:49:36 +00:00
cl
ba728d7531
Avoid overrun problems with the indexes of the slots in the
...
communication rings.
2004-05-10 01:39:39 +00:00
christos
f07e678b45
PR/24969: Arto Selonen: /usr/sbin/ipfs from ipfilter 4.1.1 does not work
...
patch applied.
2004-05-10 01:34:59 +00:00
christos
4c00db0b81
PR/24969: Arto Selonen: ipfs does not work at all with 4.1.1. Applied portion
...
of the patch that did not conflict with the previous commit. Darren should
take a look at it, and keep what it apropriate.
2004-05-10 00:50:07 +00:00
christos
191890ee3f
PR/21334: Mike M. Volokhov: NAT halts on ipfs(8) restore in case of ftp
...
proxy used. Apply userland patch from this PR, since the kernel patch does
not match at all anymore, and seems to have been applied differently.
2004-05-10 00:36:19 +00:00
ross
01fd915146
Update text since there are now three install floppies. It's
...
written to cover the 2-floppy case as well, so if this file is
updated later with delta's needed on netbsd-2-0, this one revision
does not need to be excluded.
2004-05-10 00:35:10 +00:00
fair
9d0b34ca9c
Add port-xen
2004-05-10 00:28:08 +00:00
ross
062b87f655
Fix install floppy overflow by going to a 3-floppy boot.
...
Fix the single-image overflow by just doubling the allowed size.
2004-05-10 00:08:48 +00:00
lukem
2ebcc58148
sbsize should be parsed as R_CSIZE so that suffixes work correctly.
...
Fix from Christian Biere in PR [lib/25504].
(XXX: the R_CSIZE parsing should be changed to using strsuftollx(3))
2004-05-09 23:28:11 +00:00
kleink
08e9a66ef3
s/wchat/wchar/ in a comment.
2004-05-09 19:50:30 +00:00
kleink
e984bcd6d6
G/c an orphaned #endif.
2004-05-09 19:48:38 +00:00
kleink
f379d2c8ac
There are two instances of getsubopt.c, one in gen, which came by the
...
ways of 386BSD, and one in stdlib, which is from Lite-2. The former was
picked up by the build process and has seen a little more maintenance
while the latter's location is "right", so bring the latter up to par
with the former and dispose of the (now) latter.
Reported by David A. Holland in PR lib/25160, which is worded in a
far less mind-boggling fashion than the above.
2004-05-09 19:34:11 +00:00
snj
b706bc6de5
English fix.
2004-05-09 18:59:52 +00:00
kleink
a060c8818b
We now need an internal name for fileno(), since when buildling libc
...
_REENTRANT we can no longer use the macro version from <stdio.h>.
2004-05-09 17:27:53 +00:00
elric
a4f71a0494
np->h_net is not a pointer.
2004-05-09 15:54:59 +00:00
lukem
162bb0f382
Prune obj|obj.* directories/symlinks correctly. Fix from Hubert Feyrer.
2004-05-09 13:46:00 +00:00
yamt
609701c865
- note its typical usage.
...
- bump date.
2004-05-09 11:28:58 +00:00
kleink
95e4d0d7af
Need namespace.h for internal names of strdup, strlcpy.
2004-05-09 11:26:33 +00:00
kleink
6352cc4399
Need namespace.h for internal names of fseeko, strlcpy.
2004-05-09 11:25:52 +00:00
kleink
6108f6dd87
Need namespace.h for internal name of strlcpy.
2004-05-09 11:25:20 +00:00
dyoung
7412e6e599
In ieee80211_find_rxnode, when we "fake up" a node for an ad hoc
...
peer, we have to copy the "master" rate table to the faked-up node's
rate table, or else ath0 will complain, "ath0: bogus xmit rate
0x0". Thank you Konstantin KABASSANOV for reporting this problem.
2004-05-09 09:18:47 +00:00
dyoung
6263dee43f
Undo last: I committed the wrong file.
2004-05-09 09:00:05 +00:00
taca
3657b758c0
Make it comiple without warning; void function fr_checkv4sum() and
...
fr_checkv6sum() should not return value.
2004-05-09 08:29:30 +00:00
dyoung
dd998d980d
In ieee80211_find_rxnode, when we "fake up" a node for an ad hoc
...
peer, we have to copy the "master" rate table to the faked-up node's
rate table, or else ath0 will complain, "ath0: bogus xmit rate
0x0". Thank you Konstantin KABASSANOV for reporting this problem.
2004-05-09 08:19:21 +00:00
christos
e982110b53
PR/24981: Steven M. Bellovin: ipfilter in 2.0 branch panics the system
...
patch applied.
2004-05-09 04:17:34 +00:00
christos
a218a37d8f
PR/25122: Peter Postma: ipfstat state top broken with IPv6 addresses
...
patch applied.
2004-05-09 04:12:03 +00:00
christos
865c473c96
PR/25332: HIROSE yuuji: "fastroute(to)" in ipf.conf doesn't work; patch applied
2004-05-09 04:02:32 +00:00
christos
5592d4d1fa
PR/25441: Matthew Green: IP-Filter uses M_TEMP when it already has M_IPFILTER
2004-05-09 03:54:43 +00:00
christos
e786da0edd
PR/25365: HIROSE yuuji: ipf 4.1.1 fails to parse ipv6 address in fastroute
...
destination. Patch from darren applied.
2004-05-09 03:53:23 +00:00
petrov
68cb92eb3b
Forgotten $ for NetBSD key.
2004-05-09 03:20:44 +00:00
petrov
6e4bb32a73
Use int_fmtio.h and PRUx formats for longs.
2004-05-09 03:18:50 +00:00
fair
4521e00533
Two changes:
...
1. ifdef out the restriction that the SiS 900 has only one PHY
This is demonstrably false; the SiS 960 super south bridge in
PR 18590 has a SiS 900 rev 1 core in it.
2. bitbang the MII for all versions of the SiS 900; this is the
only way that the PHYs on this system answer.
Also, I suspect that SIS900_REV_960 constant in if_sipreg.h is
incorrectly labelled - there were later revisions of the super
south bridge (e.g. the 961, 962, and 963), and I suspect the
SiS 900 revision code there refers to one of those.
2004-05-09 03:03:55 +00:00
sommerfeld
faa802158e
Change hack getnetbyaddr to match new system prototype.
2004-05-09 01:49:56 +00:00
jonathan
cc817061aa
Remove now-unused 'int pmreg'.
2004-05-09 01:39:41 +00:00
thorpej
d07c23b31a
Use the BFD ELF headers rather than simply including <elf.h>. This
...
tool compiles on non-NetBSD now.
Note: We're not actually using BFD, just two header files that are
more conveniently laid out than our native header. There is no GPL
infection from using the BFD headers.
2004-05-09 01:31:27 +00:00
christos
956dab9c37
GC pci_{g,s}et_powerstate into pci_powerstate(). Idea from mycroft and gimpy.
...
Nothing uses them yet.
2004-05-08 23:41:40 +00:00
christos
de3fd5d864
Cleanup and remove suplicate copies of the incorrect power setup code.
...
Thanks to mycroft for suggesting this.
XXX: This is a copy of the pci code; another reason cardbus needs to die.
2004-05-08 23:40:01 +00:00
kleink
c19ffd7809
C99: Provide WCHAR_{MAX,MIN} via <machine/wchar_limits.h> (we'll also
...
provide WINT_{MAX,MIN} along with it).
Fixes PR standards/24040 from Masao Uebayashi.
2004-05-08 21:57:05 +00:00
kleink
a6428a221b
Add <machine/wchar_limits.h>.
2004-05-08 21:53:23 +00:00
kleink
7b3b647647
Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
2004-05-08 21:51:47 +00:00
yamt
1c1b12397d
nfs_lookup: avoid CREATE optimization for DOTDOT.
...
creating a DOTDOT entry has no sense and will fail anyway.
2004-05-08 21:35:13 +00:00
yamt
48e8239c5a
nfs_mkdir: handle the "." case.
2004-05-08 21:33:41 +00:00