summaryrefslogtreecommitdiffstats
path: root/sys/dev/kbdmux
Commit message (Expand)AuthorAgeFilesLines
* Fix kbdmux(4) issue with backslash/underscore key not working onemax2007-07-111-0/+3
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-0/+29
* Revert back to always using *(int *)arg for now. While thisru2006-09-201-8/+8
* Make typecast expressions comply with style(9).ru2006-09-191-5/+5
* This time, really fix endian bugs accessing ioctl arguments thatru2006-09-191-8/+8
* Back out revision 1.8. The only thing it did was to break LEDs (andru2006-09-191-13/+13
* Add extra code into kbdmux(4)s read_char() method toemax2006-07-271-0/+21
* Fix endian bugs accessing ioctl arguments that are passed by value.emax2006-03-031-13/+13
* Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint.emax2006-03-011-0/+4
* Plug memory leakemax2006-02-271-0/+4
* Put a comment, explaining why kbdmux(4) had to be fixed.emax2006-02-251-3/+12
* Fix hard lockup caused by kbdmux(4) when kbdmux(4), PS/2 keyboardemax2006-02-251-1/+1
* Spotted a call to a cdev-related function not wrappedyar2005-10-181-0/+2
* kbdmux(4) keyboard multiplexer integrationemax2005-07-141-19/+24
* kbdmux(4) keyboard multiplexer integrationemax2005-07-141-0/+1314
OpenPOWER on IntegriCloud