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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the usr.sbin/iostat build with GCC, broken by r295768
asomers
2016-02-22
1
-9
/
+9
*
Fix compiler warnings in iostat
asomers
2016-02-18
2
-24
/
+25
*
When iostat(8) receives SIGINT while running with "-w" or "-c", it will now
asomers
2015-12-09
1
-2
/
+57
*
Update dependencies after r291406 added libelf to libkvm.
bdrewery
2015-12-01
1
-0
/
+1
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+21
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
3
-14
/
+24
|
|
\
|
|
/
|
/
|
|
*
Merge head from 7/28
sjg
2014-08-19
1
-1
/
+1
|
|
\
|
*
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
Merge head
sjg
2014-04-28
1
-6
/
+6
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
Sync with HEAD.
obrien
2013-02-08
2
-13
/
+42
|
|
\
\
\
|
*
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+22
*
|
|
|
|
Advertise ctlstat(8) a little better.
trasz
2015-05-22
1
-1
/
+2
*
|
|
|
|
Print transfer times for read, write, & overall independently.
will
2015-01-23
1
-11
/
+21
*
|
|
|
|
Convert usr.sbin to LIBADD
bapt
2014-11-25
1
-2
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
use .Mt to mark up email addresses consistently (part2)
bapt
2014-06-20
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
iostat: fix extracting TTY statistics from core.
pluknet
2013-11-25
1
-6
/
+6
|
|
/
|
/
|
*
|
Change `iostat -Ix` to display total duration of transactions instead
trociny
2012-12-15
2
-13
/
+42
|
/
*
In usr.sbin/iostat/iostat.c, use printf format specifiers from
dim
2011-12-17
1
-8
/
+9
*
Remove the advertising clause from UCB copyrighted files in usr.sbin. This
joel
2010-12-11
2
-8
/
+0
*
Clarify a few details about iostat(8) behavior:
yar
2010-11-24
1
-2
/
+16
*
Change "wait" banner to "qlen" to be more indicative of its purpose and to
ivoras
2010-11-17
2
-3
/
+3
*
Clean up the style and markup of the paragraph on fractional wait intervals.
yar
2010-08-07
1
-4
/
+6
*
Properly spell and mark up the name of kern.hz.
yar
2010-08-07
1
-2
/
+3
*
Move the sentences telling the defaults for -c and -w
yar
2010-08-07
1
-6
/
+6
*
Cleanup manpage as suggested by jhb@ to start new sentences on a new line.
sbruno
2010-05-24
1
-3
/
+3
*
Explain how the new sub-second interval from changeset:208389 works.
sbruno
2010-05-23
1
-1
/
+8
*
Allow sub-second interval timings for iostat and vmstat.
sbruno
2010-05-21
2
-6
/
+12
*
The last big commit: let usr.sbin/ use WARNS=6 by default.
ed
2010-01-02
1
-0
/
+2
*
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
*
Markup fixes.
ru
2006-09-29
1
-1
/
+1
*
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
2
-15
/
+136
[next]