freebsd-skq/usr.sbin/kbdcontrol
ed a995cd062d Unhardcode 0x100 inside kbdcontrol.
In preparation for Unicode support for the keyboard layer, we'd better
get rid of all the hardcoded 0x100/0xff constants in kbdcontrol.
Instead, add a flag called SPECIAL stored in the top bit of the integer.

Adding Unicode support is very simple now; just change u_char map[] to
u_int map[] in keyent_t, change the bounds checking in kbdcontrol to
0x1FFFFF and modify the ioctls to allow loading these new keymaps.
2009-08-24 09:17:01 +00:00
..
kbdcontrol.1 Some clarifications to make keyboard configuration under syscons. 2008-01-29 18:28:50 +00:00
kbdcontrol.c Unhardcode 0x100 inside kbdcontrol. 2009-08-24 09:17:01 +00:00
kbdmap.5 Some clarifications to make keyboard configuration under syscons. 2008-01-29 18:28:50 +00:00
lex.h
lex.l
Makefile
path.h