summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_kobj.c
Commit message (Expand)AuthorAgeFilesLines
* 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