Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2009 20:26:51 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_proc.c src/sys/sys ucred.h user.h
Message-ID:  <200906012027.n51KRJ2g049952@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

rwatson     2009-06-01 20:26:51 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_proc.c 
    sys/sys              ucred.h user.h 
  Log:
  SVN rev 193255 on 2009-06-01 20:26:51Z by rwatson
  
  Add a flags field to struct ucred, and export that via kinfo_proc,
  consuming one of its spare fields.  The cr_flags field is currently
  unused, but will be used for features, including capability mode and
  pay-as-you-go audit.
  
  Discussed with: jhb, sson
  
  Revision  Changes    Path
  1.281     +1 -0      src/sys/kern/kern_proc.c
  1.59      +1 -0      src/sys/sys/ucred.h
  1.81      +2 -1      src/sys/sys/user.h



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