Date: Fri, 9 Dec 2005 08:29:30 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c Message-ID: <200512090829.jB98TUHK069771@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512090829.jB98TUHK069771>