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_kobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
As it turns out, r186347 actually is insufficient to avoid the use of the
marius
2011-11-15
1
-44
/
+31
*
Simplify the code emitted by makeobjops.awk slightly.
ed
2011-11-09
1
-1
/
+1
*
Make kobj_methods constant.
ed
2011-11-08
1
-1
/
+1
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-1
/
+1
*
Use NULL in preference to 0 in pointer contexts.
imp
2009-02-03
1
-6
/
+6
*
Modularize the Open Firmware client interface to allow run-time switching
nwhitehorn
2008-12-20
1
-25
/
+34
*
Increment kobj_lookup_misses on a miss rather than decrementing it.
jhb
2005-12-29
1
-1
/
+1
*
Export a routine, kobj_machdep_init(), that allows platforms
grehan
2005-08-07
1
-2
/
+11
*
* Add multiple inheritance to kobj. Each class can have zero or more base
dfr
2003-10-16
1
-33
/
+155
*
add a read-only sysctl to display the number of entries in the fixed size
cg
2003-08-14
1
-5
/
+9
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Convert hit and miss counters to unsigned values. Surely negative values
kbyanc
2002-06-10
1
-4
/
+4
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Add kobj_class_compile_static() to allow classes to be initialised
dfr
2000-08-28
1
-7
/
+27
*
* Move the driver_t::refs field to kobj_t to replace kobj_t::instances.
dfr
2000-05-01
1
-3
/
+3
*
* Factor out the object system from new-bus so that it can be used by
dfr
2000-04-08
1
-0
/
+197