NetBSD/sys/miscfs
cl 81d3c2061c Make lookup and readdir return the same inode number. kernfs_readdir
now uses kernfs_allocvp to map from kernfs entry to inode number,
kernfs_allocvp is now the only place where entries are mapped to inode
numbers.  Also make KERNFS_FILENO not return random results for entries
not in kern_targets.
2004-05-07 15:06:15 +00:00
..
deadfs First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
fdesc First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
fifofs Removed remaining caddr_t casts we do not need in miscfs. Recompiled 2004-04-29 16:10:54 +00:00
genfs First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
kernfs Make lookup and readdir return the same inode number. kernfs_readdir 2004-05-07 15:06:15 +00:00
nullfs Removed remaining caddr_t casts we do not need in miscfs. Recompiled 2004-04-29 16:10:54 +00:00
overlay Removed remaining caddr_t casts we do not need in miscfs. Recompiled 2004-04-29 16:10:54 +00:00
portal Removed remaining caddr_t casts we do not need in miscfs. Recompiled 2004-04-29 16:10:54 +00:00
procfs Removed remaining caddr_t casts we do not need in miscfs. Recompiled 2004-04-29 16:10:54 +00:00
specfs Add a generic copy-on-write hook to add/remove functions that will be 2004-02-14 00:00:56 +00:00
syncfs Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
umapfs Removed remaining caddr_t casts we do not need in miscfs. Recompiled 2004-04-29 16:10:54 +00:00
Makefile move union filesystem code from sys/miscfs/union to sys/fs/union 2003-03-16 08:26:46 +00:00