| Commit message (Expand) | Author | Age | Files | Lines |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-10 | 1 | -2/+2 |
* | Add -P option to allow get and set limits for other processes. | trociny | 2012-01-25 | 2 | -7/+91 |
* | Spelling fixes for usr.bin/ | uqs | 2011-12-30 | 1 | -1/+1 |
* | Add link to rctl(8). | trasz | 2011-04-10 | 1 | -1/+2 |
* | Document -w for swapuse. | pluknet | 2011-04-05 | 1 | -3/+7 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+1 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
* | Usermode portion of the support for swap allocation accounting: | kib | 2009-06-23 | 1 | -13/+23 |
* | Add support for RLIMIT_NPTS to limits(1). | ed | 2008-09-02 | 2 | -54/+68 |
* | Significantly reduce the memory leak as noted in BUGS section for | scf | 2007-07-04 | 1 | -2/+8 |
* | Back out all POSIXified *env() changes. | ache | 2007-05-01 | 1 | -2/+2 |
* | limits calls setenv("name=value", "value", 1); which violates POSIX: | ache | 2007-04-30 | 1 | -2/+2 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | Use the accepted abbreviation "kB" for kilobyte, rather than "kb" (which | cperciva | 2004-12-19 | 1 | -7/+7 |
* | This code builds cleanly at WARNS level 6. | des | 2004-11-08 | 1 | -0/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+2 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -2/+2 |
* | mdoc(7) police: laundry. | ru | 2002-11-26 | 1 | -120/+152 |
* | Update the usage string in the limits(1) manpage to include -b for | green | 2002-09-18 | 2 | -5/+6 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+3 |
* | Make limits(1) aware of the new vmemoryuse resource limit. | dillon | 2002-06-26 | 2 | -16/+37 |
* | Fix mdoc nits in preparation for RLIMIT_VMEM support: | sheldonh | 2002-06-26 | 1 | -3/+5 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -7/+12 |
* | Warns cleanups: | dwmalone | 2002-04-13 | 1 | -6/+9 |
* | Don't use gcc specific flags. | dwmalone | 2002-04-01 | 1 | -1/+0 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Remove duplicate words. | dd | 2001-06-24 | 1 | -1/+1 |
* | Handle sbsize as a size, not a number. | sheldonh | 2001-05-10 | 1 | -1/+1 |
* | Fixed some style bugs (bogus cloned Id, null overrides of defaults, and | bde | 2001-02-17 | 1 | -7/+3 |
* | mdoc(7) police: replace -hang list with the -tag list, | ru | 2001-02-14 | 1 | -7/+10 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -6/+6 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -7/+10 |
* | Properly use .Nm, .Em, .Pa etc. Make usage() a simplier function. | charnier | 2000-03-26 | 2 | -45/+60 |
* | This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for | green | 1999-10-09 | 2 | -13/+26 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Bad reference of setrlimit(3) changed to setrlimit(2). | chris | 1999-08-14 | 1 | -2/+2 |
* | Typo fix. | ghelmer | 1999-04-13 | 1 | -2/+2 |
* | Reference the sysctl variables related to various limits. | ghelmer | 1999-03-15 | 1 | -4/+13 |
* | Removed occurrences of consecutive repeated words (such as "the the"). | alex | 1999-02-12 | 1 | -2/+2 |
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -1/+0 |
* | Fix a bunch of spelling errors. | steve | 1998-06-04 | 1 | -3/+3 |
* | In the SEE ALSO section, {get,set}rlimit are said to be in the section | max | 1998-05-08 | 1 | -3/+3 |
* | ulimit does not have its own manpage as it is a shell builtin. | steve | 1998-02-01 | 1 | -2/+1 |
* | Sort cross refereces in section SEE ALSO. | wosch | 1997-09-29 | 1 | -2/+2 |
* | Cosmetic in usage string. Typos in man page. | charnier | 1997-07-21 | 2 | -8/+20 |
* | Fix typos. | davidn | 1997-07-16 | 1 | -3/+3 |
* | login_getclass() -> login_getpwclass(). | davidn | 1997-05-10 | 1 | -497/+490 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |