aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_capability.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* Remove unused SYSINIT macros for capability rights.Mark Johnston2020-03-261-13/+3
* capsicum: use new helpersMateusz Guzik2020-02-151-43/+43
* capsicum: restore the cap_rights_contains symbolMateusz Guzik2020-02-111-0/+24
* capsicum: faster cap_rights_containsMateusz Guzik2020-02-031-22/+0
* kern_sendit: use pre-initialized rightsMatt Macy2018-05-231-0/+2
* Add additional preinitialized cap_rightsMatt Macy2018-05-201-1/+32
* Remove duplicate cap_no_rights from r333874Ed Maste2018-05-191-1/+0
* Unbreak BeagleBone Black boot by collapsing 29 SYSINITs in to 1Matt Macy2018-05-191-30/+65
* capsicum: annotate variable only used by debugMatt Macy2018-05-191-4/+4
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-091-1/+43
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* capsicum: plug spurious memset in __cap_rights_initMateusz Guzik2015-12-011-1/+0
* 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