History log of /freebsd-10.0-release/usr.bin/rctl/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


249375 11-Apr-2013 joel

Minor spelling and grammar fixes.


243856 04-Dec-2012 joel

Remove superfluous paragraph macro.


243849 04-Dec-2012 bdrewery

- Move EXAMPLES descriptions to before the actual command
- Add mdoc macros for EXAMPLES

Reviewed by: eadler
Approved by: gjb
MFC after: 3 days


242140 26-Oct-2012 trasz

Add pcpu to the the rctl(8) manual page.


240575 16-Sep-2012 trasz

Remove references to userstat(1) and jailstat(1). Those tools were never
merged from the Perforce branch. They might be brought in when %CPU limits
go into the tree.

PR: docs/171240
MFC after: 2 weeks


239990 01-Sep-2012 trasz

Improve description for "rctl -l".

MFC after: 2 weeks


234568 22-Apr-2012 delphij

The .Fx macro needs the version number be in its own word separated by
a space. This change have no visible effect for rendering.


233667 29-Mar-2012 joel

Remove superfluous paragraph macro.


233665 29-Mar-2012 joel

mandoc complains loudly when <TAB>s are misused in columnated lists. Fix
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.


233456 25-Mar-2012 joel

Remove superfluous paragraph macro.


232329 01-Mar-2012 trasz

Use proper "maxproc" name, not "nproc".

PR: docs/162172


228823 23-Dec-2011 gjb

Formatting fixes:

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


224036 14-Jul-2011 trasz

Rename resource names to match these in login.conf.


222772 06-Jun-2011 ed

Remove redundant assignments to WARNS.

For these directories, WARNS is already implied to be 6.


222599 02-Jun-2011 uqs

mdoc: fix markup


222380 27-May-2011 trasz

Remove definitions for RACCT_FSIZE and RACCT_SBSIZE - these two are rather
performance-sensitive and not that useful, so I won't be merging them
before 9.0.


221362 03-May-2011 trasz

Change the way rctl interfaces with jails by introducing prison_racct
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.


220640 14-Apr-2011 trasz

Add manual page for rctl.conf(5).


220169 30-Mar-2011 trasz

Fix grammar and bump date.

Submitted by: trociny


220166 30-Mar-2011 trasz

Add rctl(8), the utility to manage rctl rules.

Sponsored by: The FreeBSD Foundation
Reviewed by: kib (earlier version)