Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2002 13:00:41 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_exit.c
Message-ID:  <200204092000.g39K0fY87525@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2002/04/09 13:00:41 PDT

  Modified files:
    sys/kern             kern_exit.c 
  Log:
  We don't need Giant to read the pgrp ID since the proc lock has protected
  p_pgrp since the pgrp locking went in.  We also don't need it to check for
  invalid values in the options argument to wait1(), so push Giant down
  slightly.
  
  Revision  Changes    Path
  1.155     +3 -5      src/sys/kern/kern_exit.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?200204092000.g39K0fY87525>