summaryrefslogtreecommitdiffstats
path: root/usr.bin/limits
Commit message (Collapse)AuthorAgeFilesLines
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forgreen1999-10-092-13/+26
| | | | | userland. Currently, it can be enforced by login and csh. More shells supporting sbsize are welcome.
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Bad reference of setrlimit(3) changed to setrlimit(2).chris1999-08-141-2/+2
|
* Typo fix.ghelmer1999-04-131-2/+2
| | | | PR: docs/11022
* Reference the sysctl variables related to various limits.ghelmer1999-03-151-4/+13
| | | | PR: docs/6764
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-121-2/+2
|
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-1/+0
|
* Fix a bunch of spelling errors.steve1998-06-041-3/+3
| | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net>
* In the SEE ALSO section, {get,set}rlimit are said to be in the sectionmax1998-05-081-3/+3
| | | | | | 3 which are actually in the section 2. Pointed out by: Brian Reichert <reichert@numachi.com> PR: 6480
* ulimit does not have its own manpage as it is a shell builtin.steve1998-02-011-2/+1
| | | | | PR: 5582 Submitted by: Craig Leres <leres@ee.lbl.gov>
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-2/+2
|
* Cosmetic in usage string. Typos in man page.charnier1997-07-212-8/+20
|
* Fix typos.davidn1997-07-161-3/+3
| | | | | PR: 4101 Submitted by: Horikawa Kazuo <k-horik@mail.yk.rim.or.jp>
* login_getclass() -> login_getpwclass().davidn1997-05-101-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 finalimp1997-03-291-2/+2
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* limits(1): set and display process resources.davidn1997-01-213-0/+954
OpenPOWER on IntegriCloud