| Age | Commit message (Expand) | Author |
| 2006-05-21 | Reduce the field widths for the summary line of traps, system calls | dsl |
| 2006-05-20 | Checkpoint this as 'WIP' before I break it again! | dsl |
| 2006-05-14 | Gcc 4 needs to have the enum declaration in scope to determine the enum size. | christos |
| 2006-05-11 | include errno.h directly rather than via user.h. | yamt |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-04-14 | Update to use new kernel io statistics. | blymn |
| 2006-03-20 | free() intrnamebuf, intrname and intrloc on entry so we don't leak them | dsl |
| 2006-03-18 | Code to display per-system call counts. | dsl |
| 2006-03-18 | Count both read bytes and write bytes when we are not showing separate read | dsl |
| 2006-03-18 | Make the functions that display the top 8 lines externally visible so | dsl |
| 2006-03-18 | Coverty 7449: Remove splurious check for 'sep == NULL'. | dsl |
| 2006-02-13 | Print system processes' command names in square brackets, like ps(1) does. | kleink |
| 2006-02-05 | Match changes to vmstat.c (splitting of dkreadstats). | dsl |
| 2006-02-05 | Split dkreadstats() into dkreadstats(), tkreadstats() and cpureadstats(). | dsl |
| 2006-02-05 | Rename 'cur' to 'name' to avoid aliasing a global - this code has some | dsl |
| 2005-12-24 | Appease gcc 4.x | matt |
| 2005-08-07 | Add tape statistics. | blymn |
| 2005-08-01 | Don't show ptyfs in the display, it's useless. | xtraeme |
| 2005-05-22 | do not rely on the pre-evcnt interrupt counter kernel symbols being present. | chs |
| 2005-02-26 | Add an extra digit to the kBps column - now overflows at 100MB/s | dsl |
| 2005-02-26 | WARNS=3 | dsl |
| 2005-02-26 | Fix field widths for 'numbers' display, and allow it without 'secs'. | dsl |
| 2005-02-26 | Always treat ^h and ^? as erase chars (as well as stty erase). | dsl |
| 2005-02-26 | Refresh labels and display after changing displayed disks | dsl |
| 2005-02-22 | PR/29505: Nicolas Joly: Increase width of csw value in systat vmstat. | christos |
| 2005-02-20 | Sort SEE ALSO (hi hubert! First by section, then by name.) | wiz |
| 2005-02-20 | Drop trailing whitespace. | wiz |
| 2005-02-16 | Add "df" display to give information about filesystems, available diskspace | hubertf |
| 2005-02-03 | PR/29213: Nicolas Joly: sysstat(1) vmstat cannot display large memory values | christos |
| 2005-01-10 | Only compile in IPv6 support if ${USE_INET6} != "no" | lukem |
| 2005-01-09 | - remove left over debugging code. | christos |
| 2004-11-23 | Show more information about page types in use, and free pages. | simonb |
| 2004-11-04 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-07-03 | Whoops, make "all" work again. | mycroft |
| 2004-07-03 | Using timeout() to control refresh gets rid of a whole pile of signal-related | mycroft |
| 2004-07-03 | Use KEY_RESIZE. Might as well have something in our source tree that does. | mycroft |
| 2004-06-13 | Fix a display glitch when blanking out drive columns. | mycroft |
| 2004-05-11 | "bufmem" is unsigned long inside the kernel, so don't try to grovel it out | martin |
| 2004-03-27 | A __attribute__((__noreturn__)) function better be void - gcc correctly | martin |
| 2004-02-19 | Add PTRTOUINT64() and UINT64TOPTR() macros to sys/sysctl.h for use by | atatat |
| 2004-02-13 | Uppercase CPU, plural is CPUs. | wiz |
| 2004-01-11 | g/c SDEAD handling | jdolecek |
| 2003-12-30 | Adapt to kernel buffer cache memort allocation changes. | pk |
| 2003-12-07 | - avoid coredump by returning NULL when read fails and don't keep following | christos |
| 2003-12-07 | be more descriptive about what failed by printing the errno and the | christos |
| 2003-10-13 | Move Matt Green's code from a 4-clause to a 3-clause licence by removing | agc |
| 2003-09-19 | realloc pedant | itojun |
| 2003-09-15 | Bump date for previous, reword a sentence. | wiz |
| 2003-09-12 | WRT disk commands, make the man page consistent with the program, and add the | mycroft |
| 2003-09-12 | Allow lower case 'q' to quit. | mycroft |