| Age | Commit message (Expand) | Author |
| 2011-07-22 | PR/35473: Wigcher Spanninga: Add Dutch keyboard support to wscons | christos |
| 2011-07-21 | Add and return WSKBD_TYPE_LUNA and WSDISPLAY_TYPE_LUNA on WS*_GTYPE ioctls. | tsutsui |
| 2011-06-29 | make the EDID buffer pointer void * | macallan |
| 2011-06-29 | make sizes unsigned | macallan |
| 2011-06-29 | declare wsdisplayio_get_edid() | macallan |
| 2011-06-29 | dumping ground for generic driver convenience functions | macallan |
| 2011-06-29 | add two new ioctl()s: | macallan |
| 2011-06-08 | add support for the interesting parts of ISO-2 and KOI8-R fonts | drochner |
| 2011-05-25 | remove VCONS_DRAW_ASYNC | macallan |
| 2011-05-25 | add a cache so when we update the screen we only redraw the character cells | macallan |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2011-02-18 | add vcons_hard_switch, for switching w/o callouts (eg. entering ddb) | jmcneill |
| 2011-02-09 | add vcons_{enable,disable}_polling and genfb_{enable,disable}_polling | jmcneill |
| 2011-02-08 | VCONS_DRAW_INTR changes: | jmcneill |
| 2011-02-08 | abuse config_interrupts to make sure we don't switch to 'intr' mode until | jmcneill |
| 2011-02-08 | add support for command buffering in vcons. still a WIP, same limitations | jmcneill |
| 2011-02-06 | Switch NetBSD/hp300 to wscons with rasops. Simply ported from OpenBSD/hp300. | tsutsui |
| 2011-01-25 | Add support for asynchronous drawing in vcons. | macallan |
| 2011-01-22 | Implement new WSDISPLAYIO_GET_BUSID ioctl. | cegger |
| 2010-10-26 | Add wskbd_hotkey_deregister() to match wskbd_hotkey_register(). | jruoho |
| 2010-10-02 | clarify how backlight control ioctl()s are supposed to work | macallan |
| 2010-09-21 | add separate flags for putchar() based copycols() and copyrows() methods | macallan |
| 2010-08-18 | Add copycols() and copyrows() methods which, instead of calling the underlying | macallan |
| 2010-07-01 | output ^_ on control-/ like xterm does. | ahoka |
| 2010-07-01 | Remove pfind() and pgfind(), fix locking in various broken uses of these. | rmind |
| 2010-05-31 | PR kern/38900 Arnaud Lacombe: don't try to do WSDISPLAY_SCROLLSUPPORT | dholland |
| 2010-04-11 | add just as much "detach" code to keep the box from panicking on | drochner |
| 2010-03-12 | Add mappings for KS_End/KS_KP_End, so that the `End' key actually does | jdc |
| 2010-03-11 | various aprint_* fixes. | mrg |
| 2010-02-25 | retire our private definitions for the scan1/3/5/7/9 DEC graphics | drochner |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-11 | put back the "vt100base_data" variable which was souce of confusion, | drochner |
| 2010-02-10 | Remove accidental commit. | skrll |
| 2010-02-10 | Oops. Whitespace in previous. | skrll |
| 2010-02-10 | Allow big parts of the vt100 emulation code (what is in | drochner |
| 2010-02-05 | add some missing (mostly hungarian or polish) dead accent combinations, | drochner |
| 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-13 | revert brainfart | macallan |
| 2010-01-12 | send PMF events for volume control keys | macallan |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-12-31 | add WSDISPLAY_TYPE_XVR1000 | macallan |
| 2009-11-15 | Reserve WSDISPLAY_TYPE for DisplayLink DL-1x0/DL-1x5 USB LCDs and | tsutsui |
| 2009-10-04 | Don't call usl_sync_check_sig from an interrupt context. Call it only if waitok. | christos |
| 2009-08-20 | add vcons_replay_msgbuf() for use by wsdisplay drivers to replay the message | macallan |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-04-06 | Add a Czech (QWERTY) keyboard layout, and teach wscons about latin 2 characters. | mkirby |
| 2009-02-18 | wsevent_copyout_events50: fix a bogus panic. | yamt |
| 2009-02-18 | s/portugese/portuguese/, spotted by Ari Constancio in PR misc/40202. | snj |