summaryrefslogtreecommitdiffstats
path: root/sys/dev/kbdmux
Commit message (Expand)AuthorAgeFilesLines
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+2
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-2/+0
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-171-0/+1
* Explicitly tell the compiler that we don't care about the return valuerpaulo2010-10-131-4/+4
* Use proper types in kbdmux_kbd_getc():ed2009-06-081-2/+2
* Move buffer management into kbd and kbdmux drivers.ed2009-06-051-22/+42
* Undo SVN rev 183283emax2009-04-081-4/+4
* Since r188030 the error value for attach is returned, this means if kbdmuxthompsa2009-02-131-7/+6
* Properly retun error core from kbdmux_modevent()emax2009-02-021-1/+1
* Use Giant for kbdmux(4) locking. This is to workaround the problememax2008-09-221-4/+4
* Don't include <sys/tty.h> in non-TTY drivers.ed2008-07-241-1/+1
* Remove explicit calls to keyboard methods with their respective variantswkoszek2007-12-291-35/+14
* 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