NetBSD/sys
ragge b43932dec2 If a process is locked into memory with mlockall() (like ntpd is)
pmap_enter() will get called trying to wire an already wired page again
if sysctl() is called. To avoid a panic the "wired" check is moved after
the double-mapping check.
2000-10-31 20:15:09 +00:00
..
adosfs
arch If a process is locked into memory with mlockall() (like ntpd is) 2000-10-31 20:15:09 +00:00
coda
compat Add sys/proc.h so this compiles. 2000-10-16 03:18:04 +00:00
conf ca -> lsu 2000-10-19 14:26:41 +00:00
crypto
ddb
dev Line up columns in #define list. 2000-10-31 15:16:26 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern Use an rlim_t to store "available memory", so we don't needlessly 2000-10-29 18:38:47 +00:00
lib Split the UDP routines out of net.c. 2000-10-25 01:49:55 +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
net Add new numbers from IANA: 0x83 - 0xbd 2000-10-26 06:51:31 +00:00
netatalk
netccitt
netinet cleanup tcp_drop 2000-10-29 06:33:59 +00:00
netinet6 do not panic on "ifconfig inet6 fe80::1 -alias". from Todd Fries. 2000-10-28 03:46:21 +00:00
netiso
netkey
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
stand
sys Add openfirm device (for macppc & arm32(dnard)). Eventually so that 2000-10-27 22:29:36 +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