NetBSD/sys/miscfs/procfs
ad 25153c3ec9 PR kern/37706 (forced unmount of file systems is unsafe):
- Do reference counting for 'struct mount'. Each vnode associated with a
  mount takes a reference, and in turn the mount takes a reference to the
  vfsops.
- Now that mounts are reference counted, replace the overcomplicated mount
  locking inherited from 4.4BSD with a recursable rwlock.
2008-01-30 11:46:59 +00:00
..
Makefile
files.procfs
procfs.h
procfs_cmdline.c
procfs_ctl.c Tons of process scope changes. 2008-01-23 15:04:38 +00:00
procfs_fd.c
procfs_fpregs.c
procfs_linux.c PR kern/37706 (forced unmount of file systems is unsafe): 2008-01-30 11:46:59 +00:00
procfs_map.c
procfs_mem.c
procfs_note.c
procfs_regs.c
procfs_status.c
procfs_subr.c Replace struct lock on vnodes with a simpler lock object built on 2008-01-30 09:50:19 +00:00
procfs_vfsops.c Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
procfs_vnops.c Tons of process scope changes. 2008-01-23 15:04:38 +00:00