Age | Commit message (Expand) | Author |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | Miod Vallat |
2013-12-02 | CIRCLEQ begone. | Kenneth R Westerback |
2013-11-17 | Distinguish between inteldrm and radeondrm. | Mark Kettenis |
2013-11-04 | Convert wskbd_set_mixervolume() to use a task internally instead of | Martin Pieuchot |
2013-11-04 | Better defaults for the screen burner settings: all unblank actions enabled, | Miod Vallat |
2013-10-30 | Fix jagged diagonal lines (kernel part) | Alexandr Shadchin |
2013-10-20 | No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into the | Miod Vallat |
2013-10-20 | Allow WSDISPLAYIO_GTYPE ioctl on the tty*cfg device (passing it back to tty*0). | Miod Vallat |
2013-10-20 | WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@ | Miod Vallat |
2013-10-18 | UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulation | Miod Vallat |
2013-10-18 | Add a conditional to disable most of the `abort state' code in the emulation | Miod Vallat |
2013-10-18 | Introduce a dedicated private header file to control the optional features | Miod Vallat |
2013-08-20 | Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white for | Mark Kettenis |
2013-07-06 | s/wsemuldisplaysubmatch/wsemuldisplaydevsubmatch/g | Mark Kettenis |
2013-07-05 | Add submatch function for use with config_found_sm(9). | Mark Kettenis |
2013-06-16 | Use (N * sizeof(u_int)) instead of (N * sizeof(int)) when malloc'ing u_int *. | Miod Vallat |
2013-06-15 | When we disable the burner when X is running, also set sc_burnout to 0 to | Mark Kettenis |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-12 | In wsdisplay_switchtoconsole(), make sure we really are the console before | Mark Kettenis |
2013-04-14 | Add escape codes for F21 to F24, continuing the existing sequence. Note that | Miod Vallat |
2013-03-10 | Make it possible to call wsdisplay_cnattach() to override an already attached | Mark Kettenis |
2013-01-06 | don't propagate XF86XK_Audio{Lower,Raise}Volume keys to userspace, | Alexandre Ratchov |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-29 | Add support for Elantech touchpads to pms(4). This allows the X synaptics(4) | Stefan Sperling |
2012-10-17 | #if NWSDISPLAY > 0 not #if WSDISPLAY > 0 | Jonathan Gray |
2012-07-22 | Fix for ClickPad. On issue pointed gilles@ and matthieu@ | Alexandr Shadchin |
2012-07-13 | Try to avoid using the same wchan name twice. | Theo de Raadt |
2012-04-17 | Add type numbers for upcoming sgi work, forgotten during newport(4) import. | Miod Vallat |
2012-03-28 | guenther notes that s_pid must also move to match | Theo de Raadt |
2012-03-28 | Yet another ioctl-related pid value. Should be the master of the | Theo de Raadt |
2011-11-09 | If directly open /dev/wskbdX, then wskbdX be removed from mux wskbd, | Alexandr Shadchin |
2011-09-20 | Prepare to add support ALPS touchpads | Alexandr Shadchin |
2011-08-17 | Adding support Synaptics touchpad. Thanks all for test. | Alexandr Shadchin |
2011-08-04 | In `string' state, accept bell (^G) as an end of sequence in addition to | Miod Vallat |
2011-07-03 | Fix return values of wsdisplaykqfilter and move some code so it matches | Nicholas Marriott |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-06-23 | a bit more ansi; ok tedu | Theo de Raadt |
2011-06-06 | Microphone mute button support from acpithinkpad (or elsewhere). | Theo de Raadt |
2011-05-05 | synaptics touchpad keep the current (pms) behaviour until WSMOUSEIO_SETMODE | Alexandr Shadchin |
2011-04-14 | Reducing number of call update_leds(). | Alexandr Shadchin |
2011-04-13 | wskbd_holdscreen() is not needed and can be removed | Alexandr Shadchin |
2011-04-07 | Prepare to add support Synaptics touchpads | Alexandr Shadchin |
2011-04-05 | Icelandic keyboard mapping. Commited from an Icelandic keyboard. | Miod Vallat |
2011-04-05 | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no | Philip Guenthe |
2011-01-30 | Report the compose key on sun keyboards in raw mode as a different keycode | Miod Vallat |
2010-11-20 | Change wsdisplay_kbdinput() to get an aray of keysym_t and a count, instead of | Miod Vallat |
2010-11-20 | Replace all mentions of sc_base.me_dispdv with sc_displaydv. The latter is a | Miod Vallat |
2010-09-01 | After all escape sequence processing, check for being beyond the last | Nicholas Marriott |
2010-08-28 | ansify function definitions, and constify a few arrays while there. | Miod Vallat |