NetBSD/sys/miscfs/genfs
chs 4111c37251 when zeroing pages past EOF, don't zero the page containing EOF if it
already contains valid data.  should fix PRs 13361 and 13436.
2001-09-21 07:52:25 +00:00
..
Makefile a whole bunch of changes to improve performance and robustness under load: 2001-09-15 20:36:31 +00:00
genfs.h a whole bunch of changes to improve performance and robustness under load: 2001-09-15 20:36:31 +00:00
genfs_node.h add a forward decl for struct vm_page. 2001-09-15 22:38:40 +00:00
genfs_vnops.c when zeroing pages past EOF, don't zero the page containing EOF if it 2001-09-21 07:52:25 +00:00
layer.h Typos in comments (misc/13133 by Michael K. Sanders) 2001-06-07 13:32:46 +00:00
layer_extern.h Typos in comments (misc/13133 by Michael K. Sanders) 2001-06-07 13:32:46 +00:00
layer_subr.c Typos in comments (misc/13133 by Michael K. Sanders) 2001-06-07 13:32:46 +00:00
layer_vfsops.c Typos in comments (misc/13133 by Michael K. Sanders) 2001-06-07 13:32:46 +00:00
layer_vnops.c change vop_symlink and vop_mknod to return vpp (the created node) 2001-07-24 15:39:30 +00:00