summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
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
2007-07-28Set the 'ri' pointer before use.rumble
2007-07-28Implement bounds checking in some places in display driver code to avoidmjf
2007-07-26add WSDISPLAY_TYPE_PXALCD for PXA2x0 LCD controller.nonaka
2007-07-26add WSDISPLAY_TYPE_CRIME for the SGI O2's graphics hardwaremacallan
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-04-11add WSDISPLAY_TYPE_GENFBmacallan
2007-04-04Revert previous commit until further investigation because it ismishka
2007-04-02Implement locking switcher for alternative layots (many languagesmishka
2007-03-05It was probably not a good idea to put that scroll stuff to accessops.drochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad