Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2001 16:10:37 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys proc.h
Message-ID:  <200101300010.f0U0AbK58923@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/01/29 16:10:37 PST

  Modified files:
    sys/sys              proc.h 
  Log:
  - Use the right name for the proctree lock in the locking key.
  - Add a note about the special locking semantics used for members such as
    p_cred that are read by multiple processes but only written to by the
    current process.
  - Change p_upages_obj's locking key to note that it is created at fork
    and left alone afterwards (the actual pointer, not what it points to.)
  - Mark p_intr_nesting_level as being implicitly locked since only curproc
    accesses it.
  
  Reviewed by:	jake
  
  Revision  Changes    Path
  1.144     +15 -5     src/sys/sys/proc.h



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?200101300010.f0U0AbK58923>