aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/kbdmux
Commit message (Expand)AuthorAgeFilesLines
* Revert r281889:Pedro F. Giffuni2015-04-291-4/+0
* Plug memory leaks in kbdmux(4) (take 2)Pedro F. Giffuni2015-04-291-0/+4
* Revert r281889, it broke keyboard inputEd Maste2015-04-231-5/+0
* Plug memory leaks in kbdmux(4)Pedro F. Giffuni2015-04-231-0/+5
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+2
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-2/+0
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten2011-07-171-0/+1
* Explicitly tell the compiler that we don't care about the return valueRui Paulo2010-10-131-4/+4
* Use proper types in kbdmux_kbd_getc():Ed Schouten2009-06-081-2/+2
* Move buffer management into kbd and kbdmux drivers.Ed Schouten2009-06-051-22/+42
* Undo SVN rev 183283Maksim Yevmenkin2009-04-081-4/+4
* Since r188030 the error value for attach is returned, this means if kbdmuxAndrew Thompson2009-02-131-7/+6
* Properly retun error core from kbdmux_modevent()Maksim Yevmenkin2009-02-021-1/+1
* Use Giant for kbdmux(4) locking. This is to workaround the problemMaksim Yevmenkin2008-09-221-4/+4
* Don't include <sys/tty.h> in non-TTY drivers.Ed Schouten2008-07-241-1/+1
* Remove explicit calls to keyboard methods with their respective variantsWojciech A. Koszek2007-12-291-35/+14
* Fix kbdmux(4) issue with backslash/underscore key not working onMaksim Yevmenkin2007-07-111-0/+3
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-271-0/+29
* Revert back to always using *(int *)arg for now. While thisRuslan Ermilov2006-09-201-8/+8
* Make typecast expressions comply with style(9).Ruslan Ermilov2006-09-191-5/+5
* This time, really fix endian bugs accessing ioctl arguments thatRuslan Ermilov2006-09-191-8/+8
* Back out revision 1.8. The only thing it did was to break LEDs (andRuslan Ermilov2006-09-191-13/+13
* Add extra code into kbdmux(4)s read_char() method toMaksim Yevmenkin2006-07-271-0/+21
* Fix endian bugs accessing ioctl arguments that are passed by value.Maksim Yevmenkin2006-03-031-13/+13
* Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint.Maksim Yevmenkin2006-03-011-0/+4
* Plug memory leakMaksim Yevmenkin2006-02-271-0/+4
* Put a comment, explaining why kbdmux(4) had to be fixed.Maksim Yevmenkin2006-02-251-3/+12
* Fix hard lockup caused by kbdmux(4) when kbdmux(4), PS/2 keyboardMaksim Yevmenkin2006-02-251-1/+1
* Spotted a call to a cdev-related function not wrappedYaroslav Tykhiy2005-10-181-0/+2
* kbdmux(4) keyboard multiplexer integrationMaksim Yevmenkin2005-07-141-19/+24
* kbdmux(4) keyboard multiplexer integrationMaksim Yevmenkin2005-07-141-0/+1314