Subject: PR/34895 CVS commit: src/sys/kern
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: netbsd-bugs
Date: 11/01/2006 09:35:05
The following reply was made to PR kern/34895; it has been noted by GNATS.

From: YAMAMOTO Takashi <yamt@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/34895 CVS commit: src/sys/kern
Date: Wed,  1 Nov 2006 09:32:53 +0000 (UTC)

 Module Name:	src
 Committed By:	yamt
 Date:		Wed Nov  1 09:32:53 UTC 2006
 
 Modified Files:
 	src/sys/kern: kern_synch.c
 
 Log Message:
 mi_switch: move rlimit and autonice handling out of sched_lock in order to
 simplify locking.
 related to PR/32962 and PR/34895.  reviewed by matthew green.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.168 -r1.169 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.