Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2006 21:42:58 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_environment.c subr_hints.c src/sys/sys systm.h
Message-ID:  <200607092142.k69LgwqV064995@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607092142.k69LgwqV064995>