NetBSD/sys/miscfs/procfs
ad 3490efcc63 Replace struct lock on vnodes with a simpler lock object built on
krwlock_t. This is a step towards removing lockmgr and simplifying
vnode locking. Discussed on tech-kern.
2008-01-30 09:50:19 +00:00
..
Makefile
files.procfs Restore dependency on PTRACE for PROCFS. 2006-08-30 13:49:27 +00:00
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 __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
procfs_linux.c procfs_douptime: simply use microuptime() instead of a mysterious calculation. 2007-12-22 01:06:54 +00:00
procfs_map.c use vnode_to_path. 2007-12-15 23:52:00 +00:00
procfs_mem.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
procfs_note.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
procfs_regs.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
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