summaryrefslogtreecommitdiffstats
path: root/sys/sys/kobj.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in a comment: DEFINE_CLASSx => DEFINE_CLASS_x.rik2006-08-241-3/+3
* Export a routine, kobj_machdep_init(), that allows platformsgrehan2005-08-071-0/+5
* * Add multiple inheritance to kobj. Each class can have zero or more basedfr2003-10-161-31/+105
* Simplify the KOBJOPLOOKUP macro for the non-debug case so that gcc'speter2003-09-221-7/+13
* Convert hit and miss counters to unsigned values. Surely negative valueskbyanc2002-06-101-2/+2
* Fix typos: initalise -> initialise.asmodai2001-02-081-1/+1
* Add kobj_class_compile_static() to allow classes to be initialiseddfr2000-08-281-0/+6
* Fixed a syntax error (a stray semicolon caused by a bogus #define).bde2000-05-111-1/+1
* * Move the driver_t::refs field to kobj_t to replace kobj_t::instances.dfr2000-05-011-1/+1
* Remove a debugging define which I left by mistake.dfr2000-04-241-1/+0
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-0/+164
OpenPOWER on IntegriCloud