cvs commit: src/sys/kern subr_witness.c

John Baldwin jhb at FreeBSD.org
Thu Jun 3 13:07:45 PDT 2004


jhb         2004/06/03 13:07:44 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             subr_witness.c 
  Log:
  - Comment out NULL, NULL barrier for Unix domain sockets section as the
    double NULL entries signal Witness to stop processing the array of
    order entries meaning none of the spin locks are added resulting in
    panics on boot.
  - Add a missing NULL, NULL terminator to the Slip locks list to keep them
    separate from the spin locks.
  
  Revision  Changes    Path
  1.173     +2 -1      src/sys/kern/subr_witness.c


More information about the cvs-src mailing list