NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/45421 CVS commit: src/sys/kern



The following reply was made to PR kern/45421; it has been noted by GNATS.

From: "Alan Barrett" <apb%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/45421 CVS commit: src/sys/kern
Date: Wed, 5 Oct 2011 13:22:13 +0000

 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.
 


Home | Main Index | Thread Index | Old Index