summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_loginclass.c
Commit message (Expand)AuthorAgeFilesLines
* Speed up rctl operation with large rulesets, by holding the locktrasz2015-11-151-1/+6
* cred: add proc_set_cred helpermjg2015-03-161-1/+1
* Simplify sys_getloginclass.mjg2014-10-281-14/+4
* Change loginclass mutex to an rwlock.mjg2014-10-281-34/+60
* Initialize loginclass mutex using MTX_SYSINIT instead of using SI_SUB_CPU.trasz2014-05-141-10/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-291-1/+19
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-0/+220
OpenPOWER on IntegriCloud