| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2020-07-07 | Overhaul the interface to pci_configure_bus(): | thorpej |
| 2020-06-14 | replace EX_NOWAIT with EX_WAITOK in device attach methods. | chs |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2015-12-06 | Make options SCIFCONSOLE patchable via a variable using gdb(1) etc. | tsutsui |
| 2015-10-02 | PCI Extended Configuration stuff written by nonaka@: | msaitoh |
| 2014-11-20 | use the inline bcdtobin and bintobcd directly instead through a macro. | christos |
| 2014-11-15 | centralize the call unit / dialout macros | christos |
| 2014-09-08 | Adapt formats for debug printfs to clock_subr type changes. | martin |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-06-19 | fix -Werror=unused-but-set-variable compile error | msaitoh |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-11-09 | fixed unused variable warning | christos |
| 2012-12-12 | Fix one more device/softc split error: | tsutsui |
| 2012-10-29 | fix device/softc split errors. | chs |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2012-01-27 | converting extent(9) from malloc(9) to kmem(9) | para |
| 2012-01-21 | fix my license notice. | nonaka |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2010-08-08 | make this compile with DIAGNOSTIC. | chs |
| 2010-05-22 | HPW-50PA PERSONA seems to use a different RTC base year value | tsutsui |
| 2009-08-02 | fix build failure. | nonaka |
| 2009-04-30 | Support SH7706 | nonaka |
| 2009-04-05 | Register null hooks with pmf(9) for now, which is no worse than before | uwe |
| 2009-04-05 | Register with pmf(9), tell it we don't need anything. | uwe |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-06-13 | use device_lookup_private to get softc | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-27 | Use cfdata_t, aprint_*. | uwe |
| 2008-03-27 | Convert to use CFATTACH_DECL_NEW (no softc). | uwe |
| 2008-03-27 | Split device_t and softc. | uwe |
| 2008-03-27 | Split device_t and softc. | uwe |
| 2008-03-27 | Use device_t, &c. Convert to use CFATTACH_DECL_NEW (no softc). | uwe |
| 2008-03-27 | Add RCSID comment. | uwe |
| 2008-03-27 | Split device_t and softc. Use aprint_*. | uwe |
| 2008-03-27 | Use device_t. Convert to use CFATTACH_DECL_NEW. | uwe |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-11-06 | Misc cleanup: use device_* and aprint_*, group declarations, g/c some | uwe |
| 2007-11-06 | Get rid of local product table, instead just match id register and | uwe |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-30 | On attach check if clock is running, mark it invalid if not. Return | uwe |