cvs commit: src/sys/kern kern_exit.c kern_sig.c
John Baldwin
jhb at FreeBSD.org
Fri Mar 5 14:39:54 PST 2004
jhb 2004/03/05 14:39:53 PST
FreeBSD src repository
Modified files:
sys/kern kern_exit.c kern_sig.c
Log:
- Push down Giant in exit() and wait().
- Push Giant down a bit in coredump() and call coredump() with the proc
lock already held rather than unlocking it only to turn around and
relock it.
Requested by: peter
Revision Changes Path
1.224 +29 -14 src/sys/kern/kern_exit.c
1.273 +13 -12 src/sys/kern/kern_sig.c
More information about the cvs-src
mailing list