NetBSD/sys/miscfs
pooka 85cb1a4957 In lookup, when checking for procfs process node validity, target the
process we're trying to get information about through procfs, not
the caller of lookup.

fixes 'ls -l /proc/*/file' panic, which would occur when trying to
lookup "file" for a kernel thread, which doesn't have p->p_textvp.
2007-02-16 21:37:56 +00:00
..
deadfs Teach deadfs about vm object locking for getpages. This avoids 2006-12-10 23:57:33 +00:00
fdesc Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
fifofs __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
genfs Replace some uses of lockmgr() / simplelocks. 2007-02-15 15:40:50 +00:00
kernfs Replace some uses of lockmgr() / simplelocks. 2007-02-15 15:40:50 +00:00
nullfs New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
overlay New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
portal Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
procfs In lookup, when checking for procfs process node validity, target the 2007-02-16 21:37:56 +00:00
specfs Implement Veriexec's raw disk policy on-top of kauth(9)'s device scope, 2006-11-26 20:27:27 +00:00
syncfs Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
umapfs New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
Makefile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00