History log of /freebsd-9.3-release/usr.sbin/kbdcontrol/kbdmap.5
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 197330 19-Sep-2009 ed

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/...


# 175799 29-Jan-2008 trhodes

Some clarifications to make keyboard configuration under syscons.

PR: 89325
Submitted by: Oliver Fromme <olli@secnetix.de>
Reviewed by: emax


# 134117 21-Aug-2004 simon

mdoc(7) janitor:
- Fix hard sentence breaks.

MFC after: 3 days


# 132993 02-Aug-2004 scottl

Document machdep.enable_panic_key.

Submitted by: Craig Rodrigues


# 80898 01-Aug-2001 sheldonh

MFS: in HISTORY section, fix release number of first appearance


# 79755 15-Jul-2001 dd

Remove whitespace at EOL.


# 74145 12-Mar-2001 ache

Document newly added "paste" keyword


# 68965 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 65806 13-Sep-2000 dwmalone

Man page for the file format accepted by "kbdcontrol -l".

PR: 19260
Reviewed by: sheldonh