NetBSD/sys
thorpej a0fac8a7bc Move fork_kthread() to a new file, kern_kthread.c, and rename it to
kthread_create().  Implement kthread_exit() (causes a thrad to exit).
Set P_NOCLDWAIT on kernel threads, which will cause any of their children
to be reparented to init(8) (which is already prepared to wait out orphaned
processes).
1998-11-11 22:44:24 +00:00
..
adosfs
arch Add the Ariadne II. 1998-11-11 22:28:32 +00:00
coda Lookup now passes up an extra flag. But old veni will 1998-11-11 19:22:08 +00:00
compat fix typo: nativ_to_hpux_errno -> native_to_hpux_errno. 1998-11-09 15:35:16 +00:00
conf Add info for ex driver. 1998-11-04 00:28:05 +00:00
ddb Add options DDB_FROMCONSOLE and sysctl ddb.fromconsole, analagous to 1998-10-29 21:22:32 +00:00
dev - clearify the boot messages (features supported vs features used). Thanks to 1998-11-11 19:38:27 +00:00
filecorefs Pay attention to the share_size field in the filecore boot block in 1998-10-29 23:18:57 +00:00
gdbscripts
ipkdb
isofs
kern Move fork_kthread() to a new file, kern_kthread.c, and rename it to 1998-11-11 22:44:24 +00:00
lib Make "src/sys/arch/i386/stand" compile again. 1998-11-03 22:00:37 +00:00
lkm
miscfs Use the so_send and so_receive funcptrs in the socket instead of calling 1998-10-31 01:18:41 +00:00
msdosfs
net Increase compiled-in default bpf buffer size from 4096 to 8192. 1998-11-05 22:50:15 +00:00
netatalk
netccitt
netinet Fix a buglet when looking up an interface for multicast: 1998-10-26 17:31:01 +00:00
netiso vax -> __vax__ (and mips to __mips__ in ultrix_misc.c) 1998-10-20 01:46:27 +00:00
netnatm
netns vax -> __vax__ (and mips to __mips__ in ultrix_misc.c) 1998-10-20 01:46:27 +00:00
nfs Do not permit the u area for nfsd or nfsiod to be swapped out. 1998-11-08 15:57:44 +00:00
stand vax -> __vax__ (and mips to __mips__ in ultrix_misc.c) 1998-10-20 01:46:27 +00:00
sys Move fork_kthread() to a new file, kern_kthread.c, and rename it to 1998-11-11 22:44:24 +00:00
ufs GC the B_CACHE bit. 1998-11-09 01:18:34 +00:00
uvm Clear B_NOCACHE when we're done with the buffer -- although this is probably 1998-11-08 19:41:49 +00:00
vm Set the B_NOCACHE bit so that NFSv3 will not try to do async writes. 1998-11-08 19:45:17 +00:00
Makefile