NetBSD/sys/miscfs/procfs
christos 8f3566ce61 PR/29782: Martin Husemann: procfs can not unmount when some process has its
current directory in curproc. Fix from Pedro Martelletto:
We cannot call vgone() from procfs_inactive() if we are coming from
vclean(). that's what's probably causing the deadlock.
2005-04-02 06:15:09 +00:00
..
Makefile
files.procfs nuke trailing whitespace 2005-02-26 22:58:54 +00:00
procfs.h add 'mounts' file for -o linux, which lists all currently mounted 2004-09-20 17:53:08 +00:00
procfs_cmdline.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
procfs_ctl.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
procfs_fd.c
procfs_fpregs.c
procfs_linux.c Remove bogus len setting noted by J. Chapman Flack. 2005-03-01 04:39:59 +00:00
procfs_map.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
procfs_mem.c
procfs_note.c
procfs_regs.c
procfs_status.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
procfs_subr.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
procfs_vfsops.c - Define a VFS_ATTACH() macro that places a reference to a vfsops structure 2005-03-29 02:41:05 +00:00
procfs_vnops.c PR/29782: Martin Husemann: procfs can not unmount when some process has its 2005-04-02 06:15:09 +00:00