summaryrefslogtreecommitdiff
path: root/usr.bin/limits
AgeCommit message (Expand)Author
2025-12-17limits: Unbreak after RLIMIT_VMM additionDag-Erling Smørgrav
2025-02-14limits tests: Try to fix spurious cputime test failuresMark Johnston
2024-09-20usr.bin/limits: support RLIMIT_PIPEBUFKonstantin Belousov
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-04-14limits_test: validate CPU time used, not real timeEric van Gyzen
2021-12-21pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot
2020-06-25limits(1): Add EXAMPLES sectionFernando Apesteguía
2020-06-18Add HISTORY sections to banner(6), basename(1), limits(1) and vmstat(8)Gordon Bergling
2018-01-21limits(1): fix always true conditionEitan Adler
2018-01-20limits(1): add missing breakEitan Adler
2018-01-13limits(1): also bump .Dd...Eitan Adler
2018-01-13limits(1): fix grammarEitan Adler
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-04-04strcpy => strlcpy, strcat => strlcatAlan Somers
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-14MFHGlen Barber
2016-03-12Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), addKonstantin Belousov
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-03-02MFHGlen Barber
2016-02-28Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-11-09Add some basic tests that exercise cputime limits with limits(1)Enji Cooper
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-11-25Convert to usr.bin/ to LIBADDBaptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2013-11-01sh(1),limits(1): Document kqueues (-k) rlimit.Jilles Tjoelker
2013-11-01Remove the dependency on procfs.Sergey Kandaurov
2013-10-31Remove the dependency on procfs. Use sysctl KERN_PROC_PATHNAME andKonstantin Belousov
2013-10-31Fix long line and record proper commit message for r257427:Konstantin Belousov
2013-10-31The limit for the swap space is spelled 'swapsize', at least sinceKonstantin Belousov
2013-10-31The limit for the swap space is spelled 'swapsize', at least sinceKonstantin Belousov
2013-10-21Add a resource limit for the total number of kqueues available to theKonstantin Belousov
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-05-10General mdoc(7) and typo fixes.Glen Barber
2012-01-25Add -P option to allow get and set limits for other processes.Mikolaj Golub
2011-12-30Spelling fixes for usr.bin/Ulrich Spörlein