NetBSD/sys/fs
pooka bb78ae5d1b Fix yet another recent crashy bug in tmpfs rename: since the source
dirent is no longer cached in lookup and we do the lookup ourselves
in rename, we are most definitely not allowed to assert that it
matches the source vnode passed as an argument.  In case the source
node does not exist or has been replaced, punt with ENOENT.

Also, nuke some misleading prehistoric comments which haven't been
valid in over a year.

Fixes PR kern/41128 by Nicolas Joly
2009-04-03 14:47:40 +00:00
..
adosfs ansify function definitions 2009-03-15 17:14:40 +00:00
cd9660 buildfix: re-adapt for major/minor returning 32bit value again. 2009-01-22 16:05:03 +00:00
efs Add specfs/fifofs support. Not really fully tested, but at least 2008-12-01 14:34:50 +00:00
filecorefs Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
hfs fix botch in previous 2009-03-27 06:35:10 +00:00
msdosfs ansify function definitions 2009-03-15 17:14:40 +00:00
ntfs bcopy -> memcpy 2009-03-18 17:06:41 +00:00
ptyfs Destroy mutexes used to guard hash table during vfs_detach. Fixes LOCKDEBUG 2009-03-24 22:05:24 +00:00
puffs Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
smbfs bcopy -> memcpy 2009-03-18 17:06:41 +00:00
sysvbfs Rototill all remaining file systems to use ubc_uiomove() instead 2008-11-26 20:17:33 +00:00
tmpfs Fix yet another recent crashy bug in tmpfs rename: since the source 2009-04-03 14:47:40 +00:00
udf Fix possible overshoot when allocating from a space bitmap when ffs(3) returns 2009-03-25 20:04:52 +00:00
union kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
unionfs bcopy -> memcpy 2009-03-18 17:06:41 +00:00
Makefile Install mount argument structure header just like every other file system. 2008-07-28 12:42:12 +00:00
unicode.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00