summaryrefslogtreecommitdiffstats
path: root/usr.bin/rctl
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+19
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-273-7/+55
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-2/+2
| |\
| * \ Merge head from 7/28sjg2014-08-191-1/+1
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| | | |
| * | | Updated dependenciessjg2014-05-101-0/+2
| | | |
| * | | Merge headsjg2014-04-281-57/+138
| |\ \ \
| * \ \ \ sync from headsjg2013-04-121-1/+1
| |\ \ \ \
| * | | | | Updated dependenciessjg2013-03-111-0/+1
| | | | | |
| * | | | | Updated dependenciessjg2013-02-161-2/+0
| | | | | |
| * | | | | Sync with HEAD.obrien2013-02-081-13/+9
| |\ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Sync from headsjg2012-11-041-5/+9
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | | | | Build GENERIC with RACCT/RCTL support by default. Note that it stilltrasz2015-05-141-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | needs to be enabled by adding "kern.racct.enable=1" to /boot/loader.conf. Differential Revision: https://reviews.freebsd.org/D2407 Reviewed by: emaste@, wblock@ MFC after: 1 month Relnotes: yes Sponsored by: The FreeBSD Foundation
* | | | | | | | Remove spurious period.trasz2015-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 1 month Sponsored by: International OCD Foun^W^W^WThe FreeBSD Foundation
* | | | | | | | Make rctl(8) more user-friendly when RACCT/RCTL is disabled for some reason.trasz2015-04-291-5/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* | | | | | | | Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+1
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Reduce overlinking
* | | | | | | Fix typo.trasz2014-09-111-2/+2
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* | | | | | use .Mt to mark up email addresses consistently (part3)bapt2014-06-231-1/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
* | | | | Mention that rctl(8) was sponsored by the Foundation.trasz2014-02-161-3/+4
| | | | | | | | | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation
* | | | | Rework rctl(8) manpagebdrewery2014-02-151-55/+135
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Note that kernel options are required - Shift parameters around in SYNOPSIS to make it more clear that there are different modes - For all literal symbols such as 'process' or 'loginclass' or 'wallclock', etc, make them into bold symbols with .Sy - For each subject:subject-id:etc: use .Em to underline to make it more clear they relate to the rule syntax - Document how devd(8) support works - Move RSS warning to BUGS and replace RSS with 'memoryuse' since 'RSS' is not defined in the manpage - Add more examples around listing existing rules - Make rule syntax into a list to improve readability - Add a list of subjects and their corresponding subject-id same as RESOURCES/ACTIONS have lists - Note that rctl(8) takes affect on all current and future processes - Note that amount can take human numbers - Add reference to login.conf(5) in few places login class is mentioned Reviewed by: trasz Approved by: bapt (mentor) MFC after: 1 week
* | | | Minor spelling and grammar fixes.joel2013-04-111-1/+1
| |_|/ |/| |
* | | Remove superfluous paragraph macro.joel2012-12-041-1/+0
| | |
* | | - Move EXAMPLES descriptions to before the actual commandbdrewery2012-12-041-12/+9
| |/ |/| | | | | | | | | | | | | - Add mdoc macros for EXAMPLES Reviewed by: eadler Approved by: gjb MFC after: 3 days
* | Add pcpu to the the rctl(8) manual page.trasz2012-10-261-1/+2
| |
* | Remove references to userstat(1) and jailstat(1). Those tools were nevertrasz2012-09-161-4/+2
| | | | | | | | | | | | | | | | merged from the Perforce branch. They might be brought in when %CPU limits go into the tree. PR: docs/171240 MFC after: 2 weeks
* | Improve description for "rctl -l".trasz2012-09-011-2/+7
|/ | | | MFC after: 2 weeks
* The .Fx macro needs the version number be in its own word separated bydelphij2012-04-221-1/+1
| | | | a space. This change have no visible effect for rendering.
* Remove superfluous paragraph macro.joel2012-03-291-2/+0
|
* mandoc complains loudly when <TAB>s are misused in columnated lists. Fixjoel2012-03-291-23/+23
| | | | | this syntax violation and while I'm here also convert <TAB> to Ta and adjust quotation marks in order to prevent this problem in the future.
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
|
* Use proper "maxproc" name, not "nproc".trasz2012-03-011-3/+3
| | | | PR: docs/162172
* Formatting fixes:gjb2011-12-231-27/+27
| | | | | | | | | | | | | | | | hexdump/od.1: - Enclose tabbed content in quotes [1] ar/ar.1: - Enclose tabbed content in quotes [1] rctl/rctl.8: - Enclose tabbed content in quotes [1] - Start a sentence on a newline [2] Reported by: manlint [1], igor [2] MFC after: 1 week X-MFC-after: 9.0-RELEASE
* Rename resource names to match these in login.conf.trasz2011-07-141-25/+24
|
* Remove redundant assignments to WARNS.ed2011-06-061-2/+0
| | | | For these directories, WARNS is already implied to be 6.
* mdoc: fix markupuqs2011-06-021-1/+1
|
* Remove definitions for RACCT_FSIZE and RACCT_SBSIZE - these two are rathertrasz2011-05-271-3/+1
| | | | | performance-sensitive and not that useful, so I won't be merging them before 9.0.
* Change the way rctl interfaces with jails by introducing prison_raccttrasz2011-05-031-4/+4
| | | | | | structure, which acts as a proxy between them. This makes jail rules persistent, i.e. they can be added before jail gets created, and they don't disappear when the jail gets destroyed.
* Add manual page for rctl.conf(5).trasz2011-04-141-1/+2
|
* Fix grammar and bump date.trasz2011-03-301-2/+2
| | | | Submitted by: trociny
* Add rctl(8), the utility to manage rctl rules.trasz2011-03-303-0/+750
Sponsored by: The FreeBSD Foundation Reviewed by: kib (earlier version)
OpenPOWER on IntegriCloud