summaryrefslogtreecommitdiff
path: root/usr.bin/limits/limits.c
AgeCommit message (Expand)Author
2025-12-17limits: Unbreak after RLIMIT_VMM additionDag-Erling Smørgrav
2024-09-20usr.bin/limits: support RLIMIT_PIPEBUFKonstantin Belousov
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2018-01-21limits(1): fix always true conditionEitan Adler
2018-01-20limits(1): add missing breakEitan Adler
2017-04-04strcpy => strlcpy, strcat => strlcatAlan Somers
2016-03-12Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), addKonstantin Belousov
2016-02-28Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov
2013-10-31Remove the dependency on procfs. Use sysctl KERN_PROC_PATHNAME andKonstantin Belousov
2013-10-31Fix long line and record proper commit message for r257427:Konstantin Belousov
2013-10-31The limit for the swap space is spelled 'swapsize', at least sinceKonstantin Belousov
2013-10-31The limit for the swap space is spelled 'swapsize', at least sinceKonstantin Belousov
2013-10-21Add a resource limit for the total number of kqueues available to theKonstantin Belousov
2012-01-25Add -P option to allow get and set limits for other processes.Mikolaj Golub
2011-12-30Spelling fixes for usr.bin/Ulrich Spörlein
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2009-06-23Usermode portion of the support for swap allocation accounting:Konstantin Belousov
2008-09-02Add support for RLIMIT_NPTS to limits(1).Ed Schouten
2007-07-04Significantly reduce the memory leak as noted in BUGS section forSean Farley
2007-05-01Back out all POSIXified *env() changes.Andrey A. Chernov
2007-04-30limits calls setenv("name=value", "value", 1); which violates POSIX:Andrey A. Chernov
2004-12-19Use the accepted abbreviation "kB" for kilobyte, rather than "kb" (whichColin Percival
2002-09-18Update the usage string in the limits(1) manpage to include -b forBrian Feldman
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-06-26Make limits(1) aware of the new vmemoryuse resource limit.Matthew Dillon
2002-04-13Warns cleanups:David Malone
2001-05-10Handle sbsize as a size, not a number.Sheldon Hearn
2000-03-26Properly use .Nm, .Em, .Pa etc. Make usage() a simplier function.Philippe Charnier
1999-10-09This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forBrian Feldman
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-07-21Cosmetic in usage string. Typos in man page.Philippe Charnier
1997-05-10login_getclass() -> login_getpwclass().David Nugent
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-21limits(1): set and display process resources.David Nugent