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
/
lib
/
libdevstat
/
devstat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove an unused variable.
stefanf
2005-10-04
1
-2
/
+1
*
Use __func__ throughout devstat.c instead of defining a func_name
mux
2005-04-26
1
-31
/
+21
*
Make this compile with GCC4 by fixing a signedness issue.
mux
2005-04-26
1
-1
/
+1
*
Remove the use of cast as lvalue. GCC 3.4 isses a deprecation warning
kan
2004-06-25
1
-1
/
+1
*
Include <nlist.h> for nlist-related declarations instead of depending on
bde
2003-10-13
1
-0
/
+1
*
It is not an error to have no devices.
phk
2003-08-17
1
-1
/
+1
*
Add prototype for compute_stats() so that libdevstat is WARNS=4 clean.
phk
2003-04-19
1
-0
/
+8
*
If rounding results in -epsilon device busy %, set it to zero.
phk
2003-04-09
1
-0
/
+2
*
typo
phk
2003-03-19
1
-1
/
+1
*
Further unbreak devstat: sort the index array in correct order too.
phk
2003-03-19
1
-10
/
+10
*
Add more devstat calculations, mostly filling in holes, but also adding
phk
2003-03-18
1
-25
/
+117
*
And I managed to make a regression here too.
phk
2003-03-15
1
-5
/
+5
*
Run a revision of the devstat interface:
phk
2003-03-15
1
-94
/
+32
*
Remove include of <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Premptively include <sys/resource.h> to get the cp_time[CPUSTATES].
phk
2003-02-16
1
-0
/
+1
*
Remove 'register' keyword.
obrien
2002-03-21
1
-2
/
+2
*
Turn on WARNS?= 2 for libdevstat.
ken
2001-09-23
1
-23
/
+27
*
Implement __FBSDID()
dillon
2001-09-16
1
-2
/
+3
*
Fix some style inconsistencies introduced in rev 1.10, as well as some
ken
2001-08-21
1
-34
/
+36
*
Better snprintf() handling.
brian
2001-08-20
1
-38
/
+23
*
Handle snprintf() returning -1.
brian
2001-08-20
1
-2
/
+4
*
Implement compute_stats() in terms of devstat_compute_statistics(). This
ken
2001-08-18
1
-104
/
+28
*
Add some features to libdevstat, and overhaul the interface a bit:
tmm
2001-08-04
1
-102
/
+657
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Address our users in a civilized manner. (They may know better, but probably
phk
1999-03-22
1
-11
/
+5
*
Fix a couple of potential buffer overrun cases.
ken
1998-10-14
1
-4
/
+8
*
Change the devstat generation number from an int to a long. The int-sized
ken
1998-09-20
1
-13
/
+14
*
Fix some error message format problems in checkversion() and getversion().
ken
1998-09-18
1
-8
/
+35
*
Device statistics library. Used by iostat, vmstat, and systat to
gibbs
1998-09-15
1
-0
/
+1102