Module Name: src Committed By: apb Date: Wed Oct 5 13:22:13 UTC 2011
Modified Files: src/sys/kern: kern_synch.c Log Message: When killing a process due to RLIMIT_CPU, also log a message with LOG_NOTICE, and print a message to the user with uprintf. >From PR 45421 by Greg Woods, but I changed the log priority (the user might think it's an error, but the kernel is just doing its job) and the wording of the message, and I edited a nearby comment. To generate a diff of this commit: cvs rdiff -u -r1.292 -r1.293 src/sys/kern/kern_synch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.