wiz
58fa596f1c
Remove a superfluous 'no'. kern/17022 by John Heasley.
2002-05-25 10:45:39 +00:00
wiz
171f5bbdd8
Fix Dt.
2002-05-25 10:44:38 +00:00
wiz
24a55aa86f
Fix Xref.
2002-05-25 10:44:22 +00:00
itojun
e3c4951b26
re-enable ipsec policy caching onto pcb. refcnt fix and workarounds based on ymmt-san.
2002-05-25 10:01:01 +00:00
hamajima
ecab1bf0f8
type miss of i partition: 9->8
2002-05-25 09:25:25 +00:00
ichiro
4c034ead9b
make compile when define DEBUG
2002-05-25 07:58:35 +00:00
ichiro
fdb6b41ec7
regen
2002-05-25 07:32:25 +00:00
ichiro
407f8f5b2c
add 21555 Non-Transparent PCI-PCI Bridge
2002-05-25 07:28:15 +00:00
simonb
4e7ebf2dd2
Include <machine/intr.h> here.
2002-05-25 04:30:16 +00:00
simonb
efd6a59812
Move IPL/spl interrupt code to intr.h; this include file is expected to
...
exist in some networking code.
2002-05-25 04:27:21 +00:00
simonb
1f3bc4331e
Make infty, snan and qnan externs and declare in ieee_handler.c.
...
Add an empty statement after a goto label to keep gcc-current happy.
2002-05-25 03:54:36 +00:00
simonb
648246d46a
Add an empty statement after a goto label to keep gcc-current happy.
2002-05-25 03:45:12 +00:00
mhitch
3b7ffdebd4
The miniroot filesystem doesn't have enough inodes for install; add inode
...
density option for makefs.
2002-05-25 03:22:51 +00:00
gmcgarry
6771357c89
More section 9 documentation.
2002-05-25 02:18:36 +00:00
gmcgarry
fc81003482
Document some mandatory machine-dependent interfaces. Addresses PR16272.
2002-05-25 02:16:35 +00:00
itojun
a46557038c
now arc4random is in libc, we don't need to supply local version
2002-05-25 00:29:52 +00:00
thorpej
42320e8223
* Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h.
...
* Add prototype for vfscanf to <stdio.h>.
* Remove #define of vfscanf to __svfscanf from <stdio.h>.
* Include local.h in libc files which need __svfscanf.
* Add vfscanf weak alias to __svfscanf.
Fixes standards/16997.
NOTE: libc minor not bumped -- ride on the bump to 12.84 made by
itojun today.
2002-05-24 22:17:20 +00:00
perseant
d67a5bbb21
Fix a couple of instances where reassignbuf() was not done at splbio.
...
Tested on i386.
2002-05-24 22:13:57 +00:00
wiz
caa8358c81
Correct `.Na' misuses reported in bin/17007, and some other mandoc improvements
...
while I'm here.
2002-05-24 22:09:20 +00:00
ragge
7259fa6a37
%d -> %ld in some debug messages, after the ELF switch.
2002-05-24 21:41:40 +00:00
ragge
4d559e645f
Boot support for the VXT2000 X terminal, based on some info on the VAXLinux
...
mailing list.
2002-05-24 21:40:59 +00:00
thorpej
aa676fc0b2
Parameterize the vfscanf macro's arguments. Without them, 3rd party
...
software can become greatly confused.
This fixes 4 GCC 3.2 testsuite failures.
This is a stop-gap measure which can be easily applied to the 1.6
release branch. A different fix for the trunk is forthcoming.
2002-05-24 21:07:44 +00:00
christos
7db182d94d
NBPG is not constant on the sparc, so don't use CPP tricks.
2002-05-24 18:10:06 +00:00
christos
0c5fed7eec
Deal with the NBPG problem in a better way.
2002-05-24 15:58:06 +00:00
briggs
2070a8bccc
Only attempt to handle mapping IDE interrupts if we are in SERIAL mode.
2002-05-24 15:47:17 +00:00
msaitoh
7c929f204a
add armeb as valid MACHINE_ARCH
2002-05-24 14:43:31 +00:00
itojun
a7ceb02faf
refer rnd(4), not random(4).
2002-05-24 14:37:19 +00:00
lukem
36bbd51aa2
Support NetMos NM9845 Quad UART and 1284 Printer port.
...
All 4 serial ports and parallel port seem to work.
2002-05-24 12:07:46 +00:00
lukem
863d1b7956
regen for NetMos Quad UART and 1284 Printer port
2002-05-24 11:54:22 +00:00
lukem
ed8833bc78
add NetMos Quad UART and 1284 Printer port
2002-05-24 11:50:20 +00:00
tron
f1cf41859a
Fix build problem caused by recent changes to "libwrap".
2002-05-24 11:29:40 +00:00
tron
23e50f2c66
Fix build problem caused by recent changes to "libwrap".
2002-05-24 09:57:25 +00:00
lukem
adc470b96d
only include scsi support if NSCSIBUS > 0
...
fixes sun2 (and probably sun3) DISKLESS kernel build
2002-05-24 09:51:07 +00:00
wiz
8b7401f11e
Quote <> for HTML output.
2002-05-24 09:45:00 +00:00
itojun
6f589cb1b2
extra blank line
2002-05-24 09:21:30 +00:00
itojun
c3015f8b5d
make a strict check before sending FQDN node information reply. sync w/kame
2002-05-24 09:13:59 +00:00
itojun
382ff1f23c
let users choose blowfish password option.
...
XXX msg.mi.fr is out of sync
2002-05-24 08:07:48 +00:00
itojun
5fb3536fb3
remove obsolete comment. use "!rtsol $int" instead of actual interface name.
2002-05-24 07:58:23 +00:00
itojun
971ec4d861
missing IV handling in CBC mode (does not affect ESP code as we have
...
CBC handling in sys/netinet6/esp_core.c). sync w/kame
2002-05-24 06:28:06 +00:00
thorpej
b57df3dd9d
Add a scanf format attribute to __svfscanf().
2002-05-24 06:17:29 +00:00
itojun
5ab78ccf04
be more picky about IP option. len >= 2 for normal options.
2002-05-24 06:05:31 +00:00
itojun
2ef04ff634
cleanup some of portability #ifdefs, which are not needed for netbsd.
2002-05-24 05:38:19 +00:00
itojun
5faa38589c
be more picky about malformed IP options.
2002-05-24 05:30:54 +00:00
itojun
19414d4312
use /dev/urandom, not /dev/arandom
2002-05-24 04:54:14 +00:00
itojun
418cd7b465
/dev/arandom does not exist in netbsd. use /dev/urandom.
2002-05-24 04:53:07 +00:00
itojun
ed0f646e43
have an example with blowfish password.
2002-05-24 04:17:44 +00:00
itojun
caecca980a
crank minor for bcrypt support
2002-05-24 04:07:05 +00:00
thorpej
967ae659f1
Add some casts to quiet a "discards qualifier from pointer target type"
...
warning from gcc 3.2 (experimental) (which is complaining about the loss
of __restrict).
Reviewed and approved by tshiozak@astec.co.jp .
2002-05-24 04:04:30 +00:00
itojun
c89c003ed2
support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf.
...
from openbsd
2002-05-24 04:02:47 +00:00
itojun
e68f73c3fe
add arc4random(3). from openbsd
2002-05-24 04:01:43 +00:00