aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/racct.h
Commit message (Expand)AuthorAgeFilesLines
* Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu".Edward Tomasz Napierala2012-10-261-2/+20
* Make racct and rctl correctly handle jail renaming. PreviouslyEdward Tomasz Napierala2012-03-061-0/+1
* Fix another bug introduced in r225641, which caused rctl to access certainEdward Tomasz Napierala2011-10-031-0/+1
* Rename resource names to match these in login.conf.Edward Tomasz Napierala2011-07-141-3/+3
* Style fix - macros are supposed to be uppercase.Edward Tomasz Napierala2011-07-071-5/+5
* Remove definitions for RACCT_FSIZE and RACCT_SBSIZE - these two are ratherEdward Tomasz Napierala2011-05-271-21/+19
* Add racct. It's an API to keep per-process, per-jail, per-loginclassEdward Tomasz Napierala2011-03-291-0/+147