summaryrefslogtreecommitdiffstats
path: root/sys/sys/capability.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a comment in capability.h: it got renamed to capsicum.h, notrwatson2014-03-161-1/+1
* Rename capability.h to capsicum.h: the original name conflicts with therwatson2014-03-161-387/+6
* Add more __BEGIN_DECLS / __END_DECLS to <sys/capability.h>.jonathan2014-02-181-0/+4
* Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I hadpjd2013-11-151-5/+14
* - Move CAP_EXTATTR_* and CAP_ACL_* rights to index 1 to have more roompjd2013-11-141-42/+38
* The CAP_LINKAT, CAP_MKDIRAT, CAP_MKFIFOAT, CAP_MKNODAT, CAP_RENAMEAT,pjd2013-11-141-7/+7
* Precisely document capability rights here too (they are already documentedpjd2013-11-141-3/+61
* Style.pjd2013-11-141-3/+4
* Sync return value with actual implementation.pjd2013-11-141-2/+2
* Change cap_rights_merge(3) and cap_rights_remove(3) to return pointerpjd2013-11-141-2/+2
* 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