summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_capability.c
Commit message (Expand)AuthorAgeFilesLines
* capsicum: plug spurious memset in __cap_rights_initmjg2015-12-011-1/+0
* Remove duplicated includes.pjd2014-06-261-4/+2
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-2/+2
* Change cap_rights_merge(3) and cap_rights_remove(3) to return pointerpjd2013-11-141-4/+12
* Add a note that this file is compiled as part of the kernel and libc.pjd2013-11-141-0/+4
* Fix panic in cap_rights_is_valid() when invalid rights are provided -pjd2013-09-071-11/+24
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-0/+285
OpenPOWER on IntegriCloud