summaryrefslogtreecommitdiff
path: root/usr.bin/systat/pool.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-06-20Remove unused variable. Make clang happier.Kenneth R Westerback
2018-02-11Make sorting in the pcache view work. This allows us to sort on allMartijn van Duren
2018-02-08Make pool order on size actually order on size instead of size*inuse.Martijn van Duren
2017-07-31print the number of GCs with print_fld_size instead of print_fld_uint.David Gwynne
2017-07-29return -1 in error path of non-void function, pointed out by clangFlorian Obser
2017-06-23change the semantic for calculating when to grow the size of a cache list.David Gwynne
2017-06-15add a rough start to a pcache view, to show pool cpu cache info.David Gwynne
2016-03-12Use 12 chars for pool name in "systat pool" to match vmstat -m. ok stefan@Stuart Henderson
2015-01-16first batch of programs adapting to the namespace cleanupTheo de Raadt
2014-10-08userland reallocarray audit.Doug Hogan
2014-08-14Show only active pools by default, pressing 'A' shows all of them.Martin Pieuchot
2014-07-02info about pools is currently given to userland by copying eachDavid Gwynne
2011-03-02- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.Jasper Lievisse Adriaanse
2008-12-31Skip missing pool indices instead of printing errors.Can Erkin Acar
2008-12-07Add option to order the pool view by size and number of pages columns.Can Erkin Acar
2008-11-05add missing header needed by strcmp/strerror/memset functions.Charles Longeau
2008-11-02Add the option to sort by requests to the pool view, and documentCan Erkin Acar
2008-11-02Add a view that displays pool(9) information. Idea and ok deraadt@Can Erkin Acar