summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
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
2000-01-05avoid null pointer access on ":show".itojun
2000-01-04fix printf format for inet.ipmsaitoh
2000-01-04bring in latter half of PR 9080 (host table allocation error check).itojun
1999-12-31Add missing memory check in port table handling. Patch based ontron
1999-12-25GC now-spurious prototypejwise
1999-12-22* Fix a display buglet: if the process list is exhausted before the window'skleink
1999-12-20Fix error handling throughout. First off, it is not true as claimed in swap.cjwise
1999-12-20Be consistent about whether to block SIGALRM before calling command() -- don'tjwise
1999-12-20need <string.h> for strlen()lukem
1999-12-20Nuke assignment unneeded after last commitjwise
1999-12-20More cleanup -- use strtok() rather than rolling our own not-quite-correct ve...jwise
1999-12-20Block alarm signals while displaying -- there's no reason to allow recursivejwise
1999-12-201.) Clean up keystroke processingjwise
1999-12-20TNF copyright -- I will do the paperwork to give these over asap.jwise
1999-12-20fix "netstat numbers".itojun
1999-12-20Knee-jerk snprintf()-ism.jwise
1999-12-20G/C function used in old command parsingjwise
1999-12-20Two things:jwise
1999-12-16Sigh... this is the missing part of last night's final commit -- performjwise