summaryrefslogtreecommitdiff
path: root/usr.bin/limits
AgeCommit message (Expand)Author
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
2005-01-17Added the EXIT STATUS section where appropriate.Ruslan Ermilov
2004-12-19Use the accepted abbreviation "kB" for kilobyte, rather than "kb" (whichColin Percival
2004-11-08This code builds cleanly at WARNS level 6.Dag-Erling Smørgrav
2004-07-02Mechanically kill hard sentence breaks.Ruslan Ermilov
2002-12-12Uniformly refer to a file system as "file system".Ruslan Ermilov
2002-11-26mdoc(7) police: laundry.Ruslan Ermilov
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-06-26Fix mdoc nits in preparation for RLIMIT_VMEM support:Sheldon Hearn
2002-04-20Use `The .Nm utility'Philippe Charnier
2002-04-13Warns cleanups:David Malone
2002-04-01Don't use gcc specific flags.David Malone
2001-07-15Remove whitespace at EOL.Dima Dorfman
2001-07-10mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov
2001-06-24Remove duplicate words.Dima Dorfman
2001-05-10Handle sbsize as a size, not a number.Sheldon Hearn
2001-02-17Fixed some style bugs (bogus cloned Id, null overrides of defaults, andBruce Evans
2001-02-14mdoc(7) police: replace -hang list with the -tag list,Ruslan Ermilov
2001-02-01mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov
2000-11-20mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov
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
1999-08-14Bad reference of setrlimit(3) changed to setrlimit(2).Chris Costello
1999-04-13Typo fix.Guy Helmer
1999-03-15Reference the sysctl variables related to various limits.Guy Helmer
1999-02-12Removed occurrences of consecutive repeated words (such as "the the").Alexander Langer
1998-09-19Remove useless `BINOWN=root' now that it is the default.David E. O'Brien
1998-06-04Fix a bunch of spelling errors.Steve Price
1998-05-08In the SEE ALSO section, {get,set}rlimit are said to be in the sectionMasafumi Max NAKANE
1998-02-01ulimit does not have its own manpage as it is a shell builtin.Steve Price
1997-09-29Sort cross refereces in section SEE ALSO.Wolfram Schneider
1997-07-21Cosmetic in usage string. Typos in man page.Philippe Charnier
1997-07-16Fix typos.David Nugent
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