| Age | Commit message (Expand) | Author |
| 2025-12-17 | limits: Unbreak after RLIMIT_VMM addition | Dag-Erling Smørgrav |
| 2024-09-20 | usr.bin/limits: support RLIMIT_PIPEBUF | Konstantin Belousov |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-07-07 | Mark usage function as __dead2 in programs where it does not return | Alfonso Gregory |
| 2018-01-21 | limits(1): fix always true condition | Eitan Adler |
| 2018-01-20 | limits(1): add missing break | Eitan Adler |
| 2017-04-04 | strcpy => strlcpy, strcat => strlcat | Alan Somers |
| 2016-03-12 | Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), add | Konstantin Belousov |
| 2016-02-28 | Implement process-shared locks support for libthr.so.3, without | Konstantin Belousov |
| 2013-10-31 | Remove the dependency on procfs. Use sysctl KERN_PROC_PATHNAME and | Konstantin Belousov |
| 2013-10-31 | Fix long line and record proper commit message for r257427: | Konstantin Belousov |
| 2013-10-31 | The limit for the swap space is spelled 'swapsize', at least since | Konstantin Belousov |
| 2013-10-31 | The limit for the swap space is spelled 'swapsize', at least since | Konstantin Belousov |
| 2013-10-21 | Add a resource limit for the total number of kqueues available to the | Konstantin Belousov |
| 2012-01-25 | Add -P option to allow get and set limits for other processes. | Mikolaj Golub |
| 2011-12-30 | Spelling fixes for usr.bin/ | Ulrich Spörlein |
| 2009-12-13 | Revert most part of 200420 as requested, as more review and polish is | Xin LI |
| 2009-12-11 | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI |
| 2009-06-23 | Usermode portion of the support for swap allocation accounting: | Konstantin Belousov |
| 2008-09-02 | Add support for RLIMIT_NPTS to limits(1). | Ed Schouten |
| 2007-07-04 | Significantly reduce the memory leak as noted in BUGS section for | Sean Farley |
| 2007-05-01 | Back out all POSIXified *env() changes. | Andrey A. Chernov |
| 2007-04-30 | limits calls setenv("name=value", "value", 1); which violates POSIX: | Andrey A. Chernov |
| 2004-12-19 | Use the accepted abbreviation "kB" for kilobyte, rather than "kb" (which | Colin Percival |
| 2002-09-18 | Update the usage string in the limits(1) manpage to include -b for | Brian Feldman |
| 2002-06-30 | Consistently use FBSDID | David E. O'Brien |
| 2002-06-26 | Make limits(1) aware of the new vmemoryuse resource limit. | Matthew Dillon |
| 2002-04-13 | Warns cleanups: | David Malone |
| 2001-05-10 | Handle sbsize as a size, not a number. | Sheldon Hearn |
| 2000-03-26 | Properly use .Nm, .Em, .Pa etc. Make usage() a simplier function. | Philippe Charnier |
| 1999-10-09 | This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for | Brian Feldman |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1997-07-21 | Cosmetic in usage string. Typos in man page. | Philippe Charnier |
| 1997-05-10 | login_getclass() -> login_getpwclass(). | David Nugent |
| 1997-03-29 | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh |
| 1997-02-22 | Revert $FreeBSD$ to $Id$ | Peter Wemm |
| 1997-01-21 | limits(1): set and display process resources. | David Nugent |