cvs commit: src/sys/kern kern_sig.c
David Xu
davidxu at FreeBSD.org
Fri Dec 9 00:29:51 PST 2005
davidxu 2005-12-09 08:29:29 UTC
FreeBSD src repository
Modified files:
sys/kern kern_sig.c
Log:
Add a sysctl to force a process to sigexit if a trap signal is
being hold by current thread or ignored by current process,
otherwise, it is very possible the thread will enter an infinite loop
and lead to an administrator's nightmare.
Revision Changes Path
1.318 +17 -0 src/sys/kern/kern_sig.c
More information about the cvs-src
mailing list