Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the accepted abbreviation "kB" for kilobyte, rather than "kb" (which | cperciva | 2004-12-19 | 1 | -7/+7 |
| | | | | is the common unit for a kilobit). | ||||
* | Update the usage string in the limits(1) manpage to include -b for | green | 2002-09-18 | 1 | -1/+2 |
| | | | | | | sbsize. Also, correct the format string in getopt(3) usage to reflect that -b takes an argument, and correct another case of RLIMIT_SBSIZE having been forgotten. | ||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+3 |
| | |||||
* | Make limits(1) aware of the new vmemoryuse resource limit. | dillon | 2002-06-26 | 1 | -12/+22 |
| | | | | Submitted by: sheldonh | ||||
* | Warns cleanups: | dwmalone | 2002-04-13 | 1 | -6/+9 |
| | | | | | | | 1) Add missing initialisers. 2) Avoid shadowing rcswhich. 3) Use intmax_t and %j for printing rather than quad_t and %q. 4) Don't modify a variable twice between sequence points. | ||||
* | Handle sbsize as a size, not a number. | sheldonh | 2001-05-10 | 1 | -1/+1 |
| | | | | Submitted by: Paul Herman <pherman@frenchfries.net> | ||||
* | Properly use .Nm, .Em, .Pa etc. Make usage() a simplier function. | charnier | 2000-03-26 | 1 | -15/+14 |
| | |||||
* | This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for | green | 1999-10-09 | 1 | -13/+22 |
| | | | | | userland. Currently, it can be enforced by login and csh. More shells supporting sbsize are welcome. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Cosmetic in usage string. Typos in man page. | charnier | 1997-07-21 | 1 | -2/+2 |
| | |||||
* | login_getclass() -> login_getpwclass(). | davidn | 1997-05-10 | 1 | -497/+490 |
| | | | | | | Updated (incorrect) entry for bash [-v]. Remove unused support for long rlim_t. Added "bash2" to bash style ulimit handling. | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |
| | | | | posix standard on the topic. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | limits(1): set and display process resources. | davidn | 1997-01-21 | 1 | -0/+637 |