K 10 svn:author V 2 dg K 8 svn:date V 27 1996-06-04T02:46:09.000000Z K 7 svn:log V 523 Implemented zpfind() which returns the struct proc * of a zombie PID. Used the above as part of a fix for an architectural flaw in the way that sysctl_doproc works. sysctl_doproc can block while traversing the proc lists and the state of the list may have changed during this time. The fix is to check that the process still exists, and if not, restart the loop from the beginning. Note that I don't understand how to unwind SYSCTL_OUT things in -current, SO SOMEBODY ELSE WILL HAVE TO IMPLEMENT THIS FIX THERE!!! (Poul?) END