NetBSD/sys/miscfs/kernfs
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
..
files.kernfs add /kern/ipsecsa and /kern/ipsecsp, which can be inspected by setkey(8). 2003-09-08 06:51:53 +00:00
kernfs_subr.c Changes as discussed with itojun on tech-kern. I have modified the enums 2003-09-27 13:29:02 +00:00
kernfs_vfsops.c 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_vnops.c Make lookup and readdir return the same inode number. kernfs_readdir 2004-05-07 15:06:15 +00:00
kernfs.h Make lookup and readdir return the same inode number. kernfs_readdir 2004-05-07 15:06:15 +00:00
Makefile