Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2002 10:44:49 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_mac.c
Message-ID:  <200210051744.g95Hios6003222@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/10/05 10:44:49 PDT

  Modified files:
    sys/kern             kern_mac.c 
  Log:
  While the MAC API has supported the ability to handle M_NOWAIT passed
  to mbuf label initialization, that functionality was never merged to
  the main tree.  Go ahead and merge that functionality now.  Note that
  this requires policy modules to accept the case where the label
  element may be destroyed even if init has not succeeded on it (in
  the event that policy failed the init).  This will shortly also
  apply to sockets.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.36      +11 -3     src/sys/kern/kern_mac.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?200210051744.g95Hios6003222>