summaryrefslogtreecommitdiffstats
path: root/usr.bin/limits/limits.c
Commit message (Expand)AuthorAgeFilesLines
* Add -P option to allow get and set limits for other processes.trociny2012-01-251-5/+86
* Spelling fixes for usr.bin/uqs2011-12-301-1/+1
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* Usermode portion of the support for swap allocation accounting:kib2009-06-231-13/+23
* Add support for RLIMIT_NPTS to limits(1).ed2008-09-021-52/+62
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-2/+8
* Back out all POSIXified *env() changes.ache2007-05-011-2/+2
* limits calls setenv("name=value", "value", 1); which violates POSIX:ache2007-04-301-2/+2
* Use the accepted abbreviation "kB" for kilobyte, rather than "kb" (whichcperciva2004-12-191-7/+7
* Update the usage string in the limits(1) manpage to include -b forgreen2002-09-181-1/+2
* Consistently use FBSDIDobrien2002-06-301-2/+3
* Make limits(1) aware of the new vmemoryuse resource limit.dillon2002-06-261-12/+22
* Warns cleanups:dwmalone2002-04-131-6/+9
* Handle sbsize as a size, not a number.sheldonh2001-05-101-1/+1
* Properly use .Nm, .Em, .Pa etc. Make usage() a simplier function.charnier2000-03-261-15/+14
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forgreen1999-10-091-13/+22
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Cosmetic in usage string. Typos in man page.charnier1997-07-211-2/+2
* login_getclass() -> login_getpwclass().davidn1997-05-101-497/+490
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* limits(1): set and display process resources.davidn1997-01-211-0/+637
OpenPOWER on IntegriCloud