summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_kobj.c
Commit message (Expand)AuthorAgeFilesLines
* As it turns out, r186347 actually is insufficient to avoid the use of themarius2011-11-151-44/+31
* Simplify the code emitted by makeobjops.awk slightly.ed2011-11-091-1/+1
* Make kobj_methods constant.ed2011-11-081-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* Use NULL in preference to 0 in pointer contexts.imp2009-02-031-6/+6
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-201-25/+34
* Increment kobj_lookup_misses on a miss rather than decrementing it.jhb2005-12-291-1/+1
* Export a routine, kobj_machdep_init(), that allows platformsgrehan2005-08-071-2/+11
* * Add multiple inheritance to kobj. Each class can have zero or more basedfr2003-10-161-33/+155
* add a read-only sysctl to display the number of entries in the fixed sizecg2003-08-141-5/+9
* Use __FBSDID().obrien2003-06-111-2/+3
* Convert hit and miss counters to unsigned values. Surely negative valueskbyanc2002-06-101-4/+4
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Add kobj_class_compile_static() to allow classes to be initialiseddfr2000-08-281-7/+27
* * Move the driver_t::refs field to kobj_t to replace kobj_t::instances.dfr2000-05-011-3/+3
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-0/+197
OpenPOWER on IntegriCloud