History log of /freebsd-current/usr.bin/limits/limits.1
Revision Date Author Comments
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 9c733790 25-Jun-2020 Fernando ApesteguĂ­a <fernape@FreeBSD.org>

limits(1): Add EXAMPLES section

* Add four examples showing flags -e, -b, -d, -s
* Remove extra space at the end of the line reported by igor

Approved by: bcr@
Differential Revision: https://reviews.freebsd.org/D25426


# 1d733bbc 18-Jun-2020 Gordon Bergling <gbe@FreeBSD.org>

Add HISTORY sections to banner(6), basename(1), limits(1) and vmstat(8)

Reviewed by: bcr (mentor)
Approved by: bcr (mentor)
MFC after: 7 days
Differential Revision: https://reviews.freebsd.org/D25019


# 6024be27 13-Jan-2018 Eitan Adler <eadler@FreeBSD.org>

limits(1): also bump .Dd...

PR: 225147
MFC After: 1 week


# 8e0bba1f 13-Jan-2018 Eitan Adler <eadler@FreeBSD.org>

limits(1): fix grammar

Submitted by: yuri
PR: 225147
MFC After: 1 week


# 250d9fd8 12-Mar-2016 Konstantin Belousov <kib@FreeBSD.org>

Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), add
login.conf(5) support.

Reviewed by: jilles
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D5610


# d2c068ea 01-Nov-2013 Jilles Tjoelker <jilles@FreeBSD.org>

sh(1),limits(1): Document kqueues (-k) rlimit.


# deb7ab1d 01-Nov-2013 Sergey Kandaurov <pluknet@FreeBSD.org>

Remove the dependency on procfs.

Reviewed by: kib
MFC after: 1 week
X-MFC with: r257430


# 2fccbf04 09-May-2012 Glen Barber <gjb@FreeBSD.org>

General mdoc(7) and typo fixes.

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


# 1d65b4fb 25-Jan-2012 Mikolaj Golub <trociny@FreeBSD.org>

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

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


# ae1fdbee 10-Apr-2011 Edward Tomasz Napierala <trasz@FreeBSD.org>

Add link to rctl(8).


# 89b13f48 05-Apr-2011 Sergey Kandaurov <pluknet@FreeBSD.org>

Document -w for swapuse.

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


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# a583eb08 02-Sep-2008 Ed Schouten <ed@FreeBSD.org>

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>


# a866e170 17-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Added the EXIT STATUS section where appropriate.


# 6a3e8b0a 02-Jul-2004 Ruslan Ermilov <ru@FreeBSD.org>

Mechanically kill hard sentence breaks.


# 8d5d039f 12-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

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

Approved by: re


# 203a6d6a 26-Nov-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: laundry.

Approved by: re


# 873caac4 18-Sep-2002 Brian Feldman <green@FreeBSD.org>

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.


# 552116c9 25-Jun-2002 Matthew Dillon <dillon@FreeBSD.org>

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

Submitted by: sheldonh


# 4ece3f34 25-Jun-2002 Sheldon Hearn <sheldonh@FreeBSD.org>

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)


# e8937ba0 19-Apr-2002 Philippe Charnier <charnier@FreeBSD.org>

Use `The .Nm utility'


# f247324d 15-Jul-2001 Dima Dorfman <dd@FreeBSD.org>

Remove whitespace at EOL.


# 62500372 10-Jul-2001 Ruslan Ermilov <ru@FreeBSD.org>

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


# a910f192 23-Jun-2001 Dima Dorfman <dd@FreeBSD.org>

Remove duplicate words.


# 2855fa04 14-Feb-2001 Ruslan Ermilov <ru@FreeBSD.org>

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.


# d0353b83 01-Feb-2001 Ruslan Ermilov <ru@FreeBSD.org>

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


# 8fe908ef 20-Nov-2000 Ruslan Ermilov <ru@FreeBSD.org>

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


# c0974566 26-Mar-2000 Philippe Charnier <charnier@FreeBSD.org>

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


# 6b3ced11 09-Oct-1999 Brian Feldman <green@FreeBSD.org>

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.


# c3aac50f 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 691c710b 14-Aug-1999 Chris Costello <chris@FreeBSD.org>

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


# 79deb70e 12-Apr-1999 Guy Helmer <ghelmer@FreeBSD.org>

Typo fix.

PR: docs/11022


# 0692fa04 15-Mar-1999 Guy Helmer <ghelmer@FreeBSD.org>

Reference the sysctl variables related to various limits.

PR: docs/6764


# 43d1df33 11-Feb-1999 Alexander Langer <alex@FreeBSD.org>

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


# 32c21313 04-Jun-1998 Steve Price <steve@FreeBSD.org>

Fix a bunch of spelling errors.

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


# c58bc017 08-May-1998 Masafumi Max NAKANE <max@FreeBSD.org>

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


# e258cf49 31-Jan-1998 Steve Price <steve@FreeBSD.org>

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

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


# bf5cbf35 29-Sep-1997 Wolfram Schneider <wosch@FreeBSD.org>

Sort cross refereces in section SEE ALSO.


# 78cad081 20-Jul-1997 Philippe Charnier <charnier@FreeBSD.org>

Cosmetic in usage string. Typos in man page.


# b3848628 16-Jul-1997 David Nugent <davidn@FreeBSD.org>

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


# c115df18 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Revert $FreeBSD$ to $Id$


# c03293e5 21-Jan-1997 David Nugent <davidn@FreeBSD.org>

limits(1): set and display process resources.