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 Extend the Linux emulation of /proc to include 2007-05-24 00:37:40 +00:00
procfs_cmdline.c Change the process/lwp flags seen by userland via sysctl back to the 2007-02-17 22:31:36 +00:00
procfs_ctl.c Tons of process scope changes. 2008-01-23 15:04:38 +00:00
procfs_fd.c Merge from vmlocking: 2007-11-07 00:23:13 +00:00
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 use vnode_to_path. 2007-12-15 23:52:00 +00:00
procfs_mem.c
procfs_note.c
procfs_regs.c
procfs_status.c - Make the proclist_lock a mutex. The write:read ratio is unfavourable, 2007-03-09 14:11:22 +00:00
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