freebsd-dev/tools
Stefan Eßer 5a0fb8c8d6 The conversion tools have been further improved and some erroneous
conversions have been detected and fixed.

It is now possible to add options after the encoding in the parameter
list for convert-keymap.pl. This is currently used to selectively
enable interpretation of the ISO8859-1 currency symbol as the Euro
sign found in ISO5589-15, or to add a Yen symbol in place of '\' for
specific Japanese keyboards. The option are appended to the parameter
list, as in e.g. "convert-keymap.pl german.iso.kbd ISO5589-1 EURO".

The options are appended to the encoding in the form "+EURO" or "+YEN"
in KBDFILES.map, to keep the meaning of the columns intact.

MFC after:	3 days
2014-08-20 17:07:41 +00:00
..
bsdbox Replace all uses of libncurses and libtermcap with their wide character 2014-07-17 18:24:34 +00:00
build Don't stop other legs of a parallel build due to a failure in make_check. 2014-08-20 00:33:37 +00:00
bus_space
debugscripts
diag
ifnet * Handle ++x as well as x++ while converting. 2014-06-25 15:22:14 +00:00
kerneldoc
KSE
LibraryReport
regression Integrate lib/libutil into the build/kyua 2014-08-13 04:56:27 +00:00
sched
test Use the right length. 2014-07-25 20:49:59 +00:00
tools The conversion tools have been further improved and some erroneous 2014-08-20 17:07:41 +00:00
install.sh
make_libdeps.sh
README
tinder.sh

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.