aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_devstat.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build for kernels with dtrace hooks.Konstantin Belousov2012-07-111-0/+4
* Initial commit of an I/O provider for DTrace on FreeBSD.George V. Neville-Neil2012-07-111-0/+54
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Instead of using an atomic operation to determine whether the devstat(9)Kenneth D. Merry2011-06-131-3/+5
* Fix a couple of race conditions in devstat(9) initialization.Justin T. Gibbs2011-06-131-9/+3
* Finish r210923, 210926. Mark some devices as eternal.Konstantin Belousov2011-01-041-1/+1
* Use ISO C99 integer types in sys/kern where possible.Ed Schouten2010-06-211-4/+4
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-1/+2
* Don't allocate new unnecessary pages when devstat_alloc() looses theAttilio Rao2009-09-181-16/+27
* Use NULL in preference to 0 in pointer contexts.Warner Losh2009-02-031-3/+3
* - Remove two mtx_asserts that can incorrectly trigger ifJeff Roberson2005-05-031-4/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* The present defaults for the open and close for device drivers whichPoul-Henning Kamp2003-09-271-2/+0
* It is not an error to have no devices in the kernel: Return thePoul-Henning Kamp2003-08-171-4/+4
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Unbreak vinum, iostat and systat on sparc64 by changing the devstatHartmut Brandt2003-04-171-3/+3
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* long != int. Use SYSCTL_UINT for kern.devstat.generation. Fixes bootingJake Burkholder2003-03-181-1/+1
* If devstat_new_entry() is passed a unit number of -1 assume thatPoul-Henning Kamp2003-03-181-4/+12
* Make devstat fully Giant agnostic:Poul-Henning Kamp2003-03-181-42/+135
* Make devstat_new_entry() take a const void * rather than const char *Poul-Henning Kamp2003-03-181-5/+5
* Add a #define for the device name of the mmap device for devstat.Poul-Henning Kamp2003-03-161-1/+1
* One devstat_start_transaction_bio() is enough.Poul-Henning Kamp2003-03-151-7/+0
* Run a revision of the devstat interface:Poul-Henning Kamp2003-03-151-40/+57
* Add a devstat_start_transaction_bio() to match thePoul-Henning Kamp2003-03-151-0/+7
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. ThisPoul-Henning Kamp2003-03-091-1/+0
* Retire devstat_add_entry() as a public function and bump __FreeBSD_versionPoul-Henning Kamp2003-03-081-1/+6
* Introduce a device driver for /dev/devstat, this will allow us to mmapPoul-Henning Kamp2003-03-081-0/+112
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsRobert Drehmel2002-10-171-2/+1
* GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.Poul-Henning Kamp2002-02-221-2/+1
* Export the head structure for the device statistics STAILQ inThomas Moestl2001-08-041-1/+1
* 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