aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/kobj.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in a comment: DEFINE_CLASSx => DEFINE_CLASS_x.Roman Kurakin2006-08-241-3/+3
* Export a routine, kobj_machdep_init(), that allows platformsPeter Grehan2005-08-071-0/+5
* * Add multiple inheritance to kobj. Each class can have zero or more baseDoug Rabson2003-10-161-31/+105
* Simplify the KOBJOPLOOKUP macro for the non-debug case so that gcc'sPeter Wemm2003-09-221-7/+13
* Convert hit and miss counters to unsigned values. Surely negative valuesKelly Yancey2002-06-101-2/+2
* Fix typos: initalise -> initialise.Jeroen Ruigrok van der Werven2001-02-081-1/+1
* Add kobj_class_compile_static() to allow classes to be initialisedDoug Rabson2000-08-281-0/+6
* Fixed a syntax error (a stray semicolon caused by a bogus #define).Bruce Evans2000-05-111-1/+1
* * Move the driver_t::refs field to kobj_t to replace kobj_t::instances.Doug Rabson2000-05-011-1/+1
* Remove a debugging define which I left by mistake.Doug Rabson2000-04-241-1/+0
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-081-0/+164