summaryrefslogtreecommitdiffstats
path: root/sys/sys/capability.h
Commit message (Expand)AuthorAgeFilesLines
* Merge r263232 from head to stable/10:rwatson2015-03-181-385/+6
* MFC r269023,r272503,r272505,r272523,r272567,r272569,r272574mjg2014-10-141-0/+3
* MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182:pjd2013-11-181-49/+112
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-107/+140
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onpjd2013-03-211-0/+1
* - Implement two new system calls:pjd2013-03-021-3/+8
* Merge Capsicum overhaul:pjd2013-03-021-45/+152
* - Enforce CAP_MKFIFO on mkfifoat(2), not on mknodat(2). Without this changepjd2012-10-011-1/+2
* Add experimental support for process descriptorsjonathan2011-08-181-1/+6
* Allow Capsicum capabilities to delegate constrainedjonathan2011-08-131-1/+1
* Rename CAP_*_KEVENT to CAP_*_EVENT.jonathan2011-08-121-2/+2
* Reorder and renumber capability rights.jonathan2011-08-121-28/+36
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-3/+3
* Declare more capability method rights.jonathan2011-07-211-1/+68
* Add cap_new() and cap_getrights() system calls.jonathan2011-07-151-0/+12
* Add implementation for capabilities.jonathan2011-07-151-0/+6
* Add kernel functions to unwrap capabilities.jonathan2011-07-041-0/+40
* Add Capsicum capability mode support; svn add of capability.h was missedrwatson2011-03-011-0/+71
* No POSIX.1e capabilities in the main tree yet.rwatson2002-06-131-270/+0
* Update copyrights to include Thomas Moestl.rwatson2001-11-051-2/+4
* o Merge recent changes from the POSIX.1e capability tree:rwatson2001-11-021-0/+17
* o Modify copyright date format for improved consistency: use '-' forrwatson2001-10-271-1/+1
* KSE Milestone 2julian2001-09-121-0/+1
* o Move definition of CAP_MAX_BUF_LEN to sys/capability.hrwatson2001-08-311-0/+2
* Prototypes for cap_equal_np() and cap_subset_np().rwatson2001-08-311-0/+10
* o Introduce support for _CAPABILITY_NEEDMACROS, reducing namespacerwatson2001-08-291-7/+32
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-151-2/+3
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-1/+1
* o Simplify capability types away from an array of ints to a singlerwatson2000-10-131-70/+78
* o Add POSIX1E_CAPABILITY_EXTATTR_NAME, a string constant for therwatson2000-08-081-3/+6
* o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated withrwatson2000-07-051-0/+4
* o Include file for POSIX.1e capabilities supportrwatson2000-06-071-0/+197
OpenPOWER on IntegriCloud