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
/
iostat.c
Age
Commit message (
Expand
)
Author
2019-01-25
PR/53906: Paul Ripke: systat(1) vmstat & syscall get
christos
2017-07-15
Use I/O timestamps to compute disk statistics for better precisison.
mlelstv
2009-04-13
Fix -Wsign-compare issues
lukem
2006-04-14
Update to use new kernel io statistics.
blymn
2006-03-18
Count both read bytes and write bytes when we are not showing separate read
dsl
2006-02-05
Match changes to vmstat.c (splitting of dkreadstats).
dsl
2005-08-07
Add tape statistics.
blymn
2005-02-26
Add an extra digit to the kBps column - now overflows at 100MB/s
dsl
2005-02-26
Fix field widths for 'numbers' display, and allow it without 'secs'.
dsl
2004-02-13
Uppercase CPU, plural is CPUs.
wiz
2003-08-12
Correct boundary conditions for drive table for 'systat io num'.
dsl
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-02-24
Create subwins that end one line from the bottom of the screen even
dsl
2003-02-01
When disk activity exceeds 100kB/s divide length of bar by 10s and report
dsl
2002-12-29
Prevent the "kBps" field from overflowing for values > 1M/s.
kristerw
2002-12-06
Remove extra args from a printf.
thorpej
2002-11-01
iostat(8) and systat(8) support for separate read/write disk statistics.
mrg
2002-09-25
PR/18408: Chris Demetriou: Kilo is abbreviated using a small k not a CAPITAL K.
christos
2002-06-30
Since the KERN_CP_TIME sysctl reports total clock ticks across all
sommerfeld
2002-06-09
format fix in number mode. PR 16911
itojun
2002-01-28
Make it compile (more vmstat fallout).
augustss
2001-01-16
comment or delete text after CPP directives.
cgd
2000-12-01
Remove extern variables and functions now declared in dkstats.h.
simonb
2000-07-05
- Add `boot', `run', `time' and `zero' commands to all IP displays. These work
ad
2000-06-04
Use hline() and variants in a bunch of places.
mycroft
2000-06-03
Need to include <sys/sched.h> to get cp_time-related constants.
thorpej
1999-12-20
Two things:
jwise
1999-06-29
Enlarge disk names in labels from 3 to 7 to cater for things like raid0.
mjl
1998-07-19
Fix handling of privileges - the gid was given up before dkinit()
drochner
1998-07-12
- KNF
mrg
1997-10-19
fix .Nm usage, deprecate register, getopt returns -1 not EOF, s/[br]*/[ms]*/
lukem
1997-07-21
- some KNF.
mrg
1997-05-24
Use the new getmaxx and getmaxy macros instead of directly accessing
jtc
1996-10-25
Be explicit about iostat transfer rate by displaying `KBps' instead of
scottr
1996-05-10
New userland code to read the statistics kept by the NetBSD generic
thorpej
1996-03-15
Removed a couple of #ifdef vax causing systat to malfunction.
ragge
1995-05-17
Print out interrupt CPU time.
mycroft
1995-01-20
Changed to conform to NetBSD's new RCS Id convention.
jtc
1995-01-20
imported from 44lite
jtc