summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_priv.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-4/+4
* Make the comments a little more clear about PRIV_KMEM_*, explicitlyjamie2013-07-061-2/+3
* Add new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE, used in openingjamie2013-07-051-0/+9
* Style nits.pjd2013-05-191-6/+5
* Use SDT_PROBE1() instead of SDT_PROBE().pjd2013-05-191-7/+4
* - Add sysctl to allow unprivileged users to call mlock(2)-family systemzont2012-12-181-0/+18
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-2/+2
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Reduce the verbosity of SDT trace points for DTrace by defining severalrwatson2009-03-031-6/+2
* Add static tracing for privilege checking:rwatson2009-02-261-9/+40
* Remove the suser(9) interface from the kernel. It has been replaced fromattilio2008-09-171-21/+0
* Add __FBSDID() tag.rwatson2008-03-071-2/+3
* Continue kernel privilege cleanup for 7.0: unstaticize suser_enabled andrwatson2007-07-021-1/+1
* Rather than passing SUSER_RUID into priv_check_cred() to specify whenrwatson2007-06-161-7/+18
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-10/+0
* Add a new priv(9) kernel interface for checking the availability ofrwatson2006-11-061-0/+154
OpenPOWER on IntegriCloud