summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
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
2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb
2009-02-08G/c duplicate definition of WSCONS_EVENT_ASCII.uwe
2009-01-22Avoid deadlock in tty code if a terminal emulation responds todrochner
2009-01-16always use the new version of wscons_event for in-kernel.yamt
2009-01-16wsevent_init: always initialize version. pointed out by christos.yamt
2009-01-15- reduce the number of #ifdefs.yamt
2009-01-14Allocate the max size needed so that we don't need to realloc in setversion.christos
2009-01-13provide wscons_event compatibility with 5.0.christos
2008-11-07In wsdisplay_kbdholdscreen(), just return if sc->sc_focus is NULL.he
2008-06-12use device_lookup_private to get softccegger
2008-06-11use device_lookup_private to get sccegger
2008-05-21Add support for the Colemak keyboard layout variant, see http://colemak.comghen
2008-05-04Move to standard TNF 2 clause licensemartin
2008-05-01hpqlb(4): driver for HP Quick Launch buttons - found on HP Pavilion Notebookscegger
2008-04-30Make various bits of debug code compile again.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-27aprint_verbose -> aprint_verbose_devcegger
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-05use aprint_*_dev and device_xnamecegger
2008-03-25Split device_t and softc for wskbd(4), wsmouse(4) and that creepy wsmux(4).cube
2008-03-12-add a function to vga_post which can be called from DDB to get adrochner
2008-03-01Welcome to 4.99.55:rmind
2008-02-29Use PMF_FN_ARGS, PMF_FN_PROTO.dyoung
2008-02-28Do not return EBUSY if this is the console.dyoung
2008-02-22Return EBUSY and do not detach if we are the console.dyoung
2008-02-20-Don't detach/attach the X server in the pmf suspend/resume functionsdrochner
2008-02-13make the mutex securing a flag which controls screen switched adaptivedrochner