| Age | Commit message (Expand) | Author |
| 2021-01-17 | trailing whitespace | jmcneill |
| 2021-01-16 | Instead of defining VCONS_DONT_READ as the raw value of 0x30, instead | jmcneill |
| 2021-01-02 | be more careful when optimizing stretches of blanks into erasecols() | macallan |
| 2020-12-28 | provide (bug)compatibility with vga in WSDISPLAYIO_{PUT|GET}WSCHAR | macallan |
| 2020-12-27 | Explicitly include generated ioconf.h for struct cfdrivers. | tsutsui |
| 2020-12-25 | Use C99 designated initializers for struct consdev. | tsutsui |
| 2020-12-23 | fix tpyo | macallan |
| 2020-12-18 | Use sel{record,remove}_knote(). | thorpej |
| 2020-11-21 | Fix previous and tag the right callout... | mlelstv |
| 2020-11-21 | Run callout without kernel lock, the softint itself is still protected. | mlelstv |
| 2020-10-29 | wscons(4): WSKBD_TYPE_PC_AT is automatically translated to | nia |
| 2020-10-17 | Correct KB_NEXT value. No impact since KB_NEXT isn't used anywhere. | mlelstv |
| 2020-08-29 | provide KB_APPLE layout variant which uses Command-F* to switch console screens | macallan |
| 2020-07-13 | Clarify that KB_TR is the "Q" layout - there's two standards for Turkish. | nia |
| 2020-07-13 | Canadian French keyboard layout for ukbd/pckbd | nia |
| 2020-07-13 | Add keyboard layout for Latin American Spanish to ukbd/pckbd | nia |
| 2020-07-12 | Add Icelandic keyboard layout to ukbd/pckbd. | nia |
| 2020-07-12 | Add Estonian layout as a variation of Swedish for ukbd and pckbd | nia |
| 2020-07-12 | Add support for the Brazilian keyboard layout to pckbd and ukbd. | nia |
| 2020-06-11 | Update for proplib(3) API changes. | thorpej |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-04-04 | KNF (Format block comment) | pgoyette |
| 2020-04-04 | Make default protocol version used by wscons selectable and default | mlelstv |
| 2019-12-12 | Rather than keeping a separate mutex, condvar, and pserialize for each | pgoyette |
| 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-31 | When font is switched, not only putchar, but also other ri_ops can be | rin |
| 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-07-09 | Do not overflow int64_t on HP Spectre x360 13-inch ae019TU | ryoon |
| 2019-06-22 | Add missing SETBELL() for WSKBDIO_COMPLEXBELL. | isaki |
| 2019-05-24 | Added drivers for Hyper-V Synthetic Keyboard and Video device. | nonaka |
| 2019-04-18 | Fix the bell period. | isaki |
| 2019-04-18 | White space and indent fix. | isaki |
| 2019-03-17 | allocate wsdisplay type 66 for ssdfb(4) | tnn |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 2019-02-26 | Whitespace change. | msaitoh |
| 2019-02-07 | be consistent in checking cn_getc return value. | mlelstv |
| 2019-02-05 | - call update_modifier() explicitly for the scrolling keys up event. | mrg |
| 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 |
| 2019-01-29 | Normalize all the compat hooks' names to the form | pgoyette |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-12-15 | - Use kmem_intr_{alloc,free}, because on time out we need to free from an | christos |
| 2018-12-06 | #ifdef _KERNEL_OPT | uwe |
| 2018-12-04 | rasops reused wscons attribute bits for internal control. | mlelstv |