cvs commit: src/sys/kern kern_mib.c
Robert Watson
rwatson at FreeBSD.org
Sat Jan 29 16:33:36 PST 2005
rwatson 2005-01-30 00:33:36 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/kern kern_mib.c
Log:
Merge kern_mib.c:1.72-1.73 from HEAD to RELENG_5:
date: 2005/01/23 20:59:19; author: rwatson; state: Exp; lines: +4 -5
When retrieving the current per-jails securelevel for a sysctl read,
don't acquire the prison mutex, as it's an integer read and races
here don't make a difference.
date: 2005/01/30 00:31:19; author: rwatson; state: Exp; lines: +1 -1
Fix spelling of integer in a comment.
Beady eyes: ceri
Revision Changes Path
1.71.2.1 +4 -5 src/sys/kern/kern_mib.c
More information about the cvs-src
mailing list