| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4). |  tobhe | 2020-11-02 | 1 | -10/+15 |
* | Fix yet another panic in which wsevent_fini() ends up being called with |  anton | 2020-07-29 | 1 | -3/+3 |
* | Remove unused assignments. |  bru | 2020-04-26 | 1 | -3/+1 |
* | Move logic to change brightness level in reasonable steps from acpivout(4) |  kettenis | 2020-04-19 | 1 | -4/+6 |
* | Remove a chatty debug printf (not enabled by default) in wskbdopen() and |  anton | 2020-03-24 | 1 | -5/+2 |
* | Ensure that me_evp is still NULL before assignment during open of wscons |  anton | 2020-03-24 | 1 | -6/+11 |
* | zap trailing whitespace |  anton | 2020-03-22 | 1 | -7/+7 |
* | Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and |  visa | 2020-01-08 | 1 | -5/+5 |
* | wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@ |  cheloha | 2019-08-08 | 1 | -2/+2 |
* | Cleanup debug macros in wscons. Favor __func__ over spelling out the actual |  anton | 2019-05-22 | 1 | -9/+9 |
* | A wscons device may only be opened in read/write mode once. However, |  anton | 2019-05-22 | 1 | -2/+3 |
* | favor C99 initializers for improved grepability; ok mpi@ |  anton | 2019-02-19 | 1 | -6/+8 |
* | In wskbdclose(), use the same logic as in wskbdopen() to determine if |  anton | 2019-02-01 | 1 | -2/+3 |
* | Add support for TIOCGPGRP ioctl commands to wscons. |  anton | 2018-11-20 | 1 | -1/+8 |
* | No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl() |  anton | 2018-11-20 | 1 | -7/+1 |
* | Utilize sigio with wscons. The old behavior of always making the process group |  anton | 2018-11-19 | 1 | -12/+11 |
* | Try to get the layout from the default mux when attaching a console |  mpi | 2018-04-18 | 1 | -19/+8 |
* | Remove almost unused `flags' argument of suser(). |  mpi | 2018-02-19 | 1 | -3/+3 |
* | More sizes for free() in wscons(4). |  fcambus | 2018-01-22 | 1 | -2/+3 |
* | Add sizes for free() in wscons(4). |  fcambus | 2018-01-17 | 1 | -2/+2 |
* | Introduce a new keyboard console hook to enter ddb(4) and make ukbd(4) |  mpi | 2017-05-12 | 1 | -5/+18 |
* | Rename Debugger() into db_enter(). |  mpi | 2017-04-30 | 1 | -3/+3 |
* | Introduce a new knob to force the first USB keyboard as console input. |  mpi | 2017-03-11 | 1 | -4/+4 |
* | Add a WSKBDIO_GETENCODINGS ioctl that returns the supported keyboard |  kettenis | 2016-09-30 | 1 | -1/+17 |
* | add new ioctls to control keyboard backlights |  jung | 2015-12-12 | 1 | -1/+17 |
* | kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4). |  mpi | 2015-09-10 | 1 | -1/+11 |
* | yet more mallocarray() changes. |  doug | 2014-12-13 | 1 | -2/+4 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | It's init as a process that's special, not init's original thread. |  guenther | 2014-07-11 | 1 | -2/+2 |
* | Use a more appropriate malloc(9) type than M_TEMP for the keymap memory |  mpi | 2014-05-15 | 1 | -2/+2 |
* | Plug a memory leak, free the keymap's memory on detach. |  mpi | 2014-05-05 | 1 | -1/+3 |
* | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux |  miod | 2014-01-26 | 1 | -34/+76 |
* | Convert wskbd_set_mixervolume() to use a task internally instead of |  mpi | 2013-11-04 | 1 | -9/+5 |
* | UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulation |  miod | 2013-10-18 | 1 | -1/+3 |
* | Introduce a dedicated private header file to control the optional features |  miod | 2013-10-18 | 1 | -9/+5 |
* | don't propagate XF86XK_Audio{Lower,Raise}Volume keys to userspace, |  ratchov | 2013-01-06 | 1 | -3/+3 |
* | #if NWSDISPLAY > 0 not #if WSDISPLAY > 0 |  jsg | 2012-10-17 | 1 | -2/+2 |
* | If directly open /dev/wskbdX, then wskbdX be removed from mux wskbd, |  shadchin | 2011-11-09 | 1 | -1/+16 |
* | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and |  naddy | 2011-06-24 | 1 | -1/+3 |
* | a bit more ansi; ok tedu |  deraadt | 2011-06-23 | 1 | -3/+3 |
* | Microphone mute button support from acpithinkpad (or elsewhere). |  deraadt | 2011-06-06 | 1 | -5/+5 |
* | Reducing number of call update_leds(). |  shadchin | 2011-04-14 | 1 | -10/+7 |
* | wskbd_holdscreen() is not needed and can be removed |  shadchin | 2011-04-13 | 1 | -25/+4 |
* | Change wsdisplay_kbdinput() to get an aray of keysym_t and a count, instead of |  miod | 2010-11-20 | 1 | -17/+9 |
* | Replace all mentions of sc_base.me_dispdv with sc_displaydv. The latter is a |  miod | 2010-11-20 | 1 | -23/+23 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -5/+5 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
* | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). |  grange | 2009-01-21 | 1 | -7/+5 |
* | on i386 and amd64, let ctrl-alt-delete let you enter ddb if ddb.console=1 |  dlg | 2008-12-21 | 1 | -2/+14 |
* | KNF |  gilles | 2007-09-11 | 1 | -2/+2 |