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