NetBSD/sys
chs 51c256aa5a in nfs_flush(), only play games with B_NOCACHE for VREG vnodes.
if we do this for VBLK vnodes which are in use by softdep mounts,
brelse() will mark the buffer B_INVAL as well, which makes the
softdep code very unhappy.
2000-11-08 05:20:32 +00:00
..
adosfs
arch check whether SH4_PCMCIA is defined or not. 2000-11-08 01:03:03 +00:00
coda
compat Update the names of some unimplemented syscalls to match what linux calls them. Match const in parameters to our sys_writev. 2000-11-08 04:19:00 +00:00
conf First Prototype implementation of network interface part for IEEE1394 (if_fw). 2000-11-05 17:17:12 +00:00
crypto sync with kame. 2000-11-06 14:11:40 +00:00
ddb
dev Add fwlynx & fwnode. 2000-11-07 18:45:46 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern in fork1(), only add make the new proc visible (by giving it a pid 2000-11-08 05:16:23 +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
net avoid namespace pollution by radix.h. the #ifndef _KERNEL portion was to 2000-11-06 11:07:37 +00:00
netatalk
netccitt
netinet fix IPv4 TTL selection with AF_INET6 API. sync with kame. From: jdc 2000-11-06 00:50:12 +00:00
netinet6 save a little bit of CPU time (avoid computing CBC IV we do not use). 2000-11-08 04:57:57 +00:00
netiso
netkey
netnatm
netns
nfs in nfs_flush(), only play games with B_NOCACHE for VREG vnodes. 2000-11-08 05:20:32 +00:00
ntfs
stand
sys add void *p_emuldata into struct proc - this can be used to hold per-process 2000-11-07 12:41:52 +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
Makefile