NetBSD/sys
jeffs bdbb241be6 Fix race between pmap_enter() and pagedaemon. If we are low on memory and
pmap_enter() cannot allocate the segmap return failure if PMAP_CANFAIL
instead of sleeping.  Otherwise panic.  Both alpha and i386 do this.  Do
not pmap_enter_pv() until after this is done so the data structures are
not partially allocated.  This should prevent pmap_page_protect() from
getting stuck when called from pagedaemon.
2000-10-10 20:39:42 +00:00
..
adosfs
arch Fix race between pmap_enter() and pagedaemon. If we are low on memory and 2000-10-10 20:39:42 +00:00
coda
compat Map the ioctl number of ifioctl ('i') group as much as possible. 2000-10-09 06:19:31 +00:00
conf add ESP rijndael logic. yet to be usable (until algorithm # is assigned) 2000-10-02 17:21:24 +00:00
crypto avoid assert, memcpy and memset (necessary to BSD code sharing). 2000-10-03 03:17:19 +00:00
ddb
dev Regen. 2000-10-10 12:38:24 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern attach ARP domain only if INET is compiled into the kernel. 2000-10-02 04:27:21 +00:00
lib Set return value correctly for memcpy/memmove. 2000-10-10 20:29:03 +00:00
lkm
miscfs fix typo (dely --> delay) 2000-10-06 19:08:00 +00:00
msdosfs
net fix comment (s/IPv6/IP/) 2000-10-10 11:43:51 +00:00
netatalk
netccitt
netinet sync with kame ($KAME$) 2000-10-10 16:26:43 +00:00
netinet6 sync with kame ($KAME$) 2000-10-10 16:26:43 +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 include opt_inet.h, needed by previous check-in. 2000-10-03 17:18:15 +00:00
ntfs
stand
sys Wrap __cmsg_alignbytes in __BEGIN_DECLS ... __END_DECLS. 2000-10-04 08:59:16 +00:00
ufs Make sure to set the residual count to 0 after a miniroot access 2000-10-09 18:07:06 +00:00
uvm s/vm/uvm/ in a bunch of error messages. 2000-10-05 00:37:50 +00:00
Makefile