Date: Sat, 30 Oct 2004 14:20:59 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mac.c Message-ID: <200410301421.i9UEL0lr058532@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-10-30 14:20:59 UTC FreeBSD src repository Modified files: sys/kern kern_mac.c Log: 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. Revision Changes Path 1.114 +21 -0 src/sys/kern/kern_mac.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410301421.i9UEL0lr058532>