index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_devstat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for managing Shingled Magnetic Recording (SMR) drives.
ken
2016-05-19
1
-1
/
+3
*
sys/kern: spelling fixes in comments.
pfg
2016-04-29
1
-1
/
+1
*
Fix multiple incorrect SYSCTL arguments in the kernel:
hselasky
2014-10-21
1
-1
/
+1
*
change defaule permissions on /dev/devstat. while i'm here remove
emax
2014-03-24
1
-2
/
+4
*
dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2013-11-26
1
-6
/
+6
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-2
/
+0
*
Redefine the io provider using the SDT(9) macros instead of doing everything
markj
2013-10-24
1
-51
/
+16
*
Merge GEOM direct dispatch changes from the projects/camlock branch.
mav
2013-10-22
1
-1
/
+2
*
MFprojects/camlock r254905:
mav
2013-10-16
1
-1
/
+9
*
Fix build for kernels with dtrace hooks.
kib
2012-07-11
1
-0
/
+4
*
Initial commit of an I/O provider for DTrace on FreeBSD.
gnn
2012-07-11
1
-0
/
+54
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+2
*
Instead of using an atomic operation to determine whether the devstat(9)
ken
2011-06-13
1
-3
/
+5
*
Fix a couple of race conditions in devstat(9) initialization.
gibbs
2011-06-13
1
-9
/
+3
*
Finish r210923, 210926. Mark some devices as eternal.
kib
2011-01-04
1
-1
/
+1
*
Use ISO C99 integer types in sys/kern where possible.
ed
2010-06-21
1
-4
/
+4
*
Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.
rnoland
2009-12-29
1
-1
/
+2
*
Don't allocate new unnecessary pages when devstat_alloc() looses the
attilio
2009-09-18
1
-16
/
+27
*
Use NULL in preference to 0 in pointer contexts.
imp
2009-02-03
1
-3
/
+3
*
- Remove two mtx_asserts that can incorrectly trigger if
jeff
2005-05-03
1
-4
/
+0
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-1
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
The present defaults for the open and close for device drivers which
phk
2003-09-27
1
-2
/
+0
*
It is not an error to have no devices in the kernel: Return the
phk
2003-08-17
1
-4
/
+4
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Unbreak vinum, iostat and systat on sparc64 by changing the devstat
harti
2003-04-17
1
-3
/
+3
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
long != int. Use SYSCTL_UINT for kern.devstat.generation. Fixes booting
jake
2003-03-18
1
-1
/
+1
*
If devstat_new_entry() is passed a unit number of -1 assume that
phk
2003-03-18
1
-4
/
+12
*
Make devstat fully Giant agnostic:
phk
2003-03-18
1
-42
/
+135
*
Make devstat_new_entry() take a const void * rather than const char *
phk
2003-03-18
1
-5
/
+5
*
Add a #define for the device name of the mmap device for devstat.
phk
2003-03-16
1
-1
/
+1
*
One devstat_start_transaction_bio() is enough.
phk
2003-03-15
1
-7
/
+0
*
Run a revision of the devstat interface:
phk
2003-03-15
1
-40
/
+57
*
Add a devstat_start_transaction_bio() to match the
phk
2003-03-15
1
-0
/
+7
*
Note that MAJOR_AUTO is now the default if d_maj is not initialized. This
phk
2003-03-09
1
-1
/
+0
*
Retire devstat_add_entry() as a public function and bump __FreeBSD_version
phk
2003-03-08
1
-1
/
+6
*
Introduce a device driver for /dev/devstat, this will allow us to mmap
phk
2003-03-08
1
-0
/
+112
*
Use strlcpy() instead of strncpy() to copy NUL terminated strings
robert
2002-10-17
1
-2
/
+1
*
GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.
phk
2002-02-22
1
-2
/
+1
*
Export the head structure for the device statistics STAILQ in
tmm
2001-08-04
1
-1
/
+1
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Support for unsigned integer and long sysctl variables. Update the
jhb
2000-07-05
1
-1
/
+1
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-1
/
+1
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Remove devstat_end_transaction_buf() everybody uses
phk
2000-05-06
1
-18
/
+0
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
[next]