aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_devstat.c
Commit message (Expand)AuthorAgeFilesLines
* Speed up geom_stats_resync in the presence of many devicesAlan Somers2021-03-031-0/+21
* Fix asymmetry in devstat(9) calls by GEOM.Alexander Motin2020-10-241-0/+11
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+5
* Use atomic for start_count in devstat_start_transaction().Alexander Motin2019-12-301-6/+1
* Make devstat_end_transaction_bio() count BIO_ORDERED.Alexander Motin2019-12-061-1/+6
* devstat(9): Constify function parameters that can be constConrad Meyer2018-08-231-6/+6
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-191-1/+3
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* change defaule permissions on /dev/devstat. while i'm here removeMaksim Yevmenkin2014-03-241-2/+4
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-6/+6
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-2/+0
* Redefine the io provider using the SDT(9) macros instead of doing everythingMark Johnston2013-10-241-51/+16
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-221-1/+2
* MFprojects/camlock r254905:Alexander Motin2013-10-161-1/+9
* 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