index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
kbdmux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add option to specify built-in keymap for kbdmux
emaste
2016-04-07
1
-0
/
+8
*
Revert r281889:
pfg
2015-04-29
1
-4
/
+0
*
Plug memory leaks in kbdmux(4) (take 2)
pfg
2015-04-29
1
-0
/
+4
*
Revert r281889, it broke keyboard input
emaste
2015-04-23
1
-5
/
+0
*
Plug memory leaks in kbdmux(4)
pfg
2015-04-23
1
-0
/
+5
*
This isn't functionally identical. In some cases a hint to disable
eadler
2012-10-22
1
-0
/
+2
*
Now that device disabling is generic, remove extraneous code from the
eadler
2012-10-22
1
-2
/
+0
*
Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.
ed
2011-07-17
1
-0
/
+1
*
Explicitly tell the compiler that we don't care about the return value
rpaulo
2010-10-13
1
-4
/
+4
*
Use proper types in kbdmux_kbd_getc():
ed
2009-06-08
1
-2
/
+2
*
Move buffer management into kbd and kbdmux drivers.
ed
2009-06-05
1
-22
/
+42
*
Undo SVN rev 183283
emax
2009-04-08
1
-4
/
+4
*
Since r188030 the error value for attach is returned, this means if kbdmux
thompsa
2009-02-13
1
-7
/
+6
*
Properly retun error core from kbdmux_modevent()
emax
2009-02-02
1
-1
/
+1
*
Use Giant for kbdmux(4) locking. This is to workaround the problem
emax
2008-09-22
1
-4
/
+4
*
Don't include <sys/tty.h> in non-TTY drivers.
ed
2008-07-24
1
-1
/
+1
*
Remove explicit calls to keyboard methods with their respective variants
wkoszek
2007-12-29
1
-35
/
+14
*
Fix kbdmux(4) issue with backslash/underscore key not working on
emax
2007-07-11
1
-0
/
+3
*
Fix our ioctl(2) implementation when the argument is "int". New
ru
2006-09-27
1
-0
/
+29
*
Revert back to always using *(int *)arg for now. While this
ru
2006-09-20
1
-8
/
+8
*
Make typecast expressions comply with style(9).
ru
2006-09-19
1
-5
/
+5
*
This time, really fix endian bugs accessing ioctl arguments that
ru
2006-09-19
1
-8
/
+8
*
Back out revision 1.8. The only thing it did was to break LEDs (and
ru
2006-09-19
1
-13
/
+13
*
Add extra code into kbdmux(4)s read_char() method to
emax
2006-07-27
1
-0
/
+21
*
Fix endian bugs accessing ioctl arguments that are passed by value.
emax
2006-03-03
1
-13
/
+13
*
Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint.
emax
2006-03-01
1
-0
/
+4
*
Plug memory leak
emax
2006-02-27
1
-0
/
+4
*
Put a comment, explaining why kbdmux(4) had to be fixed.
emax
2006-02-25
1
-3
/
+12
*
Fix hard lockup caused by kbdmux(4) when kbdmux(4), PS/2 keyboard
emax
2006-02-25
1
-1
/
+1
*
Spotted a call to a cdev-related function not wrapped
yar
2005-10-18
1
-0
/
+2
*
kbdmux(4) keyboard multiplexer integration
emax
2005-07-14
1
-19
/
+24
*
kbdmux(4) keyboard multiplexer integration
emax
2005-07-14
1
-0
/
+1314