freebsd-dev/sys/miscfs/kernfs
Mike Pritchard f03dea9996 Fix various kernfs file system problems, which can result in
umountable file systems, hung processes, or system panics:

- Some operations could return without decrementing the vnode
  reference count.
- Some operations could leave the vnode locked.
- Generalize the /kern/rootdev & rrootdev files so that they
  are no longer special cased in kernfs_lookup().

Note: procfs, fdescfs, and most of the other miscfs/* file systems
also suffer from the same type of problems and I will work on
fixing them one at a time.
1995-07-31 08:52:02 +00:00
..
kernfs_vfsops.c Fixed panic that resulted from mmaping files in kernfs and procfs. A 1995-05-25 01:35:24 +00:00
kernfs_vnops.c Fix various kernfs file system problems, which can result in 1995-07-31 08:52:02 +00:00
kernfs.h Added $Id$ 1994-08-02 07:55:43 +00:00