aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/capsicum.h
Commit message (Expand)AuthorAgeFilesLines
* capsicum: move global caps to caprights.hMateusz Guzik2020-08-011-45/+0
* Remove unused SYSINIT macros for capability rights.Mark Johnston2020-03-261-58/+0
* capsicum: add cap_rights_init_zero, cap_rights_init_one, cap_rights_set_oneMateusz Guzik2020-02-151-0/+21
* u_char -> vm_prot_t in a couple of places, NFCKyle Evans2020-02-141-1/+1
* capsicum: restore the cap_rights_contains symbolMateusz Guzik2020-02-111-1/+4
* fd: streamline fget_unlockedMateusz Guzik2020-02-031-1/+18
* capsicum: faster cap_rights_containsMateusz Guzik2020-02-031-1/+30
* Remove references to pdwait4(2) and `CAP_PDWAIT` from rights(4)Enji Cooper2019-02-281-1/+6
* capsicum: provide cap_rights_fde_inlineMateusz Guzik2018-10-121-0/+6
* kern_sendit: use pre-initialized rightsMatt Macy2018-05-231-0/+1
* Add additional preinitialized cap_rightsMatt Macy2018-05-201-1/+16
* capsicum: propagate const correctnessMatt Macy2018-05-191-3/+3
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-091-0/+87
* Change trap_enotcap to bool and annotate with __read_frequentlyMateusz Guzik2018-05-071-1/+1
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-131-0/+2
* Add PROC_TRAPCAP procctl(2) controls and global sysctl kern.trap_enocap.Konstantin Belousov2016-09-211-0/+2
* Decompose linkat()/renameat() rights to source and target.Ed Schouten2015-08-271-6/+11
* Allow cap_rights_{set,clear,is_set} to be called with no arguments.Ed Schouten2015-07-231-6/+6
* Introduce a cap_ioctl_t used for the 'cmds' arguments to cap_ioctls_limit()Robert Watson2015-03-161-3/+3
* Add futimens and utimensat system calls.Jilles Tjoelker2015-01-231-2/+2
* Make sure CAP_BINDAT and CAP_CONNECTAT are part of CAP_ALL0.Ed Schouten2015-01-141-2/+2
* Prepare fget_unlocked for reading fd table only once.Mateusz Guzik2014-07-231-0/+3
* sys/capsicum.h: Remove not very useful visibility guards.Jilles Tjoelker2014-04-191-6/+0
* Rename capability.h to capsicum.h: the original name conflicts with theRobert Watson2014-03-161-0/+424