NetBSD/sys
wrstuden cca0c4f6de Modify how lookup walks up mount points. As suggested by Konrad
Schroder <perseant@hitl.washington.edu>, unlock the mounted on
vnode before we call VFS_ROOT so that we cover the case where the new
root vnode shares a lock with the mounted-on vnode. Note that we have
asserted vfs_busy on the new fs before unlocking, so no other process can
steal the mount out from under us.
1999-08-03 18:17:24 +00:00
..
adosfs Modify file systems to deal with struct lock in struct vnode. All leaf 1999-07-08 01:05:58 +00:00
arch fix prototypes and quiet compiler warnings on next68k 1999-08-03 10:52:06 +00:00
coda Bump osrelease to 1.4E. Add layerfs files, remove null_subr.c. 1999-07-08 01:26:21 +00:00
compat sparc is not defined anymore... Use __sparc__ and __i386__. Also default 1999-08-01 23:55:40 +00:00
conf Move the mpu device declaration to conf/files. 1999-08-02 17:37:41 +00:00
ddb XXX LOCKING XXX of allproc; DDB runs with interrupts blocked, and MD 1999-07-22 21:11:26 +00:00
dev Be a little nicer about memory usage: 1999-08-03 17:25:51 +00:00
filecorefs Modify file systems to deal with struct lock in struct vnode. All leaf 1999-07-08 01:05:58 +00:00
gdbscripts
ipkdb Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
isofs Adjust mountroot routines to vrele rootvp in case of mount error. Closes 1999-07-17 01:08:28 +00:00
kern Modify how lookup walks up mount points. As suggested by Konrad 1999-08-03 18:17:24 +00:00
lib fix damage in error handling crept in in 1.4 1999-07-12 12:34:57 +00:00
lkm Make nullfs's lkm right. 1999-07-08 01:51:57 +00:00
miscfs Fix PR4439: directory link count in unions where only upper directory 1999-08-01 23:16:34 +00:00
msdosfs fix msdosfs export problems which occur on LP64 systems, which were 1999-07-27 05:39:10 +00:00
net remove reference to in6_systm.h (file itself will be removed afterwords) 1999-07-30 10:35:34 +00:00
netatalk Added per-addr input/output statistics. Currently just support netatalk 1999-03-27 01:24:49 +00:00
netccitt IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00
netinet sync with recent KAME. 1999-07-31 18:41:15 +00:00
netinet6 remove sys/netinet6/in6_systm.h, as it is very empty. 1999-08-02 11:04:38 +00:00
netiso Back out previous. I was getting bitten by a bug in make(1), which is 1999-07-12 18:15:09 +00:00
netkey sync with recent KAME. 1999-07-31 18:41:15 +00:00
netnatm
netns add PR_LISTEN to protocols which support listen(2) 1999-07-01 05:53:04 +00:00
nfs Teach nfs_lookup() to set PDIRUNLOCK when appropriate. Should resolve 1999-08-02 18:58:23 +00:00
ntfs ntfs_{read|write}ntvattr_plain(): bread() can return maximum one block 1999-08-02 15:31:31 +00:00
stand
sys Fix a thinko in draining of spin locks: bump waitcount in the spin case, 1999-07-28 19:29:39 +00:00
ufs Add PDIRUNLOCK support. 1999-08-02 22:58:29 +00:00
uvm Fix the error recovery in uvm_map_pageable_all(). 1999-08-03 00:38:33 +00:00
vm Garbage collect thread_sleep()/thread_wakeup() left over from the old 1999-07-22 22:58:38 +00:00
Makefile IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00