summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_devstat.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-1/+1
* MFC r263690emax2014-04-161-2/+4
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-6/+6
* MFC r257037: Redefine the io provider using the SDT(9) macrosavg2014-01-171-51/+16
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-071-2/+11
* Fix build for kernels with dtrace hooks.kib2012-07-111-0/+4
* Initial commit of an I/O provider for DTrace on FreeBSD.gnn2012-07-111-0/+54
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Instead of using an atomic operation to determine whether the devstat(9)ken2011-06-131-3/+5
* Fix a couple of race conditions in devstat(9) initialization.gibbs2011-06-131-9/+3
* Finish r210923, 210926. Mark some devices as eternal.kib2011-01-041-1/+1
* Use ISO C99 integer types in sys/kern where possible.ed2010-06-211-4/+4
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-1/+2
* Don't allocate new unnecessary pages when devstat_alloc() looses theattilio2009-09-181-16/+27
* Use NULL in preference to 0 in pointer contexts.imp2009-02-031-3/+3
* - Remove two mtx_asserts that can incorrectly trigger ifjeff2005-05-031-4/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* The present defaults for the open and close for device drivers whichphk2003-09-271-2/+0
* It is not an error to have no devices in the kernel: Return thephk2003-08-171-4/+4
* Use __FBSDID().obrien2003-06-111-2/+3
* Unbreak vinum, iostat and systat on sparc64 by changing the devstatharti2003-04-171-3/+3
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* long != int. Use SYSCTL_UINT for kern.devstat.generation. Fixes bootingjake2003-03-181-1/+1
* If devstat_new_entry() is passed a unit number of -1 assume thatphk2003-03-181-4/+12
* Make devstat fully Giant agnostic:phk2003-03-181-42/+135
* Make devstat_new_entry() take a const void * rather than const char *phk2003-03-181-5/+5
* Add a #define for the device name of the mmap device for devstat.phk2003-03-161-1/+1
* One devstat_start_transaction_bio() is enough.phk2003-03-151-7/+0
* Run a revision of the devstat interface:phk2003-03-151-40/+57
* Add a devstat_start_transaction_bio() to match thephk2003-03-151-0/+7
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. Thisphk2003-03-091-1/+0
* Retire devstat_add_entry() as a public function and bump __FreeBSD_versionphk2003-03-081-1/+6
* Introduce a device driver for /dev/devstat, this will allow us to mmapphk2003-03-081-0/+112
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsrobert2002-10-171-2/+1
* GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.phk2002-02-221-2/+1
* Export the head structure for the device statistics STAILQ intmm2001-08-041-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Support for unsigned integer and long sysctl variables. Update thejhb2000-07-051-1/+1
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Remove devstat_end_transaction_buf() everybody usesphk2000-05-061-18/+0
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Clone bio versions of certain bits of infrastructure:phk2000-04-021-0/+17
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-2/+2
* This is a partial commit of the patch from PR 14914:phk1999-11-161-2/+2
OpenPOWER on IntegriCloud