NetBSD/sys/fs
jmmv 749d415179 tmpfs_open cannot assume that the node to be open is still linked to a
directory, so remove an invalid assertion.  Otherwise the kernel incorrectly
panics when accessing the current directory after it has been removed.
2006-11-07 14:08:13 +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 Revisit mnt_vnodelist TAILQ patch. Remove all suspicious TAILQ_FOREACH() 2006-10-25 22:01:54 +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 puffs_park always contains a specific puffs_req, so make it a member 2006-11-06 23:18:18 +00:00
smbfs Bring in fix from FreeBSD by tjr, 3 years and 9 months ago: Store a 2006-11-02 17:34:21 +00:00
sysvbfs move includes only needed for kernel inside ifdef _KERNEL. 2006-10-06 02:40:58 +00:00
tmpfs tmpfs_open cannot assume that the node to be open is still linked to a 2006-11-07 14:08:13 +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