jhb 2004-09-23 21:01:50 UTC FreeBSD src repository Modified files: sys/kern kern_exec.c Log: - Don't try to unlock Giant if single threading fails since we don't have it locked. - Unlock Giant before calling exit1() since exit1() does not require Giant. Revision Changes Path 1.253 +1 -1 src/sys/kern/kern_exec.c