NetBSD/sys/miscfs/genfs
chs d67b9b2ff2 undo the part of rev. 1.93 that turned the past-EOF check into an assertion.
read() can't request pages past EOF, but mmap() can.  apparently I had
disengaged the brain when I said that was ok.
2005-02-16 15:25:33 +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 use former genfs_eopnotsupp_rele() as genfs_eopnotsupp(), so that vnodes 2003-04-10 21:53:32 +00:00
genfs_node.h fix a bug of lfs. 2003-09-24 10:22:53 +00:00
genfs_vnops.c undo the part of rev. 1.93 that turned the past-EOF check into an assertion. 2005-02-16 15:25:33 +00:00
layer.h Since VOP_UPCALL() has been a long time in coming, add this partial 2004-05-28 18:55:20 +00:00
layer_extern.h Do LAYERFS_REMOVED for vop_rmdir. 2004-06-30 17:42:55 +00:00
layer_subr.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
layer_vfsops.c Add layerfs_snapshot() as a handler routine for VFS_SNAPSHOT() calls 2004-05-29 23:48:08 +00:00
layer_vnops.c Do LAYERFS_REMOVED for vop_rmdir. 2004-06-30 17:42:55 +00:00