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
/
sys
/
kern
/
subr_devstat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Support for unsigned integer and long sysctl variables. Update the
jhb
2000-07-05
1
-1
/
+1
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-1
/
+1
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Remove devstat_end_transaction_buf() everybody uses
phk
2000-05-06
1
-18
/
+0
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Clone bio versions of certain bits of infrastructure:
phk
2000-04-02
1
-0
/
+17
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-1
/
+1
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-2
/
+2
*
This is a partial commit of the patch from PR 14914:
phk
1999-11-16
1
-2
/
+2
*
Removed unnecessary splclock() protection for getmicrotime() and
bde
1999-10-02
1
-16
/
+1
*
Stylistic cleanup.
phk
1999-09-22
1
-5
/
+3
*
Move an end-paren to its intended place.
phk
1999-09-19
1
-1
/
+1
*
Count "free" operations in their own new tranaction type.
phk
1999-09-18
1
-1
/
+25
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add sysctl descriptions to many SYSCTL_XXXs
billf
1999-05-03
1
-7
/
+7
*
Staticize.
eivind
1999-04-11
1
-2
/
+2
*
Add a prioritization field to the devstat_add_entry() call so that
ken
1999-02-10
1
-5
/
+59
*
Fix some 64bit truncation problems which crept into SYSCTL_LONG() with the
dfr
1998-12-27
1
-2
/
+2
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-1
/
+2
*
Now that the wd driver is fixed (Thanks Bruce!), re-enable the
ken
1998-11-15
1
-10
/
+2
*
My changes to the new device interface:
wollman
1998-11-14
1
-2
/
+2
*
Disable the 'devstat_end_transaction' busy count printf until after 3.0
ken
1998-10-14
1
-2
/
+10
*
Make the printf when busy_time < 0 a little more descriptive. This may
ken
1998-10-06
1
-2
/
+4
*
Change the devstat generation number from an int to a long. The int-sized
ken
1998-09-20
1
-5
/
+5
*
New Kernel device statistics code.
gibbs
1998-09-15
1
-0
/
+245