summaryrefslogtreecommitdiffstats
path: root/sys/sys/racct.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of rctl_lock; use racct_lock where appropriate. The fast pathstrasz2016-04-211-0/+6
* Make Racct macro slightly more gracious given RACCT_UNDEFINEDcem2016-04-201-1/+2
* Add four new RCTL resources - readbps, readiops, writebps and writeiops,trasz2016-04-071-1/+8
* Improve comments.trasz2016-03-311-3/+2
* Speed up rctl(8) rule retrieval; the difference shows mostly in "rctl -n",trasz2015-11-081-2/+5
* Add kern.racct.enable tunable and RACCT_DISABLED config option.trasz2015-04-291-0/+4
* ifdef RACCT ui_racct_foreach and struct uidinfo's ui_racctmjg2014-11-231-9/+2
* Convert racct stubs to inline functions.mjg2014-10-061-0/+87
* Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu".trasz2012-10-261-2/+20
* Make racct and rctl correctly handle jail renaming. Previouslytrasz2012-03-061-0/+1
* Fix another bug introduced in r225641, which caused rctl to access certaintrasz2011-10-031-0/+1
* Rename resource names to match these in login.conf.trasz2011-07-141-3/+3
* Style fix - macros are supposed to be uppercase.trasz2011-07-071-5/+5
* Remove definitions for RACCT_FSIZE and RACCT_SBSIZE - these two are rathertrasz2011-05-271-21/+19
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-291-0/+147
OpenPOWER on IntegriCloud