aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_rlimit.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov2020-09-271-2/+3
* resource.h is sufficient here, no need for resoursevar.h.Gleb Smirnoff2019-08-071-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Switch procstat from subcommand flags to verbsBrooks Davis2017-10-141-1/+1
* Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-281-2/+3
* Introduce libxo to procstat(1)Allan Jude2015-09-051-4/+23
* Add a resource limit for the total number of kqueues available to theKonstantin Belousov2013-10-211-2/+3
* Use procstat_getrlimit(3) for retrieving rlimit information instead ofMikolaj Golub2013-04-201-16/+3
* Fix style.Mikolaj Golub2012-07-031-2/+2
* After the recent changes there is no need in rlimit array any more.Mikolaj Golub2012-01-251-6/+5
* Make procstat -l to work with the new version of kern.proc.rlimit.Mikolaj Golub2012-01-221-10/+11
* Make procstat -l output similar to the output of limits(1).Mikolaj Golub2011-12-121-10/+51
* usr.bin/procstatMikolaj Golub2011-11-241-0/+78