cvs commit: src/sys/kern kern_mac.c

Robert Watson rwatson at FreeBSD.org
Sat Oct 30 07:21:00 PDT 2004


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


More information about the cvs-src mailing list