Age | Commit message (Expand) | Author |
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 |
2010-07-31 | Support extra F-keys (up to F24) on HID keyboards. | Miod Vallat |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-07-01 | Make it possible to get the screen types and emulations for a wsdisplay. | Mats O Jansson |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-03-30 | Prevent the apmd/x races for good. | Owain Ainsworth |
2010-03-07 | Minimalistic driver for the ImpactSR (Mardigras) video option found on older | Miod Vallat |
2010-03-04 | Add wsdisplay type for SGI VPro (aka Odyssey) | Joel Sing |
2010-02-28 | Minimal frame buffer driver for the SiS 315 found on Lemote Fuloong systems. | Miod Vallat |
2009-12-25 | A couple more device types. | Miod Vallat |
2009-12-10 | a few sizeof(array)/sizeof(array[0]) -> nitems(array) conversions found while | Owain Ainsworth |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-10-31 | KNOTE() after selwakeup(); ok miod | Theo de Raadt |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-09-21 | Document a private ioctl range for wscons drivers (from Miod). Therefore | Marcus Glocker |
2009-09-14 | Correctly empty the tty rings in wsdisplaystart() if the display is | Miod Vallat |
2009-09-05 | Buglet crept in. | Miod Vallat |
2009-09-05 | Check the return value of all emulops in the emulation code, and abort | Miod Vallat |
2009-09-05 | Make the output() wsemul_op return the number of characters processed and | Miod Vallat |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-09-05 | Rework internal interfaces in the wsdisplay emulation code to prepare for | Miod Vallat |
2009-07-03 | Add a wsdisplay type for an upcoming driver for the Sun XVR-100 framebuffer. | Mark Kettenis |
2009-06-03 | Define a wsdisplay type for gfxp(4). | Mark Kettenis |
2009-06-02 | Define a proper wsdisplay type for machfb(4). | Mark Kettenis |
2009-05-31 | The wsmouse support code has been written for pcvt long ago, then lifted | Miod Vallat |
2009-05-31 | Do not access sc_scr[-1] from the wsmoused-related code if | Miod Vallat |
2009-05-31 | Make sure wsdisplay_kbdholdscreen() checks whether the screen has a tty | Miod Vallat |
2009-05-20 | Add code to attach sun mice on sparc and sparc64 as wsmouse devices. Since | Miod Vallat |
2009-05-09 | Initial console device driver for USB displays based on the DisplayLink | Marcus Glocker |
2009-05-06 | When computing output result for jump scroll purposes, do not count LF | Miod Vallat |
2009-03-12 | Define a proper wsdisplay type for raptor(4). | Mark Kettenis |