NetBSD/sys/fs/sysvbfs
2007-09-24 00:42:12 +00:00
..
bfs_sysvbfs.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
bfs.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
bfs.h Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
files.sysvbfs
Makefile
sysvbfs_vfsops.c Don't explicitly set vp->v_size and then call uvm_vnp_setsize(). This is 2007-09-08 19:19:37 +00:00
sysvbfs_vnops.c Avoid stack allocation of large dirent structures in foo_readdir(). 2007-09-24 00:42:12 +00:00
sysvbfs.c Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. 2007-07-26 22:57:36 +00:00
sysvbfs.h * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00