summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_rctl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r282213:trasz2015-06-211-0/+69
* Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu".trasz2012-10-261-0/+48
* Stop treating system processes as special. This fixes panicstrasz2012-04-171-25/+1
* Enforce upper bound on the input buffer length.trasz2012-04-171-0/+3
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Fix another bug introduced in r225641, which caused rctl to access certaintrasz2011-10-031-11/+16
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-11/+11
* Fix whitespace.trasz2011-09-071-1/+1
* Work around a kernel panic triggered by forkbomb with an rctl ruletrasz2011-09-061-0/+11
* Since r224036 the cputime and wallclock are supposed to be in seconds,trasz2011-09-041-2/+2
* Rename resource names to match these in login.conf.trasz2011-07-141-15/+15
* Style fix - macros are supposed to be uppercase.trasz2011-07-071-6/+6
* Remove definitions for RACCT_FSIZE and RACCT_SBSIZE - these two are rathertrasz2011-05-271-2/+0
* Change the way rctl interfaces with jails by introducing prison_raccttrasz2011-05-031-58/+37
* Rename a misnamed structure field (hr_loginclass), and reorder priv(9)trasz2011-04-101-19/+19
* Add rctl. It's used by racct to take user-configurable actions basedtrasz2011-03-301-0/+1850
OpenPOWER on IntegriCloud