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