freebsd-dev/usr.sbin/kbdcontrol
Ed Schouten b05f9c86d1 Make the keyboard layer Unicode aware.
Just take keyent_t to use an u_int to store the Unicode codepoints.
Unfortunately the keymap is now too big to be loaded using an ioctl
argument, so change the ioctl to pick a pointer.

This change breaks kbdcontrol ABI. It doesn't break X11, because X11
doesn't do anything with syscons keymaps. It just switches the device
out of K_XLATE.

Obtained from:	//depot/user/ed/newcons/...
2009-09-19 17:56:26 +00:00
..
kbdcontrol.1 Some clarifications to make keyboard configuration under syscons. 2008-01-29 18:28:50 +00:00
kbdcontrol.c Make the keyboard layer Unicode aware. 2009-09-19 17:56:26 +00:00
kbdmap.5 Make the keyboard layer Unicode aware. 2009-09-19 17:56:26 +00:00
lex.h
lex.l
Makefile
path.h