NetBSD/sys/fs/sysvbfs
pooka d5e7c6e861 Fix bug in readdir loop condition.
Reading all dirents using a small buffer and multiple calls now works.

Bug found by "Shamar" on #rumpkernel
2015-11-13 13:36:54 +00:00
..
Makefile Install sysvbfs argument structure header into userlandia. 2008-09-04 12:07:29 +00:00
bfs.c Sysvbfs_rename: Call bfs_file_delete(bfs, to_name, true) before calling 2014-12-26 15:22:15 +00:00
bfs.h Operation sysvbfs_remove() destructs inodes attached to active vnodes. 2014-01-09 13:23:57 +00:00
bfs_sysvbfs.c Remove the 'cred' argument from bread(). Remove a now unused var in 2015-03-28 19:24:04 +00:00
files.sysvbfs Define filesystem attributes with vfs dependency. 2014-10-11 06:42:18 +00:00
sysvbfs.c Change sysvbfs to vcache. 2014-12-26 15:23:21 +00:00
sysvbfs.h Change sysvbfs to vcache. 2014-12-26 15:23:21 +00:00
sysvbfs_args.h Install sysvbfs argument structure header into userlandia. 2008-09-04 12:07:29 +00:00
sysvbfs_vfsops.c Add forgotten memset() to clear sysvbfs nodes before setting them up. 2015-01-02 16:51:02 +00:00
sysvbfs_vnops.c Fix bug in readdir loop condition. 2015-11-13 13:36:54 +00:00