NetBSD/sys/fs
reinoud 0ce809091d Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all
vnodes were synced and processed backwards. This meant that the last
accessed node was processed first and the earlierst last.

An extra benefit is the removal of the ugly hack from the Berkly days on
LFS.

In the proces, i've also replaced the various variations hand written loops
by the TAILQ_FOREACH() macro's.
2006-10-20 18:58:12 +00:00
..
adosfs fix adosfs_readdir() so that we can list directories on AmigaOS filesystems. 2006-09-23 22:47:11 +00:00
cd9660 - sprinkle __unused on function decls. 2006-10-12 01:30:41 +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
smbfs Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all 2006-10-20 18:58:12 +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 Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all 2006-10-20 18:58:12 +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
unicode.h