| Age | Commit message (Expand) | Author |
| 2010-03-12 | Add mappings for KS_End/KS_KP_End, so that the `End' key actually does | jdc |
| 2010-03-11 | various aprint_* fixes. | mrg |
| 2010-02-25 | retire our private definitions for the scan1/3/5/7/9 DEC graphics | drochner |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-11 | put back the "vt100base_data" variable which was souce of confusion, | drochner |
| 2010-02-10 | Remove accidental commit. | skrll |
| 2010-02-10 | Oops. Whitespace in previous. | skrll |
| 2010-02-10 | Allow big parts of the vt100 emulation code (what is in | drochner |
| 2010-02-05 | add some missing (mostly hungarian or polish) dead accent combinations, | drochner |
| 2010-02-02 | give up some silly macros which were only used ~once, and reduce | drochner |
| 2010-02-02 | add hooks to allow terminal emulations to be installed by LKMs | drochner |
| 2010-01-28 | -rename the "KS_GROUP_Ascii" key symbol category to "Plain" because | drochner |
| 2010-01-13 | revert brainfart | macallan |
| 2010-01-12 | send PMF events for volume control keys | macallan |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-12-31 | add WSDISPLAY_TYPE_XVR1000 | macallan |
| 2009-11-15 | Reserve WSDISPLAY_TYPE for DisplayLink DL-1x0/DL-1x5 USB LCDs and | tsutsui |
| 2009-10-04 | Don't call usl_sync_check_sig from an interrupt context. Call it only if waitok. | christos |
| 2009-08-20 | add vcons_replay_msgbuf() for use by wsdisplay drivers to replay the message | macallan |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 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 |