Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2002 13:02:02 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_prot.c
Message-ID:  <200203222102.g2ML22c93395@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2002/03/22 13:02:02 PST

  Modified files:
    sys/kern             kern_prot.c 
  Log:
  Use explicit Giant locks and unlocks for rather than instrumented ones for
  code that is still not safe.  suser() reads p_ucred so it still needs
  Giant for the time being.  This should allow kern.giant.proc to be set
  to 0 for the time being.
  
  Revision  Changes    Path
  1.145     +5 -6      src/sys/kern/kern_prot.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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