summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/pool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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