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
*
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
*
Clone bio versions of certain bits of infrastructure:
phk
2000-04-02
1
-0
/
+17
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-1
/
+1
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-2
/
+2
*
This is a partial commit of the patch from PR 14914:
phk
1999-11-16
1
-2
/
+2
*
Removed unnecessary splclock() protection for getmicrotime() and
bde
1999-10-02
1
-16
/
+1
*
Stylistic cleanup.
phk
1999-09-22
1
-5
/
+3
*
Move an end-paren to its intended place.
phk
1999-09-19
1
-1
/
+1
*
Count "free" operations in their own new tranaction type.
phk
1999-09-18
1
-1
/
+25
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add sysctl descriptions to many SYSCTL_XXXs
billf
1999-05-03
1
-7
/
+7
*
Staticize.
eivind
1999-04-11
1
-2
/
+2
[next]