| Age | Commit message (Expand) | Author |
| 2013-09-15 | Remove unused variable | martin |
| 2013-09-14 | Comment out a variable only used in #if 0 code | martin |
| 2013-05-28 | in vcons_redraw_screen(): | macallan |
| 2013-04-29 | Add WS{DISPLAY,KBD}_TYPE_* for epoc32. | kiyohara |
| 2013-03-18 | If there are no devices attached to the mux and software does | jmcneill |
| 2013-02-19 | fix a bunch of _IO() ioctl()s to actually work on LP64/BE | macallan |
| 2013-01-31 | add ioctl(WSDISPLAYIO_GET_FBINFO) | macallan |
| 2013-01-27 | fix a typo in a comment | macallan |
| 2013-01-21 | add WSDISPLAY_TYPE_OMAP3 | macallan |
| 2013-01-08 | add WSDISPLAY_TYPE_VC4 and WSDISPLAYIO_BUS_SOC | jmcneill |
| 2012-11-13 | glyphcache_init(): bail if we don't have enough off-screen memory to be useful | macallan |
| 2012-10-04 | defflag GLYPHCACHE_DEBUG | macallan |
| 2012-10-04 | allow caching of glyphs with attributes other than the default | macallan |
| 2012-09-02 | Now that we use keysym_t, make sure <dev/wscons/wsksymvar.h> is included. | he |
| 2012-08-29 | support an optional table to translate scancodes when in event mode | macallan |
| 2012-07-12 | deal with negative cache sizes | macallan |
| 2012-05-24 | Add the following above the version = 0 line, just to provide a hint... | abs |
| 2012-04-22 | Implemented extra keys as found on Sun Type 7 USB keyboards, and | khorben |
| 2012-04-22 | Add newline at end of file; fix ALL build for me. | uebayasi |
| 2012-04-19 | no need to convert cell number to coordinates every time we draw a glyph | macallan |
| 2012-04-17 | Support i.MX51's LCD framebuffer on Netwalker. | bsh |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-02-16 | generic support for caching glyphs in video memory | macallan |
| 2012-02-02 | delete virtual screens on detach - this allows to hot-unplug | drochner |
| 2012-01-30 | wsmux_getmux: do not increment nwsmux if allocation fails (might cause buffer | rmind |
| 2012-01-24 | ass WSDISPLAY_TYPE_VALKYRIE | macallan |
| 2012-01-04 | bump character buffers and cache to 32bit per character so flags we store | macallan |
| 2011-12-30 | Add the Usermode vnc framebuffer and (vnc) remote keyboard types. | reinoud |
| 2011-12-15 | Amiga wscons/Xorg support, first phase. | phx |
| 2011-09-11 | Correct copy/paste error in previous. | jakllsch |
| 2011-09-11 | Initialize the W axis value on open as is already done for the other axes. | jakllsch |
| 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 |