summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
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
2010-10-26Add wskbd_hotkey_deregister() to match wskbd_hotkey_register().jruoho
2010-10-02clarify how backlight control ioctl()s are supposed to workmacallan
2010-09-21add separate flags for putchar() based copycols() and copyrows() methodsmacallan
2010-08-18Add copycols() and copyrows() methods which, instead of calling the underlyingmacallan
2010-07-01output ^_ on control-/ like xterm does.ahoka
2010-07-01Remove pfind() and pgfind(), fix locking in various broken uses of these.rmind
2010-05-31PR kern/38900 Arnaud Lacombe: don't try to do WSDISPLAY_SCROLLSUPPORTdholland
2010-04-11add just as much "detach" code to keep the box from panicking ondrochner
2010-03-12Add mappings for KS_End/KS_KP_End, so that the `End' key actually doesjdc
2010-03-11various aprint_* fixes.mrg
2010-02-25retire our private definitions for the scan1/3/5/7/9 DEC graphicsdrochner
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-11put back the "vt100base_data" variable which was souce of confusion,drochner
2010-02-10Remove accidental commit.skrll
2010-02-10Oops. Whitespace in previous.skrll
2010-02-10Allow big parts of the vt100 emulation code (what is indrochner
2010-02-05add some missing (mostly hungarian or polish) dead accent combinations,drochner
2010-02-02give up some silly macros which were only used ~once, and reducedrochner
2010-02-02add hooks to allow terminal emulations to be installed by LKMsdrochner
2010-01-28-rename the "KS_GROUP_Ascii" key symbol category to "Plain" becausedrochner
2010-01-13revert brainfartmacallan
2010-01-12send PMF events for volume control keysmacallan
2010-01-08Expand PMF_FN_* macros.dyoung
2009-12-31add WSDISPLAY_TYPE_XVR1000macallan
2009-11-15Reserve WSDISPLAY_TYPE for DisplayLink DL-1x0/DL-1x5 USB LCDs andtsutsui
2009-10-04Don't call usl_sync_check_sig from an interrupt context. Call it only if waitok.christos
2009-08-20add vcons_replay_msgbuf() for use by wsdisplay drivers to replay the messagemacallan
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-04-06Add a Czech (QWERTY) keyboard layout, and teach wscons about latin 2 characters.mkirby
2009-02-18wsevent_copyout_events50: fix a bogus panic.yamt
2009-02-18s/portugese/portuguese/, spotted by Ari Constancio in PR misc/40202.snj