aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_capability.c
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated includes.Pawel Jakub Dawidek2014-06-261-4/+2
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-2/+2
* Change cap_rights_merge(3) and cap_rights_remove(3) to return pointerPawel Jakub Dawidek2013-11-141-4/+12
* Add a note that this file is compiled as part of the kernel and libc.Pawel Jakub Dawidek2013-11-141-0/+4
* Fix panic in cap_rights_is_valid() when invalid rights are provided -Pawel Jakub Dawidek2013-09-071-11/+24
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-0/+285