summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_devstat.c
Commit message (Expand)AuthorAgeFilesLines
* This is a partial commit of the patch from PR 14914:phk1999-11-161-2/+2
* Removed unnecessary splclock() protection for getmicrotime() andbde1999-10-021-16/+1
* Stylistic cleanup.phk1999-09-221-5/+3
* Move an end-paren to its intended place.phk1999-09-191-1/+1
* Count "free" operations in their own new tranaction type.phk1999-09-181-1/+25
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-7/+7
* Staticize.eivind1999-04-111-2/+2
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-5/+59
* Fix some 64bit truncation problems which crept into SYSCTL_LONG() with thedfr1998-12-271-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-1/+2
* Now that the wd driver is fixed (Thanks Bruce!), re-enable theken1998-11-151-10/+2
* My changes to the new device interface:wollman1998-11-141-2/+2
* Disable the 'devstat_end_transaction' busy count printf until after 3.0ken1998-10-141-2/+10
* Make the printf when busy_time < 0 a little more descriptive. This mayken1998-10-061-2/+4
* Change the devstat generation number from an int to a long. The int-sizedken1998-09-201-5/+5
* New Kernel device statistics code.gibbs1998-09-151-0/+245
OpenPOWER on IntegriCloud