Date: Mon, 13 Dec 2004 16:45:57 +0000 (UTC) From: Jeff Roberson <jeff@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: <200412131645.iBDGjv46052828@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2004-12-13 16:45:57 UTC FreeBSD src repository Modified files: sys/kern kern_sig.c Log: - If delivering a signal will result in killing a process that has a nice value above 0, set it to 0 so that it may proceed with haste. This is especially important on ULE, where adjusting the priority does not guarantee that a thread will be granted a greater time slice. Revision Changes Path 1.297 +2 -0 src/sys/kern/kern_sig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412131645.iBDGjv46052828>