aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/limits/limits.c
Commit message (Expand)AuthorAgeFilesLines
* Use the accepted abbreviation "kB" for kilobyte, rather than "kb" (whichColin Percival2004-12-191-7/+7
* Update the usage string in the limits(1) manpage to include -b forBrian Feldman2002-09-181-1/+2
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+3
* Make limits(1) aware of the new vmemoryuse resource limit.Matthew Dillon2002-06-261-12/+22
* Warns cleanups:David Malone2002-04-131-6/+9
* Handle sbsize as a size, not a number.Sheldon Hearn2001-05-101-1/+1
* Properly use .Nm, .Em, .Pa etc. Make usage() a simplier function.Philippe Charnier2000-03-261-15/+14
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forBrian Feldman1999-10-091-13/+22
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cosmetic in usage string. Typos in man page.Philippe Charnier1997-07-211-2/+2
* login_getclass() -> login_getpwclass().David Nugent1997-05-101-497/+490
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* limits(1): set and display process resources.David Nugent1997-01-211-0/+637