summaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_rlimit.c
AgeCommit message (Expand)Author
2025-12-17kern: Introduce RLIMIT_VMMBojan Novković
2024-09-20procstat: support RLIMIT_PIPEBUFKonstantin Belousov
2024-09-15procstat(1): make rlimit_param[] size assertion automaticKonstantin Belousov
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-09-27Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov
2019-08-07resource.h is sufficient here, no need for resoursevar.h.Gleb Smirnoff
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-14Switch procstat from subcommand flags to verbsBrooks Davis
2016-02-28Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov
2015-09-05Introduce libxo to procstat(1)Allan Jude
2013-10-21Add a resource limit for the total number of kqueues available to theKonstantin Belousov
2013-04-20Use procstat_getrlimit(3) for retrieving rlimit information instead ofMikolaj Golub
2012-07-03Fix style.Mikolaj Golub
2012-01-25After the recent changes there is no need in rlimit array any more.Mikolaj Golub
2012-01-22Make procstat -l to work with the new version of kern.proc.rlimit.Mikolaj Golub
2011-12-12Make procstat -l output similar to the output of limits(1).Mikolaj Golub
2011-11-24usr.bin/procstatMikolaj Golub