NetBSD/sys/miscfs
chs 68b98ea45f several bugs:
- in genfs_getpages() don't start read-ahead if we get an error on the
   sync read, and always start read-ahead after the range of the sync read
   if we do any at all.
 - off-by-one error in genfs_size().
2000-12-27 04:47:43 +00:00
..
deadfs sleep() -> tsleep() 2000-05-27 04:52:27 +00:00
fdesc Update for hashinit() change. 2000-11-08 14:28:12 +00:00
fifofs Register, begone! 2000-03-30 12:22:12 +00:00
genfs several bugs: 2000-12-27 04:47:43 +00:00
kernfs MALLOC()/FREE() are not to be used for variable sized allocations. 2000-08-03 03:39:52 +00:00
nullfs Update for hashinit() change. 2000-11-08 14:28:12 +00:00
overlay Update for hashinit() change. 2000-11-08 14:28:12 +00:00
portal make vfs_getnewfsid only take one argument and fetch the name of the 2000-06-10 18:27:01 +00:00
procfs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
specfs fix an LP64BE bogon. 2000-11-08 05:29:32 +00:00
syncfs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
umapfs Update for hashinit() change. 2000-11-08 14:28:12 +00:00
union implement VOP_GETPAGES(). 2000-12-11 02:50:17 +00:00
Makefile Add overlay, a layered file system which overlays itself on 2000-01-20 19:06:13 +00:00