summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
2008-06-13Do not print a warning if /dev/pf can not be opened.Can Erkin Acar
2008-06-13Remove unused files. Noticed by sthen@Can Erkin Acar
2008-06-13Fix size and age field printing. The fields will now be printed with unitsCan Erkin Acar
2008-06-13compile on older gcc; no decl after codeTheo de Raadt
2008-06-13Use refresh interval for rate calculation instead of the broken elapsedCan Erkin Acar
2008-06-13Set 'naptime' which is used by the interface page in differential mode.Can 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
2008-06-12make bcachestats visible in systat io - from mickey.Bob Beck
2007-12-15-DNOKVM will compile iostat.c without kvm support, which it does not needTheo de Raadt
2007-11-22.Nm does not require an argument; from Mark LumsdenJason McIntyre
2007-11-17do not try to keep a list of all possible displays in the introduction.Jason McIntyre
2007-11-17document interactive command `q'; from Mark LumsdenJason McIntyre
2007-10-31remove out of date comment in BUGS: "Takes 2-10 percent of the CPU."Jason McIntyre
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-09-05Cope with if counters being u_int64_t now here, too.Michael Knudsen
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-09-01malloc(n * m) -> calloc(n, m); from zinovikTheo de Raadt
2007-08-09Let realloc handle NULL. Check for integer overflow and reallocRay Lai
2007-07-29zap redundant code; ok deanna@Constantine A. Murenin
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30rename msec to the less confusing sec and improve the description inOtto Moerbeek
2007-05-29otto would prefer only displaying one digit after decimal for refresh rateTed Unangst
2007-05-21fix -Wall warning about unused variable `errstr', which was introduced in the...Constantine A. Murenin
2007-04-24support non-integral refresh intervals, possibly as low as 0.1s.Ted Unangst
2007-04-22Remove non-existent keyword protocol and replace it withMoritz Jodeit
2007-04-15allow systat(1) to be exited with 'q' like top(1).Matthieu Herrb
2007-04-14naptime is already extern in extern.h, don't do it againTed Unangst
2007-03-23use the proper abbreviation for second: "s"Chris Kuethe
2007-03-23display a timedelta of 0 in seconds, not some other unit.Chris Kuethe
2007-03-23cannot remember what the vax -O0 workaround in 2002 was for. wish theTheo de Raadt
2007-03-23Add a routine to scale timedelta sensors to more meaningful units,Chris Kuethe
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-04Clear the display so that the lines don't get overwritten withDeanna Phillips
2007-02-25add missing include, and int return value.Steven Mestdagh
2007-02-25use the 1 line load line from 'systat vm' on all the other displays, givingTheo de Raadt
2007-02-24unused vars; from Mark LumsdenOtto Moerbeek
2007-02-24some cleanups, i agree; MureninTheo de Raadt
2007-02-23one final sort;Jason McIntyre
2007-02-23mving the description of "mim prefix" to the display description was notJason McIntyre
2007-02-23sort;Jason McIntyre
2007-02-23consistency fix which i should have spotted earlier...Jason McIntyre
2007-02-23more logical placing for discussion of minimum prefixes accepted;Jason McIntyre
2007-02-23add missing copyright; ConstantineTheo de Raadt
2007-02-23leave unspecified fields blank; ok deannaTheo de Raadt
2007-02-23forgot to list the display in one placeTheo de Raadt
2007-02-23knfTheo de Raadt
2007-02-23Add a display for hardware sensors, available with :sensors.Deanna Phillips
2006-11-29Do not test for processes being swapped out since this can't happen anymore.Miod Vallat
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter