| Age | Commit message (Expand) | Author |
| 2008-06-29 | fix type | dogcow |
| 2008-06-28 | Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and ehci(4), | bouyer |
| 2008-06-28 | Make uaudio compilable as a kmod. | kent |
| 2008-06-28 | We don't need to include opt_usbverbose.h here. | kent |
| 2008-06-27 | kill some abuse of __strong_alias which is not compatible with | drochner |
| 2008-06-27 | Convert lmc(4) to mutexes, removing ({ }) gcc extension along the way. | gmcgarry |
| 2008-06-26 | delete more dead code, remove use of pcic_handle except of some local | drochner |
| 2008-06-26 | remove some more dead code, and use the softc as handle in more internal | drochner |
| 2008-06-26 | remove references to nonexisting members of pcic_handle in commented out | drochner |
| 2008-06-26 | * azalia_rirb_intr() | kent |
| 2008-06-26 | constify the pcmcia/cardbus method tables | drochner |
| 2008-06-26 | Fix split device_t/softc. | kiyohara |
| 2008-06-25 | Avoid the use of i82365var.h - we don't use any functions from there. | drochner |
| 2008-06-25 | split device/softc for pccbb, the cardbus half of cardslot and cardbus | drochner |
| 2008-06-25 | Revert unintentional whitespace changes. From simonb. | gmcgarry |
| 2008-06-24 | clean up the cardbus interrupt stuff: | drochner |
| 2008-06-24 | clean up some useless code and variables in cardbus attachment | drochner |
| 2008-06-24 | Array range designated initializers are a gcc extension. Replace with | gmcgarry |
| 2008-06-24 | The forward declation in the parameter list for a variable-length array is | gmcgarry |
| 2008-06-24 | Both legs of a digraph must return the same type. Therefore, replace digraph. | gmcgarry |
| 2008-06-24 | Ragge says that 6.5.4 clause 2 says: | gmcgarry |
| 2008-06-24 | Replace gcc variadic macros with c99 variadic macros. | gmcgarry |
| 2008-06-24 | pcc doesn't like empty structures for initialisation. Fill with zeros. | gmcgarry |
| 2008-06-24 | Replace gcc variadic macros with c99 variadic macros. | gmcgarry |
| 2008-06-24 | Replace gcc extension of comma-elimination variadic macros with aprint_debug_... | gmcgarry |
| 2008-06-24 | Digraphs as lvalues must return the same type. | gmcgarry |
| 2008-06-24 | Rearrange pdq_boolean_t, pdq_type_t and pdq_state_t so that enums are defined | gmcgarry |
| 2008-06-24 | Change gcc variadic macros to c99 variadic macros. | gmcgarry |
| 2008-06-24 | status is unsigned. | gmcgarry |
| 2008-06-24 | Fix prototype of ahd_send_async(). Pull in dev/ic/aic7xxx_cam.h to get ac_code. | gmcgarry |
| 2008-06-24 | Both legs of a diagraph must return the same type. | gmcgarry |
| 2008-06-23 | hold bt_lock when sending data via sco_send() | plunky |
| 2008-06-22 | PR 39023: usbd_new_device: do not set address early, from FreeBSD. | jmcneill |
| 2008-06-22 | Regen for Sony PLAYSTATION(R) Eye | jmcneill |
| 2008-06-22 | Add entry for Sony PLAYSTATION(R) Eye | jmcneill |
| 2008-06-21 | Revert to using atop(offset + map->offset) for map types _DRM_AGP, | bjs |
| 2008-06-20 | Apply a similar patch as what was just applied to sk(4): | cube |
| 2008-06-20 | Use a mutex instead of splvm() to protect the list of jubo-ready mbufs, as | cube |
| 2008-06-20 | make an i386 ALL kernel build again | cegger |
| 2008-06-20 | - Don't use btop, as only three (?) platforms define this macro; use | bjs |
| 2008-06-20 | - Use the extent manager to track mappings and provide sane offset | bjs |
| 2008-06-19 | Sync to pcmciadevs 1.226 | imp |
| 2008-06-19 | Add in OLICOM cards from FreeBSD's pccarddevs table: | imp |
| 2008-06-18 | USB video class definitions, from Patrick Mahoney for GSoC 2008. | jmcneill |
| 2008-06-17 | Use a local temporary struct gt_softc* so we don't try to | he |
| 2008-06-17 | Renamed via_pegasos_mapregs_native to via_mapregs_compat_native, after | phx |
| 2008-06-17 | Typo correction to restore buildability. | he |
| 2008-06-17 | fix copy&paste error | mlelstv |
| 2008-06-17 | One more place to mark an iobuf busy before use. | mlelstv |
| 2008-06-17 | Mark a buffer `busy` in getnewbuf() when it came from the pool_cache since | reinoud |