cvs commit: src/sys/kern kern_environment.c subr_hints.c src/sys/sys systm.h

Scott Long scottl at FreeBSD.org
Sun Jul 9 21:42:59 UTC 2006


scottl      2006-07-09 21:42:58 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_hints.c kern_environment.c 
    sys/sys              systm.h 
  Log:
  Use a sleep mutex instead of an sx lock for the kernel environment.  This
  allows greater flexibility for drivers that want to query the environment.
  
  Reviewed by: jhb, mux
  
  Revision  Changes    Path
  1.44      +26 -24    src/sys/kern/kern_environment.c
  1.13      +6 -6      src/sys/kern/subr_hints.c
  1.241     +1 -1      src/sys/sys/systm.h


More information about the cvs-all mailing list