| 2010-08-29 |
Matthew Dillon | kernel - All lwkt thread now start out mpsafe part 1/2 |
blob | commitdiff |
| 2010-08-03 |
Samuel J. Greear | kernel - Make filters able to be marked MPSAFE |
blob | commitdiff | diff to current |
| 2010-08-03 |
Samuel J. Greear | kernel - Remove kevent subsystem from under mplock |
blob | commitdiff | diff to current |
| 2010-07-14 |
Samuel J. Greear | kernel - Tear out selwakeup() |
blob | commitdiff | diff to current |
| 2010-07-14 |
Samuel J. Greear | kernel - Add missing KNOTE's |
blob | commitdiff | diff to current |
| 2010-07-11 |
Samuel J. Greear | kernel - Tear out device polling |
blob | commitdiff | diff to current |
| 2010-07-09 |
Matthew Dillon | kernel - Fix kqfilter error return codes |
blob | commitdiff | diff to current |
| 2010-07-02 |
Samuel J. Greear | kernel - Add kq support to devctl |
blob | commitdiff | diff to current |
| 2010-05-14 |
Sascha Wildner | Fix the x86_64 kernel build with 'options BUS_DEBUG'. |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-11-08 |
Alexander Polakov | BUS_CONFIG_INTR takes 2 devices now: parent and child |
blob | commitdiff | diff to current |
| 2009-08-01 |
Matthew Dillon | DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev() |
blob | commitdiff | diff to current |
| 2009-07-15 |
Matthew Dillon | MPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager. |
blob | commitdiff | diff to current |
| 2009-07-14 |
Matthew Dillon | tsleep() - Add PINTERLOCKED flag to catch edge case. |
blob | commitdiff | diff to current |
| 2008-10-03 |
Hasso Tepper | Welcome devctl(4) and devd(8). |
blob | commitdiff | diff to current |
| 2008-09-30 |
Hasso Tepper | The devinfo(3) library provides userspace access to... |
blob | commitdiff | diff to current |
| 2008-09-29 |
Hasso Tepper | Update acpi_battery(4) related code to the latest one... |
blob | commitdiff | diff to current |
| 2008-09-05 |
Hasso Tepper | acpi_cpu(4) update. It's now possible to use higher... |
blob | commitdiff | diff to current |
| 2008-09-02 |
Hasso Tepper | Handle (unit == -1) case in the device_find_child(... |
blob | commitdiff | diff to current |
| 2008-01-05 |
Simon Schubert | Don't let DS_BUSY buses block attachment of other devices. |
blob | commitdiff | diff to current |
| 2007-09-12 |
Hasso Tepper | Add bus_alloc_resources() and bus_release_resources... |
blob | commitdiff | diff to current |
| 2007-07-31 |
Simon Schubert | Reorder initialization sequence of devclasses. |
blob | commitdiff | diff to current |
| 2007-05-05 |
Matthew Dillon | The bus_get_resource_list DEVMETHOD is primarily used... |
blob | commitdiff | diff to current |
| 2007-05-01 |
Matthew Dillon | Implement kern.do_async_attach. default disabled. ... |
blob | commitdiff | diff to current |
| 2007-04-30 |
Matthew Dillon | Revamp SYSINIT ordering. Relabel sysinit IDs (SI_... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-12-20 |
Matthew Dillon | Rename sprintf -> ksprintf |
blob | commitdiff | diff to current |
| 2006-12-18 |
Matthew Dillon | Rename kvprintf -> kvcprintf (call-back version) |
blob | commitdiff | diff to current |
| 2006-10-25 |
Matthew Dillon | Do a major clean-up of the BUSDMA architecture. A... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2005-10-30 |
Matthew Dillon | Add another parameter to BUS_ADD_CHILD to allow childre... |
blob | commitdiff | diff to current |
| 2005-10-28 |
Matthew Dillon | Cleanup some of the newbus infrastructure. |
blob | commitdiff | diff to current |
| 2005-06-27 |
Joerg Sonnenberger | Remove redundant verbosity. The description of the... |
blob | commitdiff | diff to current |
| 2005-05-24 |
Matthew Dillon | Get rid of bus_{disable,enable}_intr(), it wasn't gener... |
blob | commitdiff | diff to current |
| 2005-05-23 |
Matthew Dillon | Add NEWBUS infrastructure for interrupt enablement... |
blob | commitdiff | diff to current |
| 2005-02-17 |
Joerg Sonnenberger | GCC supports two pseudo variables to get the function... |
blob | commitdiff | diff to current |
| 2005-02-04 |
Matthew Dillon | Revert the last device_print_child() change, it was... |
blob | commitdiff | diff to current |
| 2005-02-03 |
Matthew Dillon | Generate more useful -v information on the console... |
blob | commitdiff | diff to current |
| 2004-07-08 |
Joerg Sonnenberger | Add PDEBUG call for device_shutdown. |
blob | commitdiff | diff to current |
| 2004-06-21 |
Matthew Dillon | gcc-3.4 cleanups. Add missing break statements, deal... |
blob | commitdiff | diff to current |
| 2004-06-02 |
Hiten Pandya | Plug a memory leak when the kernel initialiazes config_... |
blob | commitdiff | diff to current |
| 2004-05-10 |
Hiten Pandya | Remove newline from panic(9) message, it is redundant. |
blob | commitdiff | diff to current |
| 2004-04-15 |
Joerg Sonnenberger | KObj extension stage IIIb/III |
blob | commitdiff | diff to current |
| 2004-04-01 |
Joerg Sonnenberger | KObj extension stage I/III |
blob | commitdiff | diff to current |
| 2004-03-31 |
Joerg Sonnenberger | M_NOWAIT => M_INTWAIT conversion. This subsystems are... |
blob | commitdiff | diff to current |
| 2004-03-13 |
Joerg Sonnenberger | Add convient functions for the bus interface: child_pre... |
blob | commitdiff | diff to current |
| 2004-03-01 |
Joerg Sonnenberger | Make subr_bus.c more consistent with regard to style... |
blob | commitdiff | diff to current |
| 2004-02-21 |
Matthew Dillon | Synchronize a bunch of things from FreeBSD-5 in prepara... |
blob | commitdiff | diff to current |
| 2004-02-16 |
Joerg Sonnenberger | Add device_is_attached to allow a driver to check wethe... |
blob | commitdiff | diff to current |
| 2004-02-06 |
Joerg Sonnenberger | Adjust infrastructure for NEWCARD |
blob | commitdiff | diff to current |
| 2003-11-18 |
Matthew Dillon | Sync TAILQ_FOREACH work from 5.x. The closer we can... |
blob | commitdiff | diff to current |
| 2003-11-18 |
Matthew Dillon | Use M_ZERO instead of manually bzero()ing memory alloca... |
blob | commitdiff | diff to current |
| 2003-11-18 |
Matthew Dillon | Correct several bugs. If we fail to add a device be... |
blob | commitdiff | diff to current |
| 2003-11-17 |
Jeroen Ruigrok/asmodai | Fix misplacement of code. Due to additional DF code... |
blob | commitdiff | diff to current |
| 2003-11-17 |
Jeroen Ruigrok/asmodai | Factor out the object system from new-bus so that it... |
blob | commitdiff | diff to current |
| 2003-11-09 |
Matthew Dillon | Core integer types header file reorganization stage... |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|