cvs commit: src/sys/kern kern_mac.c
Robert Watson
rwatson at FreeBSD.org
Sat Oct 30 14:03:47 PDT 2004
rwatson 2004-10-30 21:03:46 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5_3)
sys/kern kern_mac.c
Log:
Merge kern_mac.c:1.114 from HEAD to RELENG_5:
date: 2004/10/30 14:20:59; author: rwatson; state: Exp; lines: +21 -0
Disable use of synchronization early in the boot by the MAC Framework;
for modules linked into the kernel or loaded very early, panics will
result otherwise, as the CV code it calls will panic due to its use
of a mutex before it is initialized.
Approved by: re (kensmith)
Revision Changes Path
1.113.4.1 +21 -0 src/sys/kern/kern_mac.c
More information about the cvs-src
mailing list