| Age | Commit message (Expand) | Author |
| 2020-12-27 | Explicitly include generated ioconf.h for struct cfdrivers. | tsutsui |
| 2020-12-25 | Use C99 designated initializers for struct consdev. | tsutsui |
| 2019-12-06 | localify | maxv |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-07-25 | Halt the old console on both cnattach and preattach | jmcneill |
| 2019-07-24 | Call cn_halt for old console in wsdisplay_preattach too | jmcneill |
| 2019-07-23 | Enable us to enter DDB from serial console when WSDISPLAY_MULTICONS | rin |
| 2019-07-23 | Call cn_halt on the old console device | jmcneill |
| 2019-02-07 | be consistent in checking cn_getc return value. | mlelstv |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2019-01-30 | Suspend multicons output to the old console device while replaying | jmcneill |
| 2019-01-30 | Revert previous as it does not completely solve the problem of detaching a ws... | jmcneill |
| 2019-01-30 | Remove KASSERT in wsdisplay_cndetach. The caller likely doesn't know the | jmcneill |
| 2018-11-29 | Add hw.wsdisplay.multicons sysctl that can be used to disable mirroring wsdis... | jmcneill |
| 2018-11-15 | WSDISPLAYIO_SFONT: Do not attempt to print to the console in the middle of | jmcneill |
| 2018-09-26 | Introduce wsdisplay_isconsole(struct wsdisplay_softc *), which | bouyer |
| 2018-09-18 | fix wsdisplay/wskbd and cngetc() return value issues: | mrg |
| 2017-12-18 | ifdef speeding ticket. | christos |
| 2017-12-18 | Add WSDISPLAY_MULTICONS option which allows wsdisplay to cooperate with | jmcneill |
| 2017-11-03 | Use M_WAITOK if we aren't going to check for NULL before dereferencing | maya |
| 2017-05-19 | add support for loading fonts in vcons and subsequently resizing screens | macallan |
| 2017-01-25 | Double size of WSDISPLAYIO_SFONT name buffer to 32 characters. | jakllsch |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2015-08-24 | to garnish, dust with _KERNEL_OPT | pooka |
| 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 |
| 2014-01-21 | add function to detach wscons from a console. This allows to | mlelstv |
| 2012-02-02 | delete virtual screens on detach - this allows to hot-unplug | drochner |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2010-04-11 | add just as much "detach" code to keep the box from panicking on | drochner |
| 2010-03-11 | various aprint_* fixes. | mrg |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-02 | give up some silly macros which were only used ~once, and reduce | drochner |
| 2010-02-02 | add hooks to allow terminal emulations to be installed by LKMs | drochner |
| 2010-01-28 | -rename the "KS_GROUP_Ascii" key symbol category to "Plain" because | drochner |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-01-22 | Avoid deadlock in tty code if a terminal emulation responds to | drochner |
| 2009-01-15 | - reduce the number of #ifdefs. | yamt |
| 2009-01-13 | provide wscons_event compatibility with 5.0. | christos |
| 2008-11-07 | In wsdisplay_kbdholdscreen(), just return if sc->sc_focus is NULL. | he |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-06-11 | use device_lookup_private to get sc | cegger |
| 2008-03-25 | Split device_t and softc for wskbd(4), wsmouse(4) and that creepy wsmux(4). | cube |
| 2008-03-12 | -add a function to vga_post which can be called from DDB to get a | drochner |
| 2008-02-29 | Use PMF_FN_ARGS, PMF_FN_PROTO. | dyoung |
| 2008-02-20 | -Don't detach/attach the X server in the pmf suspend/resume functions | drochner |
| 2008-02-13 | make the mutex securing a flag which controls screen switched adaptive | drochner |
| 2008-01-14 | On suspend/resume, just detach/attach the X server (or whatever might | drochner |
| 2007-12-13 | Switch to console on suspend and shutdown, switch back to where the | joerg |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |