Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |