NetBSD/sys
thorpej 8851ed323e Fix a bug that has annoyed me for a long time. In pmap_enter(), if
there are no pages available immediately to use as a PT page, don't
just roll over and die.  Only do that if we're the kernel pmap (shouldn't
happen very ofter [ever?!], and I'm not certain we're guaranteed valid
thread context when operating on the kernel pmap).  For user pmaps, wait
for the pagedaemon to wake us up when more free pages are available.
1999-01-26 09:03:31 +00:00
..
adosfs
arch Fix a bug that has annoyed me for a long time. In pmap_enter(), if 1999-01-26 09:03:31 +00:00
coda Commit a couple of old fixes 1998-12-10 02:22:52 +00:00
compat Fix idiotic errors in I_SETSIG: 1999-01-23 23:44:08 +00:00
conf Add procfs_map.c. 1999-01-25 02:21:50 +00:00
ddb Avoid arithmetic on `void *' since that's not ANSI C. 1999-01-08 18:10:35 +00:00
dev NetBSD RCS id. 1999-01-26 06:31:28 +00:00
filecorefs COMPAT_xxx option review: add missing opt_compat_netbsd.h 1998-12-18 14:24:43 +00:00
gdbscripts
ipkdb
isofs Multisession-CD-Support, by Torsten Duwe <duwe@ns.lst.de>. 1999-01-04 15:32:08 +00:00
kern Adapt the System V behaviour of a child process inheriting its parent's 1999-01-25 16:00:06 +00:00
lib Sync with libc. 1999-01-22 11:01:32 +00:00
lkm merge ipf 3.2.10 1998-11-22 14:41:29 +00:00
miscfs Add /proc/#/map. From FreeBSD. 1999-01-25 02:20:08 +00:00
msdosfs Implement short-term solution for PR#6576 1999-01-07 15:03:36 +00:00
net fix "CMSA CD" to "CSMA/CD" 1999-01-18 06:31:13 +00:00
netatalk Domains are associated with protocol families, not address families. 1999-01-14 01:16:55 +00:00
netccitt Domains are associated with protocol families, not address families. 1999-01-14 01:16:55 +00:00
netinet Fix a slight error in previous. Rearrange some code in tcp_respond() so 1999-01-26 08:28:50 +00:00
netiso Domains are associated with protocol families, not address families. 1999-01-14 01:16:55 +00:00
netnatm Domains are associated with protocol families, not address families. 1999-01-14 01:16:55 +00:00
netns Domains are associated with protocol families, not address families. 1999-01-14 01:28:23 +00:00
nfs Clean up the NFS sysctl variables. 1998-11-13 20:09:54 +00:00
stand vax -> __vax__ (and mips to __mips__ in ultrix_misc.c) 1998-10-20 01:46:27 +00:00
sys Adapt the System V behaviour of a child process inheriting its parent's 1999-01-25 16:00:06 +00:00
ufs Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
uvm cleanup/reorg: 1999-01-24 23:53:14 +00:00
vm remove old (dead) non-MNN code 1999-01-16 20:00:28 +00:00
Makefile need "compat" dir to get emulation headers installed (for kdump) 1998-10-02 20:20:29 +00:00