DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / kern / subr_bus.c
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-14 Matthew Dillontsleep() - Add PINTERLOCKED flag to catch edge case.
2008-10-03 Hasso TepperWelcome devctl(4) and devd(8).
2008-09-30 Hasso TepperThe devinfo(3) library provides userspace access to...
2008-09-29 Hasso TepperUpdate acpi_battery(4) related code to the latest one...
2008-09-05 Hasso Tepperacpi_cpu(4) update. It's now possible to use higher...
2008-09-02 Hasso TepperHandle (unit == -1) case in the device_find_child(...
2008-01-05 Simon SchubertDon't let DS_BUSY buses block attachment of other devices.
2007-09-12 Hasso TepperAdd bus_alloc_resources() and bus_release_resources...
2007-07-31 Simon SchubertReorder initialization sequence of devclasses.
2007-05-05 Matthew DillonThe bus_get_resource_list DEVMETHOD is primarily used...
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-10-30 Matthew DillonAdd another parameter to BUS_ADD_CHILD to allow childre...
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-06-27 Joerg SonnenbergerRemove redundant verbosity. The description of the...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-05-23 Matthew DillonAdd NEWBUS infrastructure for interrupt enablement...
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2005-02-04 Matthew DillonRevert the last device_print_child() change, it was...
2005-02-03 Matthew DillonGenerate more useful -v information on the console...
2004-07-08 Joerg SonnenbergerAdd PDEBUG call for device_shutdown.
2004-06-21 Matthew Dillongcc-3.4 cleanups. Add missing break statements, deal...
2004-06-02 Hiten PandyaPlug a memory leak when the kernel initialiazes config_...
2004-05-10 Hiten PandyaRemove newline from panic(9) message, it is redundant.
2004-04-15 Joerg SonnenbergerKObj extension stage IIIb/III
2004-04-01 Joerg SonnenbergerKObj extension stage I/III
2004-03-31 Joerg SonnenbergerM_NOWAIT => M_INTWAIT conversion. This subsystems are...
2004-03-13 Joerg SonnenbergerAdd convient functions for the bus interface: child_pre...
2004-03-01 Joerg SonnenbergerMake subr_bus.c more consistent with regard to style...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-16 Joerg SonnenbergerAdd device_is_attached to allow a driver to check wethe...
2004-02-06 Joerg SonnenbergerAdjust infrastructure for NEWCARD
2003-11-18 Matthew DillonSync TAILQ_FOREACH work from 5.x. The closer we can...
2003-11-18 Matthew DillonUse M_ZERO instead of manually bzero()ing memory alloca...
2003-11-18 Matthew DillonCorrect several bugs. If we fail to add a device be...
2003-11-17 Jeroen Ruigrok/asmodaiFix misplacement of code. Due to additional DF code...
2003-11-17 Jeroen Ruigrok/asmodaiFactor out the object system from new-bus so that it...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: