Date: Sat, 30 Oct 2004 21:06:07 +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: <200410302106.i9UL67Jp084034@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-10-30 21:06:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) 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.2.1 +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?200410302106.i9UL67Jp084034>