summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
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
2008-01-14On suspend/resume, just detach/attach the X server (or whatever mightdrochner
2008-01-14restructure things a bit so that proclist_mutex is held between thedrochner
2007-12-13Switch to console on suspend and shutdown, switch back to where thejoerg
2007-12-13Stop the key pressed timeout on suspend to avoid virtually hanging keys,joerg
2007-12-10Wups, pmf_class_input_deregister is private; use pmf_device_deregisterjmcneill
2007-12-10Deregister input class handler on detach.jmcneill
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-12-01aprintifyjmcneill
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-10-19If you're going to use device_t, may as well include sys/device.h; unb0rksdogcow
2007-10-18Calling device_private once is enough. Reported by macallan@joerg
2007-10-18Initialise the callbacks for tty.t_rstrt_ch in ttymallocjoerg
2007-10-18Use aprint API for output and convert to device_t/softc separation.joerg
2007-10-18Always declare wskbd_repeat to fix build without wsdisplay.joerg
2007-10-17Use callout_setfunc/callout_schedule and don't cast function pointers.joerg
2007-10-16Use callout_setfunc/callout_schedule instead of callout_reset.joerg
2007-08-27add type for Fujitsu AG-10emacallan
2007-08-06add scrollback supportmacallan
2007-08-06set the scrollmode flag when entering/leaving scroll mode, send scroll resetmacallan