| Age | Commit message (Expand) | Author |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-04-07 | Add missing semicolon | ozaki-r |
| 2015-04-04 | fix leak, found by Brainy. | christos |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-11-09 | fix unused variable warning | christos |
| 2013-11-09 | fixed unused variable warning | christos |
| 2013-06-28 | fix uninitialized pointer. This could have never worked. | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-10-03 | remove diagnostic printfs to make this compile again. | christos |
| 2012-09-30 | Remove code from dev/apm/apm.c for setting global variables to parameterise | dsl |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2011-08-06 | Add support for PSIONTEKLOGIX NETBOOK PRO. | kiyohara |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-06-11 | split device_t/softc. | nonaka |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-08-01 | Replace powerhook_establish(9) with pmf(9). | tsutsui |
| 2010-08-01 | Remove deprecated powerhook_establish(9) since apmdev(4) which required | tsutsui |
| 2010-06-18 | Add WSDISPLAYIO_LINEBYTES, which is required by Xorg wsfb server. | tsutsui |
| 2010-05-23 | Added WS020SH keymap. | nonaka |
| 2010-05-15 | Clear RI_NO_AUTO in actual attach functions during autoconf(9) | tsutsui |
| 2010-05-15 | Set RI_NO_AUTO in ri->ri_flg if hpcfb_init() is invoked from cnattach. | tsutsui |
| 2010-04-17 | Added Sharp W-ZERO3 series support. | nonaka |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 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-04-05 | Register with pmf(9), tell it we don't need anything. | uwe |
| 2009-04-05 | Register with pmf(9). Thus we register with both dopowerhooks(9) and | uwe |
| 2009-04-05 | Register with pmf(9), tell it we don't need anything. | uwe |
| 2009-04-05 | Split device_t and softc. | uwe |
| 2009-04-05 | Register with pmf(9), tell it we don't need anything. | uwe |
| 2009-04-03 | Use dev/apm/files.apm for APM options in opt_apm.h. | uwe |
| 2009-04-03 | Config glue for attaching apm at apmdevif. | uwe |
| 2009-04-03 | Attachment glue to attach apm0 at hpcapm0. | uwe |
| 2009-04-03 | Switch apmdev to use apm(4) structures from dev/apm/apmvar.h. | uwe |
| 2009-04-03 | Further reduce diffs to dev/apm/apm.c. | uwe |
| 2009-03-30 | Split device_t and softc, use aprint_*, rename/reformat stuff to | uwe |
| 2009-03-30 | Fix battery_state vs. battery_flags confusion. | uwe |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2008-06-12 | device_private_lookup()-ification so that hpcarm (at jeast Jornada 72x) | rafal |
| 2008-06-10 | use new "defpseudodev" where appropriate, and remove dummy interface | drochner |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-06 | use aprint_*_dev and device_xname | cegger |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-02-21 | Rasops and wsfont are now in MI conf/files so remove them from here. | uwe |
| 2008-01-30 | Has this compiled recently? | ad |
| 2008-01-07 | Catch up with new option to dev/pckbport/wskbdmap_mfii.c | uwe |