Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2011 13:03:05 +0000 (UTC)
From:      Jonathan Anderson <jonathan@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 sys_machdep.c src/sys/arm/arm sys_machdep.c src/sys/conf NOTES options src/sys/i386/i386 sys_machdep.c src/sys/kern subr_trap.c sys_capability.c
Message-ID:  <201106291303.p5TD3N0F049936@repoman.freebsd.org>

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

jonathan    2011-06-29 13:03:05 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      sys_machdep.c 
    sys/arm/arm          sys_machdep.c 
    sys/conf             NOTES options 
    sys/i386/i386        sys_machdep.c 
    sys/kern             subr_trap.c sys_capability.c 
  Log:
  SVN rev 223668 on 2011-06-29 13:03:05Z by jonathan
  
  We may split today's CAPABILITIES into CAPABILITY_MODE (which has
  to do with global namespaces) and CAPABILITIES (which has to do with
  constraining file descriptors). Just in case, and because it's a better
  name anyway, let's move CAPABILITIES out of the way.
  
  Also, change opt_capabilities.h to opt_capsicum.h; for now, this will
  only hold CAPABILITY_MODE, but it will probably also hold the new
  CAPABILITIES (implying constrained file descriptors) in the future.
  
  Approved by: rwatson
  Sponsored by: Google UK Ltd
  
  Revision  Changes    Path
  1.103     +2 -2      src/sys/amd64/amd64/sys_machdep.c
  1.8       +2 -2      src/sys/arm/arm/sys_machdep.c
  1.1613    +1 -1      src/sys/conf/NOTES
  1.733     +1 -1      src/sys/conf/options
  1.126     +2 -2      src/sys/i386/i386/sys_machdep.c
  1.324     +2 -2      src/sys/kern/subr_trap.c
  1.4       +4 -4      src/sys/kern/sys_capability.c



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