jhb 2006-08-01 15:30:56 UTC
FreeBSD src repository
Modified files:
sys/kern kern_fork.c
Log:
Don't lock each of the processes while looking for a pid. The allproc and
proctree locks that we already hold provide sufficient protection.
Revision Changes Path
1.260 +1 -5 src/sys/kern/kern_fork.c