summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
2022-12-28systat(1): vmstat: dinfo(): compute rates using real elapsed timeScott Soule Cheloha
2022-12-04systat(1): vmstat: measure elapsed time with clock_gettime(2) instead of ticksScott Soule Cheloha
2022-11-27Move UVM "swpgonly" from Daemon Counters to Swap CountersKlemens Nanni
2022-11-27Zap nonexistent "vnodepages" and "vtextpages" UVM Page CountersKlemens Nanni
2022-02-22MAXCOMLEN is no longer needed in these programs, so remove the annotationTheo de Raadt
2022-02-22need a local nitems() definitionTheo de Raadt
2022-02-20sys/proc.h requires sys/signal.h (will become visible when sys/param.hTheo de Raadt
2022-02-19mininumu -> minimumJonathan Gray
2021-11-29local copy of roundup() means no more sys/param.hTheo de Raadt
2021-10-25Zap unused variables/functions under /usr/src/*bin/Klemens Nanni
2021-08-14Fix iostat per-device values when in boot time mode ('b').Todd C. Miller
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
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-30Fix delay parsing by stealing from strtonum and returning a proper error toMartijn van Duren
2021-01-18Move defiition of sum variable from header file to avoid issues withmortimer
2021-01-09kill trailing whitespaceJasper Lievisse Adriaanse
2020-12-22print all the rings on a nic without limiting it to the number of mclpoolsDavid Gwynne
2020-09-14pf: Merge NOTES column into NAME columnkn
2020-07-15POWE9 CPUs provide an energy sensor that accumulates the emount of energyMark Kettenis
2020-06-22Document "s" commandkn
2020-06-22Remove ^Z mentionkn
2020-06-15print the name of the rings in systat mbuf output too.David Gwynne
2020-05-15pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspacecheloha
2020-04-23Document uvmexp.nswget without relying on implementation details.Martin Pieuchot
2020-04-22mark up a function name with .Fn;Ingo Schwarze
2020-04-22correct the description of the top line;Ingo Schwarze
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.Ingo Schwarze
2020-01-12Add support for human readable numbers where applicable.Martijn van Duren
2019-11-28ks_mapblocks is gonePhilip Guenther
2019-10-17Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.Todd C. Miller
2019-10-14pledge() won't work but we can use unveil() to reduce filesystem accessTheo de Raadt
2019-07-19Make systat flushing output after a page display in rawmode (flags -b or -B)solene
2019-07-04set ierrs and oerrs titles when changing fails/drops/errs, not ierrs twiceDavid Gwynne
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-09Use the new sysctl to print systat pf 1. This now works even for unprivedClaudio Jeker
2019-05-08allow switching to print stats since boot via 'b'.Ted Unangst
2019-03-04expose the interface queue drops in the interface viewDavid Gwynne
2019-03-04make title a const char *.David Gwynne
2019-02-18Change ps_len of struct pfioc_states and psn_len of structAlexander Bluhm
2019-01-20don't reuse global between functions; the value is wrong.Ted Unangst
2019-01-17use $OpenBSD markersTed Unangst
2018-12-10Add a velocity sensor type (displayed as m/s)Landry Breuil
2018-11-17Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha
2018-10-05Revert KERN_CPTIME2 ENODEV changes in kernel and userspace.cheloha
2018-09-26KERN_CPTIME2: set ENODEV if the CPU is offline.cheloha
2018-09-13Fix warnings caused by user_from_uid() and group_from_gid() nowTodd C. Miller
2018-09-07Remove unnused af argument from unmask(), sync with pfctlkn
2018-07-25Document the spinning time of the CPU in systat(1) and top(1).Alexander Bluhm