summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/pool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable. Make clang happier.krw2018-06-201-3/+1
* Make sorting in the pcache view work. This allows us to sort on allmartijn2018-02-111-16/+213
* Make pool order on size actually order on size instead of size*inuse.martijn2018-02-081-9/+3
* print the number of GCs with print_fld_size instead of print_fld_uint.dlg2017-07-311-2/+2
* return -1 in error path of non-void function, pointed out by clangflorian2017-07-291-1/+2
* change the semantic for calculating when to grow the size of a cache list.dlg2017-06-231-5/+5
* add a rough start to a pcache view, to show pool cpu cache info.dlg2017-06-151-31/+317
* Use 12 chars for pool name in "systat pool" to match vmstat -m. ok stefan@sthen2016-03-121-2/+2
* first batch of programs adapting to the namespace cleanupderaadt2015-01-161-2/+3
* userland reallocarray audit.doug2014-10-081-2/+2
* Show only active pools by default, pressing 'A' shows all of them.mpi2014-08-141-3/+26
* info about pools is currently given to userland by copying eachdlg2014-07-021-3/+3
* - use a common FIELD_ADDR macro, instead of rolling 78 identical copies.jasper2011-03-021-15/+13
* Skip missing pool indices instead of printing errors.canacar2008-12-311-8/+14
* Add option to order the pool view by size and number of pages columns.canacar2008-12-071-1/+42
* add missing header needed by strcmp/strerror/memset functions.chl2008-11-051-1/+2
* Add the option to sort by requests to the pool view, and documentcanacar2008-11-021-4/+21
* Add a view that displays pool(9) information. Idea and ok deraadt@canacar2008-11-021-0/+256