cvs commit: src/sys/kern kern_sig.c
Jeff Roberson
jeff at FreeBSD.org
Mon Dec 13 08:45:58 PST 2004
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
More information about the cvs-src
mailing list