index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
systat
Age
Commit message (
Expand
)
Author
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
2000-01-05
avoid null pointer access on ":show".
itojun
2000-01-04
fix printf format for inet.ip
msaitoh
2000-01-04
bring in latter half of PR 9080 (host table allocation error check).
itojun
1999-12-31
Add missing memory check in port table handling. Patch based on
tron
1999-12-25
GC now-spurious prototype
jwise
1999-12-22
* Fix a display buglet: if the process list is exhausted before the window's
kleink
1999-12-20
Fix error handling throughout. First off, it is not true as claimed in swap.c
jwise
1999-12-20
Be consistent about whether to block SIGALRM before calling command() -- don't
jwise
1999-12-20
need <string.h> for strlen()
lukem
1999-12-20
Nuke assignment unneeded after last commit
jwise
1999-12-20
More cleanup -- use strtok() rather than rolling our own not-quite-correct ve...
jwise
1999-12-20
Block alarm signals while displaying -- there's no reason to allow recursive
jwise
1999-12-20
1.) Clean up keystroke processing
jwise
1999-12-20
TNF copyright -- I will do the paperwork to give these over asap.
jwise
1999-12-20
fix "netstat numbers".
itojun
1999-12-20
Knee-jerk snprintf()-ism.
jwise
1999-12-20
G/C function used in old command parsing
jwise
1999-12-20
Two things:
jwise
1999-12-16
Sigh... this is the missing part of last night's final commit -- perform
jwise
[next]