NetBSD/sys
abs cee0acd601 Add
options         INET6           # IPV6
#options        IPSEC           # IP security
#options        IPSEC_ESP       # IP security (encryption part; define w/ IPSEC)
#options        IPSEC_DEBUG     # debug for IP security
In the case of VOYAGER, comment out INET6 also
2000-11-03 10:18:55 +00:00
..
adosfs
arch Add 2000-11-03 10:18:55 +00:00
coda Adapt for VOP_FSYNC parameter change. 2000-09-19 22:00:01 +00:00
compat Adapt to the new line discipline scheme. 2000-11-02 11:00:53 +00:00
conf Bump the kernel version cause we changed the line disciplines interface. 2000-11-02 01:15:12 +00:00
crypto avoid assert, memcpy and memset (necessary to BSD code sharing). 2000-10-03 03:17:19 +00:00
ddb
dev Add support for Socket Comm. PC Card Ethernet, and tidy up naming. 2000-11-03 09:07:24 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern Make this file compile again. 2000-11-02 06:57:01 +00:00
lib Introduce a way for boot programs to modify the behavior of 2000-11-02 03:22:23 +00:00
lkm
miscfs Remove usecount check in spec_open. It fails to catch VALIAS situations 2000-10-27 06:28:27 +00:00
msdosfs Adapt for VOP_FSYNC parameter change. 2000-09-19 22:01:59 +00:00
net Fix bug w/previous. 2000-11-02 16:50:17 +00:00
netatalk
netccitt
netinet cleanup tcp_drop 2000-10-29 06:33:59 +00:00
netinet6 avoid possible align issue 2000-11-02 12:28:45 +00:00
netiso fix paren/#ifdef match. 2000-10-02 03:54:53 +00:00
netkey don't waste entropy by use of key_random(). use key_randomfill() for 2000-10-07 12:08:33 +00:00
netnatm
netns
nfs Do not accept vnode type changes to an active node. This may wreak 2000-10-24 12:02:04 +00:00
ntfs Adapt for VOP_FSYNC parameter change. 2000-09-19 22:01:59 +00:00
stand
sys Use "defined(sun3)" rather than "defined(_SUN3_) || defined(_SUN3X_)" 2000-11-02 21:24:16 +00:00
ufs Stay at splbio across the VBWAIT loop, as is done elsewhere in the 2000-10-24 14:43:32 +00:00
uvm Back out rev. 1.83 -- it's causing problems with some pmap 2000-10-16 23:17:54 +00:00
Makefile