index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
iostat
/
iostat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the advertising clause from UCB copyrighted files in usr.sbin. This
joel
2010-12-11
1
-4
/
+0
*
Change "wait" banner to "qlen" to be more indicative of its purpose and to
ivoras
2010-11-17
1
-2
/
+2
*
Allow sub-second interval timings for iostat and vmstat.
sbruno
2010-05-21
1
-6
/
+9
*
iostat: add a bit of space between tty in/out columns
keramida
2009-08-15
1
-6
/
+6
*
Use calloc().
delphij
2009-05-21
1
-7
/
+4
*
Fix the device name spacing.
adrian
2008-09-11
1
-5
/
+5
*
Use kvm_getcptime(3) to fetch the global CPU time stats from a crashdump
jhb
2008-08-19
1
-8
/
+14
*
Pass the right pointer to bzero() when clearing cp_time.
jhb
2008-08-19
1
-1
/
+1
*
Repeat iostat header after rows-3 instead of a hardcoded 20.
keramida
2008-01-22
1
-3
/
+71
*
o Fix a typo. errx() -> err().
maxim
2008-01-12
1
-2
/
+2
*
o Plug a memory leak: do not forget to free asprintf(3) allocated
maxim
2008-01-12
1
-2
/
+4
*
o Get missed "%" in output back.
maxim
2007-12-16
1
-2
/
+2
*
o With -x switch do not pay attention at the hardcoded limit of 3 ...
maxim
2007-08-03
1
-5
/
+7
*
o Re-indent long lines.
maxim
2007-05-14
1
-6
/
+6
*
o Fix several style bugs in the previous commit.
maxim
2007-05-12
1
-7
/
+15
*
o Make iostat -Ix work: print per-interval I/O extended statistics.
maxim
2007-05-12
1
-7
/
+25
*
Make iostat(8) fully work on crash dumps again (broken since 5.0):
jhb
2007-02-06
1
-5
/
+6
*
o De-register local vars.
maxim
2006-04-16
1
-6
/
+4
*
o Trim EOL whitespaces and tabs, replace eight w/s by tabs.
maxim
2006-04-16
1
-20
/
+20
*
o Implement Solaris-like -x flag: show extended disk statistics.
maxim
2006-04-16
1
-13
/
+103
*
Run a revision of the devstat interface:
phk
2003-03-15
1
-7
/
+5
*
Add #include <sys/resource.h>
phk
2003-02-16
1
-0
/
+1
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Use essentially the same formatting of the CPU stats percentages as in
bde
2002-08-18
1
-1
/
+1
*
Include <nlist.h> for nlist interfaces instead of depending on namespace
bde
2002-08-18
1
-0
/
+1
*
Redo patch in 1.22 such that the header printing is reset when the
guido
2001-09-26
1
-19
/
+16
*
Don't do unsafe activities in the syscall handler.
kris
2001-09-01
1
-4
/
+18
*
Bring in some iostat fixes that bde reminded me about. These fixes were
ken
2001-08-23
1
-92
/
+123
*
Make use of the new features of libdevstat to allow iostat to work on
tmm
2001-08-04
1
-64
/
+107
*
Properly check malloc(3) return values
jedgar
2000-12-01
1
-3
/
+8
*
Remove bogus include, as per style(9).
asmodai
2000-04-30
1
-2
/
+0
*
Back out previous commit minus spelling fixes. Should have asked maintainer
charnier
2000-01-24
1
-18
/
+8
*
Rework use of Nm.
charnier
2000-01-23
1
-9
/
+19
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Per Ken's request, back out my last change to this file. iostat's man
imp
1999-06-24
1
-2
/
+2
*
Two getopts related nits:
imp
1999-06-24
1
-2
/
+2
*
Change the devstat generation number from an int to a long. The int-sized
ken
1998-09-20
1
-4
/
+5
*
Fix style bugs introduced by Matt Dillon in his previous, unreviewed
ken
1998-09-16
1
-6
/
+7
*
Fixed segfault when more then four devices are specified (improper free),
dillon
1998-09-16
1
-11
/
+21
*
Update system to new device statistics code.
gibbs
1998-09-15
1
-260
/
+525
*
Use err(3).
charnier
1997-09-19
1
-6
/
+10
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-31
1
-1
/
+1
*
when you try to run iostat is fails with invalid dk_ndrive 0
phk
1996-11-06
1
-1
/
+1
*
Cosmetic fixes for drive names which are 4 chars long.
jkh
1996-06-11
1
-2
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-1
/
+1
*
Fix printout bug
ache
1994-11-10
1
-1
/
+1
*
New way of getting disk drive names.
wollman
1994-10-16
1
-0
/
+4
*
BSD 4.4 Lite usr.sbin Sources
rgrimes
1994-05-26
1
-0
/
+391