| Age | Commit message (Expand) | Author |
| 2009-04-06 | Add a Czech (QWERTY) keyboard layout, and teach wscons about latin 2 characters. | mkirby |
| 2009-02-18 | wsevent_copyout_events50: fix a bogus panic. | yamt |
| 2009-02-18 | s/portugese/portuguese/, spotted by Ari Constancio in PR misc/40202. | snj |
| 2009-02-13 | Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" | apb |
| 2009-02-08 | G/c duplicate definition of WSCONS_EVENT_ASCII. | uwe |
| 2009-01-22 | Avoid deadlock in tty code if a terminal emulation responds to | drochner |
| 2009-01-16 | always use the new version of wscons_event for in-kernel. | yamt |
| 2009-01-16 | wsevent_init: always initialize version. pointed out by christos. | yamt |
| 2009-01-15 | - reduce the number of #ifdefs. | yamt |
| 2009-01-14 | Allocate the max size needed so that we don't need to realloc in setversion. | christos |
| 2009-01-13 | provide wscons_event compatibility with 5.0. | christos |
| 2008-11-07 | In wsdisplay_kbdholdscreen(), just return if sc->sc_focus is NULL. | he |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-06-11 | use device_lookup_private to get sc | cegger |
| 2008-05-21 | Add support for the Colemak keyboard layout variant, see http://colemak.com | ghen |
| 2008-05-04 | Move to standard TNF 2 clause license | martin |
| 2008-05-01 | hpqlb(4): driver for HP Quick Launch buttons - found on HP Pavilion Notebooks | cegger |
| 2008-04-30 | Make various bits of debug code compile again. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-27 | aprint_verbose -> aprint_verbose_dev | cegger |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-03-25 | Split 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 a | drochner |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-02-29 | Use PMF_FN_ARGS, PMF_FN_PROTO. | dyoung |
| 2008-02-28 | Do not return EBUSY if this is the console. | dyoung |
| 2008-02-22 | Return 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 functions | drochner |
| 2008-02-13 | make the mutex securing a flag which controls screen switched adaptive | drochner |
| 2008-01-14 | On suspend/resume, just detach/attach the X server (or whatever might | drochner |
| 2008-01-14 | restructure things a bit so that proclist_mutex is held between the | drochner |
| 2007-12-13 | Switch to console on suspend and shutdown, switch back to where the | joerg |
| 2007-12-13 | Stop the key pressed timeout on suspend to avoid virtually hanging keys, | joerg |
| 2007-12-10 | Wups, pmf_class_input_deregister is private; use pmf_device_deregister | jmcneill |
| 2007-12-10 | Deregister input class handler on detach. | jmcneill |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-12-01 | aprintify | jmcneill |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-10-19 | If you're going to use device_t, may as well include sys/device.h; unb0rks | dogcow |
| 2007-10-18 | Calling device_private once is enough. Reported by macallan@ | joerg |
| 2007-10-18 | Initialise the callbacks for tty.t_rstrt_ch in ttymalloc | joerg |
| 2007-10-18 | Use aprint API for output and convert to device_t/softc separation. | joerg |
| 2007-10-18 | Always declare wskbd_repeat to fix build without wsdisplay. | joerg |
| 2007-10-17 | Use callout_setfunc/callout_schedule and don't cast function pointers. | joerg |
| 2007-10-16 | Use callout_setfunc/callout_schedule instead of callout_reset. | joerg |
| 2007-08-27 | add type for Fujitsu AG-10e | macallan |
| 2007-08-06 | add scrollback support | macallan |
| 2007-08-06 | set the scrollmode flag when entering/leaving scroll mode, send scroll reset | macallan |