freebsd-dev/sys/compat
John Baldwin 65c9b4303b - Change fill_kinfo_proc() to require that the process is locked when it
is called.
- Change sysctl_out_proc() to require that the process is locked when it
  is called and to drop the lock before it returns.  If this proves too
  complex we can change sysctl_out_proc() to simply acquire the lock at
  the very end and have the calling code drop the lock right after it
  returns.
- Lock the process we are going to export before the p_cansee() in the
  loop in sysctl_kern_proc() and hold the lock until we call
  sysctl_out_proc().
- Don't call p_cansee() on the process about to be exported twice in
  the aforementioned loop.
2002-04-09 20:10:46 +00:00
..
linprocfs - Change fill_kinfo_proc() to require that the process is locked when it 2002-04-09 20:10:46 +00:00
linux Moved signal handling and rescheduling from userret() to ast() so that 2002-04-04 17:49:48 +00:00
netbsd Remove __P. 2002-03-20 05:48:58 +00:00
pecoff - Change fill_kinfo_proc() to require that the process is locked when it 2002-04-09 20:10:46 +00:00
svr4 Moved signal handling and rescheduling from userret() to ast() so that 2002-04-04 17:49:48 +00:00