aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_devstat.c
Commit message (Expand)AuthorAgeFilesLines
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Support for unsigned integer and long sysctl variables. Update theJohn Baldwin2000-07-051-1/+1
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Remove devstat_end_transaction_buf() everybody usesPoul-Henning Kamp2000-05-061-18/+0
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Clone bio versions of certain bits of infrastructure:Poul-Henning Kamp2000-04-021-0/+17
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-2/+2
* This is a partial commit of the patch from PR 14914:Poul-Henning Kamp1999-11-161-2/+2
* Removed unnecessary splclock() protection for getmicrotime() andBruce Evans1999-10-021-16/+1
* Stylistic cleanup.Poul-Henning Kamp1999-09-221-5/+3
* Move an end-paren to its intended place.Poul-Henning Kamp1999-09-191-1/+1
* Count "free" operations in their own new tranaction type.Poul-Henning Kamp1999-09-181-1/+25
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-7/+7
* Staticize.Eivind Eklund1999-04-111-2/+2
* Add a prioritization field to the devstat_add_entry() call so thatKenneth D. Merry1999-02-101-5/+59
* Fix some 64bit truncation problems which crept into SYSCTL_LONG() with theDoug Rabson1998-12-271-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-1/+2
* Now that the wd driver is fixed (Thanks Bruce!), re-enable theKenneth D. Merry1998-11-151-10/+2
* My changes to the new device interface:Garrett Wollman1998-11-141-2/+2
* Disable the 'devstat_end_transaction' busy count printf until after 3.0Kenneth D. Merry1998-10-141-2/+10
* Make the printf when busy_time < 0 a little more descriptive. This mayKenneth D. Merry1998-10-061-2/+4
* Change the devstat generation number from an int to a long. The int-sizedKenneth D. Merry1998-09-201-5/+5
* New Kernel device statistics code.Justin T. Gibbs1998-09-151-0/+245