ps 2006-04-21 19:26:21 UTC FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Don't try to kill embryonic processes in killpg1(). This prevents a race condition between fork() and kill(pid,sig) with pid < 0 that can cause a kernel panic. Submitted by: up MFC after: 3 weeks Revision Changes Path 1.329 +3 -2 src/sys/kern/kern_sig.c