| Age | Commit message (Expand) | Author |
| 2001-12-09 | replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names. | chs |
| 2001-12-06 | Change deprecated curses function to new equivalent. | blymn |
| 2001-09-28 | Since the system call and trap rates are often 5 digit numbers these | augustss |
| 2001-07-14 | Fetch maxslp from the kernel. Only use USPACE if it's defined. | matt |
| 2001-07-08 | Remove Pp before Sh, and split filesystem. | wiz |
| 2001-06-12 | receive, not recieve | wiz |
| 2001-05-06 | Change xref for vmstat(8) to vmstat(1). | wiz |
| 2001-03-09 | Show pages used by executables. | simonb |
| 2001-02-04 | use -msoft-quad-float on the sparc64. | mrg |
| 2001-01-16 | comment or delete text after CPP directives. | cgd |
| 2000-12-20 | __CONCAT does token pasting, not string concatnation. if something like: | cgd |
| 2000-12-20 | Don't try to use CPP token pasting to somehow 'stick' structure member | cgd |
| 2000-12-01 | Remove extern variables and functions now declared in dkstats.h. | simonb |
| 2000-11-30 | Show the vnode page cache memory usage on the "bufcache" display. | simonb |
| 2000-11-29 | Use the vm.uvmexp2 sysctl. | simonb |
| 2000-10-11 | int vs. pointer format/argument confusion. | thorpej |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-09-04 | - Ignore null commands, instead of inventing a bogus match. See PR 10596. | ad |
| 2000-08-25 | Add "all" mode to systat to cycle between all modes, | hubertf |
| 2000-07-16 | repair inet6.ip6 stat (broken in 1.4 -> 1.5). | itojun |
| 2000-07-13 | remove pulldown statistics | itojun |
| 2000-07-05 | - Document new commands for IP displays. | ad |
| 2000-07-05 | - Add `boot', `run', `time' and `zero' commands to all IP displays. These work | ad |
| 2000-06-29 | remove include of <vm/vm.h> | mrg |
| 2000-06-13 | Use my proper name. | ad |
| 2000-06-05 | Fix bogons in command parsing for >1 arg. | mycroft |
| 2000-06-05 | Display disk busy statistics as `%busy', as it's less confusing. | mycroft |
| 2000-06-04 | Use hline() and variants in a bunch of places. | mycroft |
| 2000-06-04 | Fix a check so that holding down the space bar doesn't cause systat to lose. | mycroft |
| 2000-06-04 | Fix the CPU usage bar graph. | mycroft |
| 2000-06-04 | Use kern.cp_time to fetch cp_time[]. Don't support fetching it from | thorpej |
| 2000-06-04 | include sys/sched.h to get definition of CPUSTATES | perry |
| 2000-06-03 | Need to include <sys/sched.h> to get cp_time-related constants. | thorpej |
| 2000-06-02 | Handle SONPROC state. | thorpej |
| 2000-05-29 | Another cp_time size fix - also, there are 5 CPUSTATES now not four... | simonb |
| 2000-04-29 | fix SHOW to work on any platform | matt |
| 2000-04-27 | u_quad_t must be cast to (long long) to be printed with %llu. | thorpej |
| 2000-04-27 | Fix arguments to *printw(). | jdc |
| 2000-04-13 | use <sys/swap.h>. should have happened years ago. | mrg |
| 2000-04-11 | Reorder two commands so that substring matching doesn't make one shadow | jwise |
| 2000-04-11 | Two UI changes: | jwise |
| 2000-02-14 | Prevent percentage overflows by keeping score in kilobytes. | soren |
| 2000-01-21 | Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get | mycroft |
| 2000-01-13 | Two tiny formatting nits in each file. | ad |
| 2000-01-10 | don't choke on non-INET6 kernel, or non-IPSEC kernel. | itojun |
| 2000-01-08 | oops, avoid duplicate free(). | itojun |
| 2000-01-08 | - implement layered help. | itojun |
| 2000-01-07 | add command line -n flag, which is same as "netstat numbers". | itojun |
| 2000-01-05 | support IPv6. commands under "netstat" are IPv6 ready. | itojun |
| 2000-01-05 | remove dupplicated prototype defs for file static funcs. | itojun |