summaryrefslogtreecommitdiffstats
path: root/sys/sys/capability.h
Commit message (Expand)AuthorAgeFilesLines
* 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