| Age | Commit message (Expand) | Author |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-09-18 | Remove unnecessary (and unimplemented) WSKBD_*BELL ioctls in kbd drivers. | tsutsui |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-07-31 | s/dependend/dependent/ | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-06-05 | hpcfb_cnattach(): If fbconf == NULL, this is for early console output | rin |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-12-19 | Use sel{record,remove}_knote(). | thorpej |
| 2018-09-18 | Clarify the comment in the "unconst" version of hpckbd_keymap_setup. | uwe |
| 2018-09-18 | Fix comment formatting in previous. | uwe |
| 2018-09-18 | Apply workaround introduced in r1.32 to hpcmips. | rin |
| 2018-07-21 | Remove unused variable. | maya |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-08-07 | XXX: On hpcsh only - bring back old incorrect hpckbd_keymap_setup() | uwe |
| 2017-08-02 | Fix the previous fix that doesn't even compile. | uwe |
| 2017-06-25 | spl leak, found by Mootja | maxv |
| 2017-06-13 | correct size checks so they cannot be circumvented by integer overflows | spz |
| 2017-06-12 | Restore wscons keymaps feature on hpcarm | manu |
| 2016-09-06 | Don't read beyond the end of an array | skrll |
| 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 |