History log of /freebsd-10.1-release/usr.bin/limits/limits.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 235211 10-May-2012 gjb

General mdoc(7) and typo fixes.

PR: 167696
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days


# 230549 25-Jan-2012 trociny

Add -P option to allow get and set limits for other processes.

Submitted by: Andrey Zonov <andrey at zonov.org>
MFC after: 2 weeks


# 220516 10-Apr-2011 trasz

Add link to rctl(8).


# 220358 05-Apr-2011 pluknet

Document -w for swapuse.

PR: docs/156089
Submitted by: Andrey Ignatov <rdna att rdna.ru>
MFC after: 1 week


# 182685 02-Sep-2008 ed

Add support for RLIMIT_NPTS to limits(1).

After the MPSAFE TTY import we support an additional rlimit, called
RLIMIT_NPTS. This limit allows you to cap the amount of pseudo-terminals
allocated by one user.

We forgot to add support for this limit to limits(1), which means it
crashed. Add the proper bits to make it work like it should.
Unfortunately not all shells actually implement the RLIMIT, so
unfortunately I suspect it to be broken with certain shells.

Submitted by: Yuriy Tsibizov <yuriy tsibizov gfk ru>


# 140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


# 131491 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 107788 12-Dec-2002 ru

Uniformly refer to a file system as "file system".

Approved by: re


# 107267 26-Nov-2002 ru

mdoc(7) police: laundry.

Approved by: re


# 103549 18-Sep-2002 green

Update the usage string in the limits(1) manpage to include -b for
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.


# 98850 26-Jun-2002 dillon

Make limits(1) aware of the new vmemoryuse resource limit.

Submitted by: sheldonh


# 98840 25-Jun-2002 sheldonh

Fix mdoc nits in preparation for RLIMIT_VMEM support:

* add missing Ar macro for one instance of limitflags

* fix indentation problem (not perfect, but then this is one _very_
awkward manpage mark up properly)


# 95124 20-Apr-2002 charnier

Use `The .Nm utility'


# 79755 15-Jul-2001 dd

Remove whitespace at EOL.


# 79535 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 78686 23-Jun-2001 dd

Remove duplicate words.


# 72477 14-Feb-2001 ru

mdoc(7) police: replace -hang list with the -tag list,
add missing .Xo/.Xc to the tags. This only worked due
to the off-by-one bug in the -hang lists, which I will
hopefully backport from the mdocNG shortly.


# 71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


# 68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 58609 26-Mar-2000 charnier

Properly use .Nm, .Em, .Pa etc. Make usage() a simplier function.


# 52071 09-Oct-1999 green

This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for
userland. Currently, it can be enforced by login and csh. More
shells supporting sbsize are welcome.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 49734 14-Aug-1999 chris

Bad reference of setrlimit(3) changed to setrlimit(2).


# 45638 13-Apr-1999 ghelmer

Typo fix.

PR: docs/11022


# 44786 15-Mar-1999 ghelmer

Reference the sysctl variables related to various limits.

PR: docs/6764


# 43920 12-Feb-1999 alex

Removed occurrences of consecutive repeated words (such as "the the").


# 36649 04-Jun-1998 steve

Fix a bunch of spelling errors.

PR: 6856
Submitted by: Josh Gilliam <josh@quick.net>


# 35843 08-May-1998 max

In the SEE ALSO section, {get,set}rlimit are said to be in the section
3 which are actually in the section 2.
Pointed out by: Brian Reichert <reichert@numachi.com>
PR: 6480


# 32963 01-Feb-1998 steve

ulimit does not have its own manpage as it is a shell builtin.

PR: 5582
Submitted by: Craig Leres <leres@ee.lbl.gov>


# 29988 29-Sep-1997 wosch

Sort cross refereces in section SEE ALSO.


# 27573 21-Jul-1997 charnier

Cosmetic in usage string. Typos in man page.


# 27450 16-Jul-1997 davidn

Fix typos.
PR: 4101
Submitted by: Horikawa Kazuo <k-horik@mail.yk.rim.or.jp>


# 23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21924 21-Jan-1997 davidn

This commit was generated by cvs2svn to compensate for changes in r21923,
which included commits to RCS files with non-trunk default branches.


# 21923 21-Jan-1997 davidn

limits(1): set and display process resources.