Age | Commit message (Expand) | Author |
2019-05-22 | Cleanup debug macros in wscons. Favor __func__ over spelling out the actual | anton |
2019-05-22 | A wscons device may only be opened in read/write mode once. However, | anton |
2019-02-19 | favor C99 initializers for improved grepability; ok mpi@ | anton |
2019-02-01 | In wskbdclose(), use the same logic as in wskbdopen() to determine if | anton |
2018-11-20 | Add support for TIOCGPGRP ioctl commands to wscons. | anton |
2018-11-20 | No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl() | anton |
2018-11-19 | Utilize sigio with wscons. The old behavior of always making the process group | anton |
2018-04-18 | Try to get the layout from the default mux when attaching a console | Martin Pieuchot |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-01-22 | More sizes for free() in wscons(4). | Frederic Cambus |
2018-01-17 | Add sizes for free() in wscons(4). | Frederic Cambus |
2017-05-12 | Introduce a new keyboard console hook to enter ddb(4) and make ukbd(4) | Martin Pieuchot |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-03-11 | Introduce a new knob to force the first USB keyboard as console input. | Martin Pieuchot |
2016-09-30 | Add a WSKBDIO_GETENCODINGS ioctl that returns the supported keyboard | Mark Kettenis |
2015-12-12 | add new ioctls to control keyboard backlights | Joerg Jung |
2015-09-10 | kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4). | Martin Pieuchot |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | It's init as a process that's special, not init's original thread. | Philip Guenther |
2014-05-15 | Use a more appropriate malloc(9) type than M_TEMP for the keymap memory | Martin Pieuchot |
2014-05-05 | Plug a memory leak, free the keymap's memory on detach. | Martin Pieuchot |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | Miod Vallat |
2013-11-04 | Convert wskbd_set_mixervolume() to use a task internally instead of | Martin Pieuchot |
2013-10-18 | UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulation | Miod Vallat |
2013-10-18 | Introduce a dedicated private header file to control the optional features | Miod Vallat |
2013-01-06 | don't propagate XF86XK_Audio{Lower,Raise}Volume keys to userspace, | Alexandre Ratchov |
2012-10-17 | #if NWSDISPLAY > 0 not #if WSDISPLAY > 0 | Jonathan Gray |
2011-11-09 | If directly open /dev/wskbdX, then wskbdX be removed from mux wskbd, | Alexandr Shadchin |
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-04-14 | Reducing number of call update_leds(). | Alexandr Shadchin |
2011-04-13 | wskbd_holdscreen() is not needed and can be removed | Alexandr Shadchin |
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-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2008-12-21 | on i386 and amd64, let ctrl-alt-delete let you enter ddb if ddb.console=1 | David Gwynne |
2007-09-11 | KNF | Gilles Chehade |
2007-09-10 | more MALLOC/FREE -> malloc/free and M_ZERO changes | Gilles Chehade |
2007-06-02 | little fixes to get hotkeys working again. from alexey vatchenko | Ted Unangst |
2007-05-31 | switch wskbd hotkeys over to workq. this eliminates quite a bit of code, | Ted Unangst |
2007-03-25 | POLLERR is the correct return code for poll errors | Ted Unangst |
2006-08-14 | Really do what I intended on SMALL_KERNEL configurations. | Miod Vallat |
2006-08-14 | Add an attribute to the keyboard devices which can produce the keys the | Miod Vallat |
2006-08-06 | Do not try and mate wskbd0 and wsdisplay0 if there is now wsdisplay in the | Miod Vallat |
2006-08-05 | On platforms which do not use wsmux (because they can't have more than one | Miod Vallat |
2006-08-01 | Avoid a few NULL dereferences, and boot -c works on vax with glass console. | Miod Vallat |