aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_loginclass.c
Commit message (Expand)AuthorAgeFilesLines
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* Replace hand-rolled unrefs if > 1 with refcount_release_if_not_lastMateusz Guzik2018-12-071-3/+1
* call racct_proc_ucred_changed() under the proc lockAndriy Gapon2018-04-201-1/+7
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fixup r325264, take #2Mateusz Guzik2017-11-011-1/+0
* Fixup r325264Mateusz Guzik2017-11-011-1/+1
* Save on loginclass list locking by checking if caller already uses the structMateusz Guzik2017-11-011-0/+7
* Speed up rctl operation with large rulesets, by holding the lockEdward Tomasz Napierala2015-11-151-1/+6
* cred: add proc_set_cred helperMateusz Guzik2015-03-161-1/+1
* Simplify sys_getloginclass.Mateusz Guzik2014-10-281-14/+4
* Change loginclass mutex to an rwlock.Mateusz Guzik2014-10-281-34/+60
* Initialize loginclass mutex using MTX_SYSINIT instead of using SI_SUB_CPU.Edward Tomasz Napierala2014-05-141-10/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-2/+2
* Add racct. It's an API to keep per-process, per-jail, per-loginclassEdward Tomasz Napierala2011-03-291-1/+19
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-051-0/+220