NetBSD/sys/fs
pooka a72d8a71e5 If the control descriptor is closed, mark userspace dead and wakeup
all waiters *before* trying to get the syncer lock necessary for
dounmount().  This prevents a deadlock if the userspace server dies
while the syncer is running.
2006-10-25 12:04:14 +00:00
..
adosfs fix adosfs_readdir() so that we can list directories on AmigaOS filesystems. 2006-09-23 22:47:11 +00:00
cd9660 minor fix to error handling (from OpenBSD, rev.1.40): 2006-10-24 19:59:52 +00:00
filecorefs Coverity CID 2435: Add KASSERT before NULL deref (from Arnaud Lacombe) 2006-09-29 18:30:37 +00:00
msdosfs Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all 2006-10-20 18:58:12 +00:00
ntfs - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
ptyfs - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
puffs If the control descriptor is closed, mark userspace dead and wakeup 2006-10-25 12:04:14 +00:00
smbfs Return the TAILQ_FOREACH to an explicit `for' loop since in the loop vnodes 2006-10-22 00:03:33 +00:00
sysvbfs move includes only needed for kernel inside ifdef _KERNEL. 2006-10-06 02:40:58 +00:00
tmpfs - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
udf Add extended attribute numbers associated with the two defined structures 2006-10-22 00:06:48 +00:00
union Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all 2006-10-20 18:58:12 +00:00
Makefile kernel portion of puffs - the Pass-to-Userspace Framework File System. 2006-10-22 22:43:23 +00:00
unicode.h revive copyright notice for the code derived from libc/locale/utf2.c. 2006-05-20 08:28:27 +00:00