aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/limits/limits.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin/limits: support RLIMIT_PIPEBUFKonstantin Belousov2024-10-051-2/+6
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* limits(1): fix always true conditionEitan Adler2018-01-211-1/+1
* limits(1): add missing breakEitan Adler2018-01-201-0/+1
* strcpy => strlcpy, strcat => strlcatAlan Somers2017-04-041-1/+1
* Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), addKonstantin Belousov2016-03-121-2/+3
* Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-281-1/+6
* Remove the dependency on procfs. Use sysctl KERN_PROC_PATHNAME andKonstantin Belousov2013-10-311-14/+20
* Fix long line and record proper commit message for r257427:Konstantin Belousov2013-10-311-1/+2
* The limit for the swap space is spelled 'swapsize', at least sinceKonstantin Belousov2013-10-311-3/+3
* The limit for the swap space is spelled 'swapsize', at least sinceKonstantin Belousov2013-10-311-2/+2
* Add a resource limit for the total number of kqueues available to theKonstantin Belousov2013-10-211-5/+11
* Add -P option to allow get and set limits for other processes.Mikolaj Golub2012-01-251-5/+86
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-1/+1
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Usermode portion of the support for swap allocation accounting:Konstantin Belousov2009-06-231-13/+23
* Add support for RLIMIT_NPTS to limits(1).Ed Schouten2008-09-021-52/+62
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-041-2/+8
* Back out all POSIXified *env() changes.Andrey A. Chernov2007-05-011-2/+2
* limits calls setenv("name=value", "value", 1); which violates POSIX:Andrey A. Chernov2007-04-301-2/+2
* 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