summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_racct.c
Commit message (Expand)AuthorAgeFilesLines
* kern_racct: move sys/systm.h inclusion to its proper placeavg2011-12-121-2/+1
* Actually enforce limit for inheritable resources on fork.trasz2011-10-041-6/+6
* Move some code inside the racct_proc_fork(); it spares a few lock operationstrasz2011-10-031-9/+22
* Fix another bug introduced in r225641, which caused rctl to access certaintrasz2011-10-031-0/+23
* Fix bug introduced in r225641, which would cause panic if racct_proc_fork()trasz2011-10-031-18/+1
* Fix panic that happens when fork(2) fails due to a limit other thantrasz2011-09-031-7/+12
* Rename resource names to match these in login.conf.trasz2011-07-141-2/+2
* Style fix - macros are supposed to be uppercase.trasz2011-07-071-12/+12
* Remove definitions for RACCT_FSIZE and RACCT_SBSIZE - these two are rathertrasz2011-05-271-5/+0
* Change the way rctl interfaces with jails by introducing prison_raccttrasz2011-05-031-5/+9
* Add missing stubs.trasz2011-04-051-0/+12
* Remove pointless (always true) KASSERTs.trasz2011-03-291-19/+0
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-291-0/+837
OpenPOWER on IntegriCloud