index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
iostat
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2022-12-28
iostat(8): implement periodic display with setitimer(2)
Scott Soule Cheloha
2022-12-04
userspace: remove vestigial '?' cases from top-level getopt(3) loops
Scott Soule Cheloha
2022-09-17
tweaks; from jan stary
Jason McIntyre
2021-07-12
Change the error reporting pattern throughout the tree when unveil
Bob Beck
2020-08-21
Fix column spacing for disk transfer speeds
kn
2019-10-14
pledge() won't work but we can use unveil() to reduce filesystem access
Theo de Raadt
2018-09-07
Document the spin CPU state column
solene
2018-09-05
Add "op" column for CP_SPIN. Diff from fukaumi at soum.co.jp
YASUOKA Masahiko
2018-02-10
Cap wait/interval at 100 million seconds.
cheloha
2015-10-23
simplify argv back compat
Ted Unangst
2015-03-18
check for invalid disknames
Ted Unangst
2014-10-28
use nanosleep() instead of hackish select(); ok dlg
Theo de Raadt
2014-10-26
Add explicit braces to suppress compiler warnings.
Brad Smith
2014-09-15
Remove non-standard <sys/dkstat.h> header. It has not contained anything
Miod Vallat
2014-02-13
atoi -> strtonum
Ted Unangst
2014-02-13
totals tend to be larger, give them some more room to breathe
Ted Unangst
2013-11-23
yet more unsigned char casts for ctype
Theo de Raadt
2013-06-04
tabs are not so expensive we can't intent this file properly
Ted Unangst
2013-06-04
tweak the headers header too
Ted Unangst
2013-06-04
not sure who uses the "alternate" display, but the columns look like ass
Ted Unangst
2013-01-17
some simple macro fixes;
Jason McIntyre
2012-06-26
tweak column spacing to allow for larger numbers
Ted Unangst
2011-02-10
Clarify how the -c and -w options interact. OK tedu@ jmc@
Todd C. Miller
2010-08-08
somehow parts of -c and -w got swapped; from Yar Tikhiy
Jason McIntyre
2009-11-22
don't repeat the banner if not a tty.
Ted Unangst
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-02-18
- sync SYNOPSIS and usage()
Jason McIntyre
2006-03-30
i am stunned how little was needed to make lint happy in this
Theo de Raadt
2006-03-13
delint; from David Hill
Otto Moerbeek
2005-09-06
make some of the stat utility pages reference each other;
Jason McIntyre
2005-04-01
spacing
Theo de Raadt
2004-08-08
do the right math to find out what the average kbytes per transfer is
Pedro Martelletto
2004-08-01
ansi cleanup; khalek@linuxgamers.net
Theo de Raadt
2004-02-15
new arg to disk_unbusy, to record separate read/write statistics.
Ted Unangst
2003-06-26
strict proto cleanups
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-03
typos;
Jason McIntyre
2002-12-16
Make systat(1), iostat(8) and vmstat(8) automatically update their disk
Thierry Deval
2002-11-09
yet another round of SEE ALSO fixes.
Federico G. Schwindt
2002-08-04
only open kvm once between these two
Theo de Raadt
2002-05-30
minor KNF
Theo de Raadt
2002-03-14
kill more registers.
Mike Pechkin
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-17
use volatile sig_atomic_t where possible; simply volatile i other places
Theo de Raadt
2001-11-14
kill signal race. insanely, the code becomes simpler
Theo de Raadt
2001-05-14
No need for setgid kmem anymore, we can use sysctl to get all the
Angelos D. Keromytis
2001-04-12
Todd says we should not doc depricated behaviour
Theo de Raadt
2001-04-12
document shortcut; noted by bk@rt.fm
Theo de Raadt
[next]