des 532068abe2 In procfs_readdir(), when the directory being read was a process directory,
the target process was being held locked during the uiomove() call.  If the
process calling readdir() was the same as the target process (for instance
'ls /proc/curproc/'), and uiomove() caused a page fault, the result would
be a proc lock recursion.  I have no idea how long this has been broken -
possibly ever since pfind() was changed to lock the process it returns.

Also replace the one and only call to procfs_findtextvp() with a direct
test of td->td_proc->p_textvp.
2001-10-07 19:37:13 +00:00
..
2001-10-07 00:21:18 +00:00
2001-10-07 13:27:27 +00:00
2001-10-07 16:39:40 +00:00
2001-09-12 08:38:13 +00:00
2001-10-03 07:26:28 +00:00
2001-09-12 08:38:13 +00:00
2001-09-12 08:38:13 +00:00
2001-09-12 08:38:13 +00:00
2001-09-12 08:38:13 +00:00
2001-09-12 08:38:13 +00:00
2001-09-12 08:38:13 +00:00
2001-08-21 09:16:57 +00:00
2001-10-07 10:04:18 +00:00
2001-09-12 08:38:13 +00:00
2001-09-30 19:59:07 +00:00
2001-09-12 08:38:13 +00:00