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