NetBSD/sys
jdolecek 105c2e3075 ntfs_nt{get|put|rele}() really are necessary, since ntnode may be
shared by several fnodes when the file is simultaneonsly opened by
several callers and different "attributes" (a.k.a.  resource forks)
are requested. They have been converted to use lockmgr()-style locking.
1999-10-09 14:29:36 +00:00
..
adosfs avoid compiler warning and remove unused variable vpid. 1999-09-20 07:29:27 +00:00
arch forgot to comment out the orphaned "scsibus" 1999-10-08 13:53:00 +00:00
coda Account for widened v_usecount in struct vnode. 1999-10-01 22:25:59 +00:00
compat After linux_sys_clone() has been moved to "linux_sched.c" we don't need 1999-10-05 09:22:04 +00:00
conf Remplace kern.shortcorename sysctl with a more flexible sheme, 1999-09-28 14:47:00 +00:00
ddb
dev Don't burst into flame when a QUEUE FULL message is received. Also, 1999-10-08 20:43:45 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern Widen usecount and writecount to prevent overflow. 1999-10-01 22:03:17 +00:00
lib - a.out header is not a part of text segment in NMAGIC. 1999-10-08 03:55:06 +00:00
lkm eliminate the PMAP_NEW option by making it required for all ports. 1999-09-12 01:16:55 +00:00
miscfs
msdosfs
net Delay clearing of RTF_UP until after deleting rt_gwroute. Otherwise, if rt_gwroute is the same as the original route it will get freed twice. It can end up the same because of unusual "route" commands (PR4561) or certain icmp redirects (PR4827). 1999-10-09 08:13:00 +00:00
netatalk Make NETATALK over FDDI. 1999-09-21 22:18:51 +00:00
netccitt s/acknowledgment/acknowledgement/ 1999-09-10 03:24:14 +00:00
netinet Decouple IP mtu for ARCnet devices from interface MTU. 1999-09-25 17:49:27 +00:00
netinet6 consistent logging for icmp6 redirects 1999-10-01 10:16:16 +00:00
netiso
netkey
netnatm
netns s/acknowledgment/acknowledgement/ 1999-09-10 03:24:14 +00:00
nfs
ntfs ntfs_nt{get|put|rele}() really are necessary, since ntnode may be 1999-10-09 14:29:36 +00:00
stand
sys Base the definition of MAXLOGNAME on LOGIN_NAME_MAX. 1999-10-06 18:53:55 +00:00
ufs Fix printf() formats. 1999-10-01 22:07:42 +00:00
uvm eliminate the PMAP_NEW option by making it required for all ports. 1999-09-12 01:16:55 +00:00
vm eliminate the PMAP_NEW option by making it required for all ports. 1999-09-12 01:16:55 +00:00
Makefile