]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r270647: Add references to vt(4) and the configuration files in /usr/sha
authorse <se@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 4 Sep 2014 13:45:16 +0000 (13:45 +0000)
committerse <se@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 4 Sep 2014 13:45:16 +0000 (13:45 +0000)
commit6b742fbe34b617552616df606368d3517435b4f1
tree85117772d5902447e7ca72f63e84c664a1e0252c
parent5f8e740512398237d8ca1137346fa13d26291f29
MFC r270647: Add references to vt(4) and the configuration files in /usr/sha
MFC r270653: Update man-pages to correctly refer to changed pathes and namin
MFC r270657: More man pages that need to know about vt in addition to syscon
MFC r270659: (by pluknet@) Missed comma.
MFC r270660: Back-out the references to vt(4) from this man-page. It appears
MFC r270933: Add references to vt(4) to further man-pages.
MFC r270934: Final patches to the tools used to convert syscons keymaps for
MFC r270935: Add vt(4) support to the console initialisation script, specifi

Second batch of MFCs to add support for Unicode keymaps for use with vt(4).

It contains the following changes:

- Add references to vt(4) to relevant man-pages.
- Update comment in defaults/rc.conf to mention vt
- Update rc.d/syscons to warn about syscons keymaps used under vt.
  An attempt is made to identify the vt keymap to load instead.
- Minor changes to the conversion tool based on mail comments on keymaps.

Relnotes: yes

git-svn-id: svn://svn.freebsd.org/base/stable/10@271095 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
20 files changed:
etc/defaults/rc.conf
etc/rc.d/syscons
sbin/conscontrol/conscontrol.8
share/man/man4/atkbd.4
share/man/man4/kbdmux.4
share/man/man4/ukbd.4
share/man/man4/vkbd.4
share/man/man4/vt.4
share/man/man5/rc.conf.5
share/man/man7/hier.7
share/man/man8/nanobsd.8
tools/tools/vt/keymaps/KBDFILES.map
tools/tools/vt/keymaps/convert-keymap.pl
usr.bin/lock/lock.1
usr.sbin/bsdconfig/bsdconfig.8
usr.sbin/bsdinstall/bsdinstall.8
usr.sbin/kbdcontrol/kbdcontrol.1
usr.sbin/kbdcontrol/kbdmap.5
usr.sbin/kbdmap/kbdmap.1
usr.sbin/vidcontrol/vidcontrol.1