aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/capability.h
Commit message (Expand)AuthorAgeFilesLines
* Add sys/capability.h deprecation warningEd Maste2017-01-251-0/+1
* Fix a comment in capability.h: it got renamed to capsicum.h, notRobert Watson2014-03-161-1/+1
* Rename capability.h to capsicum.h: the original name conflicts with theRobert Watson2014-03-161-387/+6
* Add more __BEGIN_DECLS / __END_DECLS to <sys/capability.h>.Jonathan Anderson2014-02-181-0/+4
* Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I hadPawel Jakub Dawidek2013-11-151-5/+14
* - Move CAP_EXTATTR_* and CAP_ACL_* rights to index 1 to have more roomPawel Jakub Dawidek2013-11-141-42/+38
* The CAP_LINKAT, CAP_MKDIRAT, CAP_MKFIFOAT, CAP_MKNODAT, CAP_RENAMEAT,Pawel Jakub Dawidek2013-11-141-7/+7
* Precisely document capability rights here too (they are already documentedPawel Jakub Dawidek2013-11-141-3/+61
* Style.Pawel Jakub Dawidek2013-11-141-3/+4
* Sync return value with actual implementation.Pawel Jakub Dawidek2013-11-141-2/+2
* Change cap_rights_merge(3) and cap_rights_remove(3) to return pointerPawel Jakub Dawidek2013-11-141-2/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-107/+140
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onPawel Jakub Dawidek2013-03-211-0/+1
* - Implement two new system calls:Pawel Jakub Dawidek2013-03-021-3/+8
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-45/+152
* - Enforce CAP_MKFIFO on mkfifoat(2), not on mknodat(2). Without this changePawel Jakub Dawidek2012-10-011-1/+2
* Add experimental support for process descriptorsJonathan Anderson2011-08-181-1/+6
* Allow Capsicum capabilities to delegate constrainedJonathan Anderson2011-08-131-1/+1
* Rename CAP_*_KEVENT to CAP_*_EVENT.Jonathan Anderson2011-08-121-2/+2
* Reorder and renumber capability rights.Jonathan Anderson2011-08-121-28/+36
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-3/+3
* Declare more capability method rights.Jonathan Anderson2011-07-211-1/+68
* Add cap_new() and cap_getrights() system calls.Jonathan Anderson2011-07-151-0/+12
* Add implementation for capabilities.Jonathan Anderson2011-07-151-0/+6
* Add kernel functions to unwrap capabilities.Jonathan Anderson2011-07-041-0/+40
* Add Capsicum capability mode support; svn add of capability.h was missedRobert Watson2011-03-011-0/+71
* No POSIX.1e capabilities in the main tree yet.Robert Watson2002-06-131-270/+0
* Update copyrights to include Thomas Moestl.Robert Watson2001-11-051-2/+4
* o Merge recent changes from the POSIX.1e capability tree:Robert Watson2001-11-021-0/+17
* o Modify copyright date format for improved consistency: use '-' forRobert Watson2001-10-271-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-0/+1
* o Move definition of CAP_MAX_BUF_LEN to sys/capability.hRobert Watson2001-08-311-0/+2
* Prototypes for cap_equal_np() and cap_subset_np().Robert Watson2001-08-311-0/+10
* o Introduce support for _CAPABILITY_NEEDMACROS, reducing namespaceRobert Watson2001-08-291-7/+32
* o Change the API and ABI of the Extended Attribute kernel interfaces toRobert Watson2001-03-151-2/+3
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-1/+1
* o Simplify capability types away from an array of ints to a singleRobert Watson2000-10-131-70/+78
* o Add POSIX1E_CAPABILITY_EXTATTR_NAME, a string constant for theRobert Watson2000-08-081-3/+6
* o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated withRobert Watson2000-07-051-0/+4
* o Include file for POSIX.1e capabilities supportRobert Watson2000-06-071-0/+197