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
/
engine.c
Age
Commit message (
Expand
)
Author
2023-10-10
Drop GCC_PRINTFLIKE() at function definition
Theo Buehler
2021-07-02
Use nanosleep() and setitimer() instead of usleep() and ualarm().
Todd C. Miller
2021-06-02
Make the hints at the bottom row sticky by turning the knobs toggles.
Martijn van Duren
2021-02-06
Use message_set() instead of direct assignment to curr_message
Theo Buehler
2021-01-09
kill trailing whitespace
Jasper Lievisse Adriaanse
2020-01-12
Add support for human readable numbers where applicable.
Martijn van Duren
2019-07-19
Make systat flushing output after a page display in rawmode (flags -b or -B)
solene
2019-01-17
use $OpenBSD markers
Ted Unangst
2018-02-08
Add the order keyword to systat global command interpreter.
Martijn van Duren
2017-04-05
Clamp size to length if snprintf ever indicates overflow
Theo de Raadt
2017-04-05
an annoying whitespace glitch
Theo de Raadt
2016-01-02
remove unused variable cur. code probably c&p from print_bar_title().
Sebastian Benoit
2015-01-19
replace local MIN() with MINIMUM()
Theo de Raadt
2013-12-02
views CIRCLEQ begone.
Kenneth R Westerback
2013-11-26
unsigned char casts for ctype
Theo de Raadt
2013-09-07
Add a new screen "cpu" that simply lists the usage of each CPU core.
Reyk Floeter
2011-04-05
Add support to display numbers with thousands separators
Marco Pfatschbacher
2010-07-19
Remove unused function.
lum
2010-07-16
Make the terminal checking capability of systat better.
lum
2010-01-12
Update to ncurses 5.7, with local changes reapplied.
Nicholas Marriott
2009-06-11
add missing header needed by ioctl()
Charles Longeau
2009-06-06
- remove unused macro from iostat.c
Jasper Lievisse Adriaanse
2009-06-04
Plug memory leak when the terminal is resized.
Can Erkin Acar
2008-12-07
Warning cleanup including unused variables and shadowed names
Can Erkin Acar
2008-12-01
Add a function to print a floating point field and use this to fix the
Christian Weisgerber
2008-10-31
Implement start and stop commands as documented,
Can Erkin Acar
2008-07-22
Add signed size printing functions, as requested by deraadt@.
Can Erkin Acar
2008-06-13
Fix size and age field printing. The fields will now be printed with units
Can Erkin Acar
2008-06-13
Do not try to access ordering if it is not defined.
Can Erkin Acar
2008-06-12
New display engine for systat, based on pftop. Adds new views for pf
Can Erkin Acar