summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2013-09-15Remove unused variablemartin
2013-09-14Comment out a variable only used in #if 0 codemartin
2013-05-28in vcons_redraw_screen():macallan
2013-04-29Add WS{DISPLAY,KBD}_TYPE_* for epoc32.kiyohara
2013-03-18If there are no devices attached to the mux and software doesjmcneill
2013-02-19fix a bunch of _IO() ioctl()s to actually work on LP64/BEmacallan
2013-01-31add ioctl(WSDISPLAYIO_GET_FBINFO)macallan
2013-01-27fix a typo in a commentmacallan
2013-01-21add WSDISPLAY_TYPE_OMAP3macallan
2013-01-08add WSDISPLAY_TYPE_VC4 and WSDISPLAYIO_BUS_SOCjmcneill
2012-11-13glyphcache_init(): bail if we don't have enough off-screen memory to be usefulmacallan
2012-10-04defflag GLYPHCACHE_DEBUGmacallan
2012-10-04allow caching of glyphs with attributes other than the defaultmacallan
2012-09-02Now that we use keysym_t, make sure <dev/wscons/wsksymvar.h> is included.he
2012-08-29support an optional table to translate scancodes when in event modemacallan
2012-07-12deal with negative cache sizesmacallan
2012-05-24Add the following above the version = 0 line, just to provide a hint...abs
2012-04-22Implemented extra keys as found on Sun Type 7 USB keyboards, andkhorben
2012-04-22Add newline at end of file; fix ALL build for me.uebayasi
2012-04-19no need to convert cell number to coordinates every time we draw a glyphmacallan
2012-04-17Support i.MX51's LCD framebuffer on Netwalker.bsh
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-02-16generic support for caching glyphs in video memorymacallan
2012-02-02delete virtual screens on detach - this allows to hot-unplugdrochner
2012-01-30wsmux_getmux: do not increment nwsmux if allocation fails (might cause bufferrmind
2012-01-24ass WSDISPLAY_TYPE_VALKYRIEmacallan
2012-01-04bump character buffers and cache to 32bit per character so flags we storemacallan
2011-12-30Add the Usermode vnc framebuffer and (vnc) remote keyboard types.reinoud
2011-12-15Amiga wscons/Xorg support, first phase.phx
2011-09-11Correct copy/paste error in previous.jakllsch
2011-09-11Initialize the W axis value on open as is already done for the other axes.jakllsch
2011-07-22PR/35473: Wigcher Spanninga: Add Dutch keyboard support to wsconschristos
2011-07-21Add and return WSKBD_TYPE_LUNA and WSDISPLAY_TYPE_LUNA on WS*_GTYPE ioctls.tsutsui
2011-06-29make the EDID buffer pointer void *macallan
2011-06-29make sizes unsignedmacallan
2011-06-29declare wsdisplayio_get_edid()macallan
2011-06-29dumping ground for generic driver convenience functionsmacallan
2011-06-29add two new ioctl()s:macallan
2011-06-08add support for the interesting parts of ISO-2 and KOI8-R fontsdrochner
2011-05-25remove VCONS_DRAW_ASYNCmacallan
2011-05-25add a cache so when we update the screen we only redraw the character cellsmacallan
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2011-02-18add vcons_hard_switch, for switching w/o callouts (eg. entering ddb)jmcneill
2011-02-09add vcons_{enable,disable}_polling and genfb_{enable,disable}_pollingjmcneill
2011-02-08VCONS_DRAW_INTR changes:jmcneill
2011-02-08abuse config_interrupts to make sure we don't switch to 'intr' mode untiljmcneill
2011-02-08add support for command buffering in vcons. still a WIP, same limitationsjmcneill
2011-02-06Switch NetBSD/hp300 to wscons with rasops. Simply ported from OpenBSD/hp300.tsutsui
2011-01-25Add support for asynchronous drawing in vcons.macallan
2011-01-22Implement new WSDISPLAYIO_GET_BUSID ioctl.cegger