aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_kobj.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: Optimize/Simplify kobj_class_compile_common a littleWarner Losh2021-04-211-1/+1
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* sys/: Document few more sysctls.Pawel Biernacki2020-03-021-1/+2
* Prevent some kobj memory allocation failures from panicking the system.Mark Johnston2019-01-311-43/+52
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - Also outside of the KOBJOPLOOKUP macro - which in turn is used byMarius Strobl2017-05-081-10/+2
* As it turns out, r186347 actually is insufficient to avoid the use of theMarius Strobl2011-11-151-44/+31
* Simplify the code emitted by makeobjops.awk slightly.Ed Schouten2011-11-091-1/+1
* Make kobj_methods constant.Ed Schouten2011-11-081-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-1/+1
* Use NULL in preference to 0 in pointer contexts.Warner Losh2009-02-031-6/+6
* Modularize the Open Firmware client interface to allow run-time switchingNathan Whitehorn2008-12-201-25/+34
* Increment kobj_lookup_misses on a miss rather than decrementing it.John Baldwin2005-12-291-1/+1
* Export a routine, kobj_machdep_init(), that allows platformsPeter Grehan2005-08-071-2/+11
* * Add multiple inheritance to kobj. Each class can have zero or more baseDoug Rabson2003-10-161-33/+155
* add a read-only sysctl to display the number of entries in the fixed sizeCameron Grant2003-08-141-5/+9
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Convert hit and miss counters to unsigned values. Surely negative valuesKelly Yancey2002-06-101-4/+4
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Add kobj_class_compile_static() to allow classes to be initialisedDoug Rabson2000-08-281-7/+27
* * Move the driver_t::refs field to kobj_t to replace kobj_t::instances.Doug Rabson2000-05-011-3/+3
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-081-0/+197