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