| Age | Commit message (Expand) | Author |
| 2023-04-18 | sb(4): Fix missing mutex initialization at isapnp and ofisa. | riastradh |
| 2022-09-25 | malloc(9) -> kmem(9) | thorpej |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2022-01-22 | Change the devhandle_from_*() functions to also take a "super handle", | thorpej |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-30 | Allow devices to declare themselves an "ofisa_subclass", allowing | thorpej |
| 2021-04-28 | Avoid a double "cs0: " in the autoconfiguration messages. | thorpej |
| 2021-04-27 | "ofisa" carried an "ofbus" interface attribute in addition to its own | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-01-27 | Rename of_match_compat_data() to of_compatible_match(). Similarly, | thorpej |
| 2021-01-27 | Use DEVICE_COMPAT_EOL. | thorpej |
| 2021-01-25 | Since we're using designated initialisers for compat data, we should | thorpej |
| 2021-01-19 | of_compatible() is a hokey API (returning -1 for no match) and nothing | thorpej |
| 2021-01-19 | Use device_compatible_entry / of_search_compatible() for the child | thorpej |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-10 | fix wdc_init_shadow_regs() arg | jdolecek |
| 2017-10-07 | adapt several more wdc attachments for NCQ branch merge | jdolecek |
| 2016-12-09 | Factor our model printing code; use aprint; eliminate alloca. | christos |
| 2016-12-09 | don't use alloca | christos |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-07-31 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-26 | Revert, with intention of restoring in a less invasive way, the SATA Port | jakllsch |
| 2012-07-02 | Add sata Port MultiPlier (PMP) support to the ata bus layer, | bouyer |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-06-03 | -CFATTACH_DECL(foo, sizeof(struct device), | matt |
| 2010-05-22 | Split device_t/softc. Based on patch from cegger@. | tsutsui |
| 2009-09-22 | Make local functions static. | tsutsui |
| 2009-09-22 | Split device_t/softc. Tested only on cs at ofisa on shark. | tsutsui |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-16 | device_t / softc split. From Hans Rosenfeld. | cegger |
| 2008-04-15 | device_t / softc split. From Hans Rosenfeld | cegger |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-26 | Split device_t/softc for joy(4) and all its attachments. Also | xtraeme |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2008-03-15 | Split device_t and softc for sb(4) and all its attachments. | cube |
| 2008-03-15 | Split device_t and softc for pckbc(4) and its attachments. | cube |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2008-03-07 | Split the softc from the device_t for all lpt(4) variants and attachments | cube |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |