summaryrefslogtreecommitdiff
path: root/sys/kern/subr_devstat.c
Commit message (Expand)AuthorAgeFilesLines
* 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