[Glibc-bsd-commits] r3268 - in trunk/freebsd-utils/debian: . patches sys

Petr Salinger ps-guest at alioth.debian.org
Thu Feb 17 09:22:56 UTC 2011


Author: ps-guest
Date: 2011-02-17 09:22:45 +0000 (Thu, 17 Feb 2011)
New Revision: 3268

Added:
   trunk/freebsd-utils/debian/sys/
   trunk/freebsd-utils/debian/sys/mount.h
Removed:
   trunk/freebsd-utils/debian/patches/000_mkuzip.diff
   trunk/freebsd-utils/debian/patches/032_delete_key.diff
Modified:
   trunk/freebsd-utils/debian/changelog
   trunk/freebsd-utils/debian/control
   trunk/freebsd-utils/debian/patches/series
   trunk/freebsd-utils/debian/rules
Log:
freebsd-utils based on 8.2


Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2011-02-17 09:20:52 UTC (rev 3267)
+++ trunk/freebsd-utils/debian/changelog	2011-02-17 09:22:45 UTC (rev 3268)
@@ -1,22 +1,36 @@
-freebsd-utils (8.2-0) UNRELEASED; urgency=low
+freebsd-utils (8.2-1) UNRELEASED; urgency=low
 
+  [ Petr Salinger ]
+  * Based on FreeBSD 8.2.
+
   [ Robert Millan ]
   * Require kfreebsd-kernel-headers >= 0.54.
   * Add mkuzip.
   * Set freebsd-net-tools-udeb to kfreebsd-any.
+  * Remove dependency on ufsutils. (Closes: #595040)
 
   [ Tuco Xyz ]
   * Add dumpon and savecore.
 
+ -- Robert Millan <rmh at debian.org>  Wed, 09 Feb 2011 17:42:15 +0100
+
+freebsd-utils (8.1-4) unstable; urgency=low
+
   [ Petr Salinger ]
   * enhance kbdcontrol.init, related to Debian Policy,
     9.8 Keyboard configuration. See: #605777.
+ 
+ -- Aurelien Jarno <aurel32 at debian.org>  Sat, 22 Jan 2011 23:44:13 +0100
 
-  [ Robert Millan ]
-  * Remove dependency on ufsutils. (Closes: #595040)
+freebsd-utils (8.1-3.1) unstable; urgency=high
 
- -- Robert Millan <rmh at debian.org>  Wed, 09 Feb 2011 17:42:15 +0100
+  * Non-maintainer upload (requested by Petr).
+  * Revert 032_delete_key.diff
+    The proper solution needs more changes, unsuitable during deep freeze.
+    See #605065, #605777, #607662.
 
+ -- Robert Millan <rmh at debian.org>  Wed, 05 Jan 2011 10:05:19 +0100
+
 freebsd-utils (8.1-3) unstable; urgency=low
 
   [ Aurelien Jarno ]

Modified: trunk/freebsd-utils/debian/control
===================================================================
--- trunk/freebsd-utils/debian/control	2011-02-17 09:20:52 UTC (rev 3267)
+++ trunk/freebsd-utils/debian/control	2011-02-17 09:22:45 UTC (rev 3268)
@@ -4,9 +4,14 @@
 Maintainer: GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>
 Uploaders: Aurelien Jarno <aurel32 at debian.org>, Guillem Jover <guillem at debian.org>
 Build-Depends: debhelper (>= 7), quilt, po-debconf, freebsd-buildutils,
- libkvm-dev (>= 8.1), libbsd-dev (>= 0.2.0), libc0.1-dev (>= 2.11.2),
- flex | flex-old, kfreebsd-kernel-headers (>= 0.54), libmemstat-dev, libnetgraph-dev,
- libipx-dev, libkiconv-dev, libgeom-dev, libdevstat-dev, libsbuf-dev, libcam-dev (>= 8.1),
+ libkvm-dev (>= 8.2),
+ libbsd-dev (>= 0.2.0),
+ libc0.1-dev (>= 2.11.2),
+ flex | flex-old, 
+ kfreebsd-kernel-headers (>= 0.54), 
+ libmemstat-dev, libnetgraph-dev,
+ libipx-dev, libkiconv-dev, libgeom-dev, libdevstat-dev,
+ libsbuf-dev (>= 8.2), libcam-dev (>= 8.2),
  libedit-dev, sharutils
 # libkvm-dev: dmesg
 # libgeom-dev : ccdconfig

Deleted: trunk/freebsd-utils/debian/patches/000_mkuzip.diff
===================================================================
--- trunk/freebsd-utils/debian/patches/000_mkuzip.diff	2011-02-17 09:20:52 UTC (rev 3267)
+++ trunk/freebsd-utils/debian/patches/000_mkuzip.diff	2011-02-17 09:22:45 UTC (rev 3268)
@@ -1,403 +0,0 @@
-diff -Nur a/usr.bin/mkuzip/Makefile b/usr.bin/mkuzip/Makefile
---- a/usr.bin/mkuzip/Makefile	1970-01-01 01:00:00.000000000 +0100
-+++ b/usr.bin/mkuzip/Makefile	2005-05-02 19:38:49.000000000 +0200
-@@ -0,0 +1,11 @@
-+# $FreeBSD$
-+
-+PROG=	mkuzip
-+MAN=	mkuzip.8
-+
-+DPADD=	${LIBZ}
-+LDADD=	-lz
-+
-+WARNS?=	6
-+
-+.include <bsd.prog.mk>
-diff -Nur a/usr.bin/mkuzip/mkuzip.8 b/usr.bin/mkuzip/mkuzip.8
---- a/usr.bin/mkuzip/mkuzip.8	1970-01-01 01:00:00.000000000 +0100
-+++ b/usr.bin/mkuzip/mkuzip.8	2006-09-29 17:20:48.000000000 +0200
-@@ -0,0 +1,106 @@
-+.\" ----------------------------------------------------------------------------
-+.\" "THE BEER-WARE LICENSE" (Revision 42):
-+.\" <sobomax at FreeBSD.ORG> wrote this file. As long as you retain this notice you
-+.\" can do whatever you want with this stuff. If we meet some day, and you think
-+.\" this stuff is worth it, you can buy me a beer in return.       Maxim Sobolev
-+.\" ----------------------------------------------------------------------------
-+.\"
-+.\" $FreeBSD$
-+.\"
-+.Dd March 17, 2006
-+.Dt MKUZIP 8
-+.Os
-+.Sh NAME
-+.Nm mkuzip
-+.Nd compress disk image for use with
-+.Xr geom_uzip 4
-+class
-+.Sh SYNOPSIS
-+.Nm
-+.Op Fl v
-+.Op Fl o Ar outfile
-+.Op Fl s Ar cluster_size
-+.Ar infile
-+.Sh DESCRIPTION
-+The
-+.Nm
-+utility compresses a disk image file so that the
-+.Xr geom_uzip 4
-+class will be able to decompress the resulting image at run-time.
-+This allows for a significant reduction of size of disk image at
-+the expense of some CPU time required to decompress the data each
-+time it is read.
-+The
-+.Nm
-+utility
-+works in two phases:
-+.Bl -enum
-+.It
-+An
-+.Ar infile
-+image is split into clusters; each cluster is compressed using
-+.Xr zlib 3 .
-+.It
-+The resulting set of compressed clusters along with headers that allow
-+locating each individual cluster is written to the output file.
-+.El
-+.Pp
-+The options are:
-+.Bl -tag -width indent
-+.It Fl o Ar outfile
-+Name of the output file
-+.Ar outfile .
-+The default is to use the input name with the suffix
-+.Pa .uzip .
-+.It Fl s Ar cluster_size
-+Split the image into clusters of
-+.Ar cluster_size
-+bytes, 16384 bytes by default.
-+The
-+.Ar cluster_size
-+should be a multiple of 512 bytes.
-+.It Fl v
-+Display verbose messages.
-+.El
-+.Sh NOTES
-+The compression ratio largely depends on the cluster size used.
-+.\" The following two sentences are unclear: how can gzip(1) be
-+.\" used in a comparable fashion, and wouldn't a gzip-compressed
-+.\" image suffer from larger cluster sizes as well?
-+For large cluster sizes (16K and higher), typical compression ratios
-+are only 1-2% less than those achieved with
-+.Xr gzip 1 .
-+However, it should be kept in mind that larger cluster
-+sizes lead to higher overhead in the
-+.Xr geom_uzip 4
-+class, as the class has to decompress the whole cluster even if
-+only a few bytes from that cluster have to be read.
-+.Pp
-+The
-+.Nm
-+utility
-+inserts a short shell script at the beginning of the generated image,
-+which makes it possible to
-+.Dq run
-+the image just like any other shell script.
-+The script tries to load the
-+.Xr geom_uzip 4
-+class if it is not loaded, configure the image as an
-+.Xr md 4
-+disk device using
-+.Xr mdconfig 8 ,
-+and automatically mount it using
-+.Xr mount_cd9660 8
-+on the mount point provided as the first argument to the script.
-+.Sh EXIT STATUS
-+.Ex -std
-+.Sh SEE ALSO
-+.Xr gzip 1 ,
-+.Xr zlib 3 ,
-+.Xr geom 4 ,
-+.Xr geom_uzip 4 ,
-+.Xr md 4 ,
-+.Xr mdconfig 8 ,
-+.Xr mount_cd9660 8
-+.Sh AUTHORS
-+.An Maxim Sobolev Aq sobomax at FreeBSD.org
-diff -Nur a/usr.bin/mkuzip/mkuzip.c b/usr.bin/mkuzip/mkuzip.c
---- a/usr.bin/mkuzip/mkuzip.c	1970-01-01 01:00:00.000000000 +0100
-+++ b/usr.bin/mkuzip/mkuzip.c	2007-03-06 18:04:15.000000000 +0100
-@@ -0,0 +1,274 @@
-+/*
-+ * ----------------------------------------------------------------------------
-+ * "THE BEER-WARE LICENSE" (Revision 42):
-+ * <sobomax at FreeBSD.ORG> wrote this file. As long as you retain this notice you
-+ * can do whatever you want with this stuff. If we meet some day, and you think
-+ * this stuff is worth it, you can buy me a beer in return.       Maxim Sobolev
-+ * ----------------------------------------------------------------------------
-+ *
-+ * $FreeBSD$
-+ *
-+ */
-+
-+#include <sys/types.h>
-+#include <sys/disk.h>
-+#include <sys/endian.h>
-+#include <sys/param.h>
-+#include <sys/stat.h>
-+#include <sys/uio.h>
-+#include <netinet/in.h>
-+#include <zlib.h>
-+#include <err.h>
-+#include <fcntl.h>
-+#include <signal.h>
-+#include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+#include <unistd.h>
-+
-+#define CLSTSIZE	16384
-+#define DEFAULT_SUFX	".uzip"
-+
-+#define CLOOP_MAGIC_LEN 128
-+static char CLOOP_MAGIC_START[] = "#!/bin/sh\n#V2.0 Format\n"
-+    "m=geom_uzip\n(kldstat -m $m 2>&-||kldload $m)>&-&&"
-+    "mount_cd9660 /dev/`mdconfig -af $0`.uzip $1\nexit $?\n";
-+
-+static char *readblock(int, char *, u_int32_t);
-+static void usage(void);
-+static void *safe_malloc(size_t);
-+static void cleanup(void);
-+
-+static char *cleanfile = NULL;
-+
-+int main(int argc, char **argv)
-+{
-+	char *iname, *oname, *obuf, *ibuf;
-+	uint64_t *toc;
-+	int fdr, fdw, i, opt, verbose, tmp;
-+	struct iovec iov[2];
-+	struct stat sb;
-+	uLongf destlen;
-+	uint64_t offset;
-+	struct cloop_header {
-+		char magic[CLOOP_MAGIC_LEN];    /* cloop magic */
-+		uint32_t blksz;                 /* block size */
-+		uint32_t nblocks;               /* number of blocks */
-+	} hdr;
-+
-+	memset(&hdr, 0, sizeof(hdr));
-+	hdr.blksz = CLSTSIZE;
-+	strcpy(hdr.magic, CLOOP_MAGIC_START);
-+	oname = NULL;
-+	verbose = 0;
-+
-+	while((opt = getopt(argc, argv, "o:s:v")) != -1) {
-+		switch(opt) {
-+		case 'o':
-+			oname = optarg;
-+			break;
-+
-+		case 's':
-+			tmp = atoi(optarg);
-+			if (tmp <= 0) {
-+				errx(1, "invalid cluster size specified: %s",
-+				    optarg);
-+				/* Not reached */
-+			}
-+			if (tmp % DEV_BSIZE != 0) {
-+				errx(1, "cluster size should be multiple of %d",
-+				    DEV_BSIZE);
-+				/* Not reached */
-+			}
-+			if (compressBound(tmp) > MAXPHYS) {
-+				errx(1, "cluster size is too large");
-+				    /* Not reached */
-+			}
-+			hdr.blksz = tmp;
-+			break;
-+
-+		case 'v':
-+			verbose = 1;
-+			break;
-+
-+		default:
-+			usage();
-+			/* Not reached */
-+		}
-+	}
-+	argc -= optind;
-+	argv += optind;
-+
-+	if (argc != 1) {
-+		usage();
-+		/* Not reached */
-+	}
-+
-+	iname = argv[0];
-+	if (oname == NULL) {
-+		asprintf(&oname, "%s%s", iname, DEFAULT_SUFX);
-+		if (oname == NULL) {
-+			err(1, "can't allocate memory");
-+			/* Not reached */
-+		}
-+	}
-+
-+	obuf = safe_malloc(compressBound(hdr.blksz));
-+	ibuf = safe_malloc(hdr.blksz);
-+
-+	signal(SIGHUP, exit);
-+	signal(SIGINT, exit);
-+	signal(SIGTERM, exit);
-+	signal(SIGXCPU, exit);
-+	signal(SIGXFSZ, exit);
-+	atexit(cleanup);
-+
-+	fdr = open(iname, O_RDONLY);
-+	if (fdr < 0) {
-+		err(1, "open(%s)", iname);
-+		/* Not reached */
-+	}
-+	if (fstat(fdr, &sb) != 0) {
-+		err(1, "fstat(%s)", iname);
-+		/* Not reached */
-+	}
-+	if (S_ISCHR(sb.st_mode)) {
-+		off_t ms;
-+
-+		if (ioctl(fdr, DIOCGMEDIASIZE, &ms) < 0) {
-+			err(1, "ioctl(DIOCGMEDIASIZE)");
-+			/* Not reached */
-+		}
-+		sb.st_size = ms;
-+	} else if (!S_ISREG(sb.st_mode)) {
-+		fprintf(stderr, "%s: not a character device or regular file\n",
-+			iname);
-+		exit(1);
-+	}
-+	hdr.nblocks = sb.st_size / hdr.blksz;
-+	if ((sb.st_size % hdr.blksz) != 0) {
-+		if (verbose != 0)
-+			fprintf(stderr, "file size is not multiple "
-+			"of %d, padding data\n", hdr.blksz);
-+		hdr.nblocks++;
-+	}
-+	toc = safe_malloc((hdr.nblocks + 1) * sizeof(*toc));
-+
-+	fdw = open(oname, O_WRONLY | O_TRUNC | O_CREAT,
-+		   S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
-+	if (fdw < 0) {
-+		err(1, "open(%s)", oname);
-+		/* Not reached */
-+	}
-+	cleanfile = oname;
-+
-+	/* Prepare header that we will write later when we have index ready. */
-+	iov[0].iov_base = (char *)&hdr;
-+	iov[0].iov_len = sizeof(hdr);
-+	iov[1].iov_base = (char *)toc;
-+	iov[1].iov_len = (hdr.nblocks + 1) * sizeof(*toc);
-+	offset = iov[0].iov_len + iov[1].iov_len;
-+
-+	/* Reserve space for header */
-+	lseek(fdw, offset, SEEK_SET);
-+
-+	if (verbose != 0)
-+		fprintf(stderr, "data size %ju bytes, number of clusters "
-+		    "%u, index length %zu bytes\n", sb.st_size,
-+		    hdr.nblocks, iov[1].iov_len);
-+
-+	for(i = 0; i == 0 || ibuf != NULL; i++) {
-+		ibuf = readblock(fdr, ibuf, hdr.blksz);
-+		if (ibuf != NULL) {
-+			destlen = compressBound(hdr.blksz);
-+			if (compress2(obuf, &destlen, ibuf, hdr.blksz,
-+			    Z_BEST_COMPRESSION) != Z_OK) {
-+				errx(1, "can't compress data: compress2() "
-+				    "failed");
-+				/* Not reached */
-+			}
-+			if (verbose != 0)
-+				fprintf(stderr, "cluster #%d, in %u bytes, "
-+				    "out %lu bytes\n", i, hdr.blksz, destlen);
-+		} else {
-+			destlen = DEV_BSIZE - (offset % DEV_BSIZE);
-+			memset(obuf, 0, destlen);
-+			if (verbose != 0)
-+				fprintf(stderr, "padding data with %lu bytes so "
-+				    "that file size is multiple of %d\n", destlen,
-+				    DEV_BSIZE);
-+		}
-+		if (write(fdw, obuf, destlen) < 0) {
-+			err(1, "write(%s)", oname);
-+			/* Not reached */
-+		}
-+		toc[i] = htobe64(offset);
-+		offset += destlen;
-+	}
-+	close(fdr);
-+
-+	if (verbose != 0)
-+		fprintf(stderr, "compressed data to %ju bytes, saved %lld "
-+		    "bytes, %.2f%% decrease.\n", offset, (long long)(sb.st_size - offset),
-+		    100.0 * (long long)(sb.st_size - offset) / (float)sb.st_size);
-+
-+	/* Convert to big endian */
-+	hdr.blksz = htonl(hdr.blksz);
-+	hdr.nblocks = htonl(hdr.nblocks);
-+	/* Write headers into pre-allocated space */
-+	lseek(fdw, 0, SEEK_SET);
-+	if (writev(fdw, iov, 2) < 0) {
-+		err(1, "writev(%s)", oname);
-+		/* Not reached */
-+	}
-+	cleanfile = NULL;
-+	close(fdw);
-+
-+	exit(0);
-+}
-+
-+static char *
-+readblock(int fd, char *ibuf, u_int32_t clstsize)
-+{
-+	int numread;
-+
-+	bzero(ibuf, clstsize);
-+	numread = read(fd, ibuf, clstsize);
-+	if (numread < 0) {
-+		err(1, "read() failed");
-+		/* Not reached */
-+	}
-+	if (numread == 0) {
-+		return NULL;
-+	}
-+	return ibuf;
-+}
-+
-+static void
-+usage(void)
-+{
-+
-+	fprintf(stderr, "usage: mkuzip [-v] [-o outfile] [-s cluster_size] infile\n");
-+	exit(1);
-+}
-+
-+static void *
-+safe_malloc(size_t size)
-+{
-+	void *retval;
-+
-+	retval = malloc(size);
-+	if (retval == NULL) {
-+		err(1, "can't allocate memory");
-+		/* Not reached */
-+	}
-+	return retval;
-+}
-+
-+static void
-+cleanup(void)
-+{
-+
-+	if (cleanfile != NULL)
-+		unlink(cleanfile);
-+}

Deleted: trunk/freebsd-utils/debian/patches/032_delete_key.diff
===================================================================
--- trunk/freebsd-utils/debian/patches/032_delete_key.diff	2011-02-17 09:20:52 UTC (rev 3267)
+++ trunk/freebsd-utils/debian/patches/032_delete_key.diff	2011-02-17 09:22:45 UTC (rev 3268)
@@ -1,2102 +0,0 @@
---- a/share/syscons/keymaps/us.iso.kbd
-+++ b/share/syscons/keymaps/us.iso.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/ua.koi8-u.kbd
-+++ b/share/syscons/keymaps/ua.koi8-u.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    '%'    nop    nop     O
-   012   '-'    '_'    ns     ns     '-'    '_'    ns     ns      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    btab   btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    202    234    dc1    dc1     C
-   017   'w'    'W'    etb    etb    195    227    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   alock  alock  alock  alock  alock  alock  alock  alock   O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-@@ -106,7 +106,7 @@
-   100   fkey58 fkey58 fkey78 fkey58 fkey58 fkey58 fkey58 fkey58  O
-   101   fkey59 fkey59 fkey79 fkey59 fkey59 fkey59 fkey59 fkey59  O
-   102   fkey60 paste  fkey80 fkey60 fkey60 fkey60 fkey60 fkey60  O
--  103   del    del    fkey81 del    fkey61 fkey61 boot   boot    O
-+  103   fkey61 fkey61 fkey81 fkey61 fkey61 fkey61 boot   boot    O
-   104   slock  slock  slock  slock  slock  slock  slock  slock   O
-   105   meta   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
-   106   meta   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/by.cp1131.kbd
-+++ b/share/syscons/keymaps/by.cp1131.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   alock    alock    alock    alock    alock    alock    alock    alock     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/kk.pt154.kst.kbd
-+++ b/share/syscons/keymaps/kk.pt154.kst.kbd
-@@ -19,7 +19,7 @@
-   011   '0'    ')'    nop    nop    176    169    nop    nop     O
-   012   '-'    '_'    us     us     173    223    159    159     O
-   013   '='    '+'    nop    nop    189    171    nop    nop     O
--  014   bs     bs     del    del    136    136    255    255     O
-+  014   del    del    del    del    136    136    255    255     O
-   015   ht     btab   nop    nop    137    btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    241    209    145    145     C
-   017   'w'    'W'    etb    etb    247    215    151    151     C
-@@ -88,7 +88,7 @@
-   080   fkey58 '2'    '2'    '2'    178    178    178    178     N
-   081   fkey59 '3'    '3'    '3'    179    179    179    179     N
-   082   fkey60 '0'    '0'    '0'    176    176    176    176     N
--  083   del    '.'    '.'    '.'    174    174    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    174    174    boot   boot    N
-   084   alock  alock  alock  alock  alock  alock  alock  alock   O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/ua.iso5.kbd
-+++ b/share/syscons/keymaps/ua.iso5.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    '%'    nop    nop     O
-   012   '-'    '_'    ns     ns     '-'    '_'    ns     ns      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    btab   btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    217    185    dc1    dc1     C
-   017   'w'    'W'    etb    etb    230    198    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   alock  alock  alock  alock  alock  alock  alock  alock   O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-@@ -107,7 +107,7 @@
-   100   fkey58 fkey58 fkey78 fkey58 fkey58 fkey58 fkey58 fkey58  O
-   101   fkey59 fkey59 fkey79 fkey59 fkey59 fkey59 fkey59 fkey59  O
-   102   fkey60 paste  fkey80 fkey60 fkey60 fkey60 fkey60 fkey60  O
--  103   del    del    fkey81 del    fkey61 fkey61 boot   boot    O
-+  103   fkey61 fkey61 fkey81 fkey61 fkey61 fkey61 boot   boot    O
-   104   slock  saver  slock  saver  susp   nop    susp   nop     O
-   105   meta   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
-   106   meta   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/danish.iso.acc.kbd
-+++ b/share/syscons/keymaps/danish.iso.acc.kbd
-@@ -42,7 +42,7 @@
-   011   '0'    '='    nop    nop    '}'    '='    nop    nop     O
-   012   '+'    '?'    nop    nop    '+'    191    nop    nop     O
-   013   dacu   dgra   nop    nop    '|'    '`'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -111,7 +111,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    fs     fs     '\'    '>'    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/by.cp1251.kbd
-+++ b/share/syscons/keymaps/by.cp1251.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   alock    alock    alock    alock    alock    alock    alock    alock     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/dutch.iso.acc.kbd
-+++ b/share/syscons/keymaps/dutch.iso.acc.kbd
-@@ -24,7 +24,7 @@
-   011   '0'    '''    nop    nop    191    ')'    nop    nop     O
-   012   '/'    '?'    us     us     '\'    '?'    us     us      O
-   013   drin   dtil   nop    nop    dced   dtil   nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -93,7 +93,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   ']'    '['    nop    nop    124    124    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/latinamerican.iso.acc.kbd
-+++ b/share/syscons/keymaps/latinamerican.iso.acc.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '0'    '='    nop    nop     O
-   012   '''    '?'    nop    nop    '\'    '\'    nop    nop     O
-   013   191    161    nop    nop    191    161    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    '@'    '@'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    fs     fs     '\'    '>'    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/kk.pt154.io.kbd
-+++ b/share/syscons/keymaps/kk.pt154.io.kbd
-@@ -19,7 +19,7 @@
-   011   '0'    ')'    nop    nop    176    169    nop    nop     O
-   012   '-'    '_'    us     us     173    223    159    159     O
-   013   '='    '+'    nop    nop    189    171    nop    nop     O
--  014   bs     bs     del    del    136    136    255    255     O
-+  014   del    del    del    del    136    136    255    255     O
-   015   ht     btab   nop    nop    137    btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    241    209    145    145     C
-   017   'w'    'W'    etb    etb    247    215    151    151     C
-@@ -88,7 +88,7 @@
-   080   fkey58 '2'    '2'    '2'    178    178    178    178     N
-   081   fkey59 '3'    '3'    '3'    179    179    179    179     N
-   082   fkey60 '0'    '0'    '0'    176    176    176    176     N
--  083   del    '.'    '.'    '.'    174    174    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    174    174    boot   boot    N
-   084   alock  alock  alock  alock  alock  alock  alock  alock   O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/spanish.iso15.acc.kbd
-+++ b/share/syscons/keymaps/spanish.iso15.acc.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '0'    '='    nop    nop     O
-   012   '''    '?'    nop    nop    '''    '?'    nop    nop     O
-   013   161    191    nop    nop    161    191    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '<'    '>'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/icelandic.iso.acc.kbd
-+++ b/share/syscons/keymaps/icelandic.iso.acc.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    nop    nop    nop     O
-   012   246    214    nop    nop    '\'    nop    fs     nop     C
-   013   '-'    '_'    nop    nop    nop    nop    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    '@'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '|'    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/us.pc-ctrl.kbd
-+++ b/share/syscons/keymaps/us.pc-ctrl.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/br275.iso.kbd
-+++ b/share/syscons/keymaps/br275.iso.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    167    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    ','    ','    ','    ','    ','    boot   boot    N
-+  083   fkey61 ','    ','    ','    ','    ','    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/swissfrench.cp850.kbd
-+++ b/share/syscons/keymaps/swissfrench.cp850.kbd
-@@ -21,7 +21,7 @@
-   011   '0'    '='    nop    nop    '0'    '='    nop    nop     O
-   012   '''    '?'    fs     fs     '''    '''    fs     fs      O
-   013   094    '`'    nop    nop    '~'    '~'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -90,7 +90,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    ','    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 ','    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '\'    '\'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/eee_nordic.kbd
-+++ b/share/syscons/keymaps/eee_nordic.kbd
-@@ -19,7 +19,7 @@
-   012   '+'    '?'    nop    nop    '\'    nop    fs     nop     O
- # For left of backspace key, gives with Alt=' and Alt+Shift+Key=|
-   013   128    '`'    nop    nop    39     '|'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -99,7 +99,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '|'    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/estonian.cp850.kbd
-+++ b/share/syscons/keymaps/estonian.cp850.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    '}'    nop    nop     O
-   012   '+'    '?'    fs     fs     '\'    '\'    fs     fs      O
-   013   239    96     nop    nop    239    96     nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '|'    '|'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/ru.koi8-r.kbd
-+++ b/share/syscons/keymaps/ru.koi8-r.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    176    169    nop    nop     O
-   012   '-'    '_'    us     us     173    223    159    159     O
-   013   '='    '+'    nop    nop    189    171    nop    nop     O
--  014   bs     bs     del    del    136    136    255    255     O
-+  014   del    del    del    del    136    136    255    255     O
-   015   ht     btab   nop    nop    137    btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    241    209    145    145     C
-   017   'w'    'W'    etb    etb    247    215    151    151     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    178    178    178    178     N
-   081   fkey59 '3'    '3'    '3'    179    179    179    179     N
-   082   fkey60 '0'    '0'    '0'    176    176    176    176     N
--  083   del    '.'    '.'    '.'    174    174    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    174    174    boot   boot    N
-   084   alock  alock  alock  alock  alock  alock  alock  alock   O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/spanish.iso.kbd
-+++ b/share/syscons/keymaps/spanish.iso.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '0'    '='    nop    nop     O
-   012   '''    '?'    nop    nop    '''    '?'    nop    nop     O
-   013   161    191    nop    nop    161    191    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '<'    '>'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/fr.iso.kbd
-+++ b/share/syscons/keymaps/fr.iso.kbd
-@@ -17,7 +17,7 @@
-   011   224    '0'    nop    nop    '@'    nop    nop    nop     C
-   012   ')'    176    nop    nop    ']'    nop    nop    nop     C
-   013   '='    '+'    nop    nop    '}'    nop    nop    nop     C
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'a'    'A'    soh    soh    226    228    dc1    dc1     C
-   017   'z'    'Z'    sub    sub    'z'    'Z'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    fs     fs     171    187    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/swissgerman.cp850.kbd
-+++ b/share/syscons/keymaps/swissgerman.cp850.kbd
-@@ -21,7 +21,7 @@
-   011   '0'    '='    nop    nop    '0'    '='    nop    nop     O
-   012   '''    '?'    fs     fs     '''    '''    fs     fs      O
-   013   094    '`'    nop    nop    '~'    '~'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -90,7 +90,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    ','    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 ','    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '\'    '\'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/pt.iso.acc.kbd
-+++ b/share/syscons/keymaps/pt.iso.acc.kbd
-@@ -19,7 +19,7 @@
-   011   '0'    '='    nop    nop    '}'    ')'    nop    nop     O
-   012   '''    '?'    ns     ns     '-'    '_'    ns     ns      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -88,7 +88,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/swedish.cp850.kbd
-+++ b/share/syscons/keymaps/swedish.cp850.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    '}'    nop    nop     O
-   012   '+'    '?'    fs     fs     '\'    '\'    fs     fs      O
-   013   179    180    nop    nop    179    180    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '|'    '|'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/uk.dvorak.kbd
-+++ b/share/syscons/keymaps/uk.dvorak.kbd
-@@ -22,7 +22,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '['    '{'    esc    esc    '['    '{'    esc    esc     O
-   013   ']'    '}'    gs     gs     ']'    '}'    gs     gs      O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   '''    '@'    nop    nop    '''    '@'    nop    nop     O
-   017   ','    '<'    nop    nop    ','    '<'    nop    nop     O
-@@ -91,7 +91,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/gr.us101.acc.kbd
-+++ b/share/syscons/keymaps/gr.us101.acc.kbd
-@@ -20,7 +20,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    ns     ns     '-'    '_'    ns     ns      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    ';'    ':'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    242    211    etb    etb     C
-@@ -89,7 +89,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   ns     ns     ns     ns     ns     ns     ns     ns      O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '\'    '|'    nop    nop    '\'    '|'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/german.cp850.kbd
-+++ b/share/syscons/keymaps/german.cp850.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    '}'    nop    nop     O
-   012   225    '?'    fs     fs     '\'    '\'    fs     fs      O
-   013   '''    '`'    nop    nop    179    180    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    '@'    '@'    nul    nul     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    ','    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 ','    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '|'    '|'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/bg.bds.ctrlcaps.kbd
-+++ b/share/syscons/keymaps/bg.bds.ctrlcaps.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/estonian.iso.kbd
-+++ b/share/syscons/keymaps/estonian.iso.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    nop    nop    nop     O
-   012   '+'    '?'    nop    nop    '\'    nop    fs     nop     O
-   013   180    96     nop    nop    180    96     nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '|'    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/us.unix.kbd
-+++ b/share/syscons/keymaps/us.unix.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   del    del    bs     bs     del    del    bs     bs      O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   bs     '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-@@ -106,7 +106,7 @@
-   100   fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58  O
-   101   fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59  O
-   102   fkey60 paste  fkey60 fkey60 fkey60 fkey60 fkey60 fkey60  O
--  103   bs     bs     fkey61 fkey61 bs     bs     boot   boot    O
-+  103   fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   boot    O
-   104   slock  saver  slock  saver  susp   nop    susp   nop     O
-   105   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
-   106   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/bg.phonetic.ctrlcaps.kbd
-+++ b/share/syscons/keymaps/bg.phonetic.ctrlcaps.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/hy.armscii-8.kbd
-+++ b/share/syscons/keymaps/hy.armscii-8.kbd
-@@ -22,7 +22,7 @@
-   011   '0'	')'	nop	nop	0xD7	0xD6	nop	nop	O
-   012   '-'	'_'	us	us	0xA8	0xAC	us	us	O
-   013   '='	'+'	nop	nop	0xC5	0xC4	nop	nop	O
--  014   bs	bs	del	del	bs	bs	del	del	O
-+  014   del	del	del	del	etb	etb	etb	etb	O
-   015   ht	btab	nop	nop	ht	btab	nop	nop	O
-   016   'q'	'Q'	dc1	dc1	0xF9	0xF8	dc1	dc1	C
-   017   'w'	'W'	etb	etb	0xE1	0xE0	etb	etb	C
-@@ -91,7 +91,7 @@
-   080   fkey58	'2'	'2'	'2'	'2'	'2'	'2'	'2'	N
-   081   fkey59	'3'	'3'	'3'	'3'	'3'	'3'	'3'	N
-   082   fkey60	'0'	'0'	'0'	'0'	'0'	'0'	'0'	N
--  083   del	'.'	'.'	'.'	'.'	'.'	boot	boot	N
-+  083   fkey61	'.'	'.'	'.'	'.'	'.'	boot	boot	N
-   084   nop	nop	nop	nop	nop	nop	nop	nop	O
-   085   nop	nop	nop	nop	nop	nop	nop	nop	O
-   086   nop	nop	nop	nop	nop	nop	nop	nop	O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/us.dvorak.kbd
-+++ b/share/syscons/keymaps/us.dvorak.kbd
-@@ -26,7 +26,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '['    '{'    esc    esc    '['    '{'    esc    esc     O
-   013   ']'    '}'    gs     gs     ']'    '}'    gs     gs      O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   '''    '"'    nop    nop    '''    '"'    nop    nop     O
-   017   ','    '<'    nop    nop    ','    '<'    nop    nop     O
-@@ -95,7 +95,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/uk.cp850.kbd
-+++ b/share/syscons/keymaps/uk.cp850.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/norwegian.dvorak.kbd
-+++ b/share/syscons/keymaps/norwegian.dvorak.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    '='    nop    nop     O
-   012   '+'    '?'    esc    esc    '['    '?'    nop    nop     O
-   013   '\'    '`'    nop    nop    '''    nop    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   229    197    nop    nop    '}'    ']'    nop    nop     C
-   017   ','    ';'    nop    nop    ','    '<'    nop    nop     O
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   248    216    nop    nop    '|'    '\'    nop    nop     C
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/uk.cp850-ctrl.kbd
-+++ b/share/syscons/keymaps/uk.cp850-ctrl.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/estonian.iso15.kbd
-+++ b/share/syscons/keymaps/estonian.iso15.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    nop    nop    nop     O
-   012   '+'    '?'    nop    nop    '\'    nop    fs     nop     O
-   013   96     96     nop    nop    96     96     nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '|'    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/jp.pc98.iso.kbd
-+++ b/share/syscons/keymaps/jp.pc98.iso.kbd
-@@ -17,7 +17,7 @@
-   011   '-'    '_'    us     us     '-'    '='    '-'    '-'     O
-   012   '='    '+'    '+'    '+'    '^'    '`'    rs     rs      O
-   013   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
--  014   bs     bs     bs     bs     bs     bs     bs     bs      O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   ht     btab   ht     btab   ht     btab    O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/swissfrench.iso.kbd
-+++ b/share/syscons/keymaps/swissfrench.iso.kbd
-@@ -20,7 +20,7 @@
-   011   '0'    '='    nop    nop    '0'    '='    nop    nop     O
-   012   '''    '?'    fs     fs     180    180    fs     fs      O
-   013   '^'    '`'    nop    nop    '~'    '~'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -89,7 +89,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '\'    '\'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/cz.iso2.kbd
-+++ b/share/syscons/keymaps/cz.iso2.kbd
-@@ -147,7 +147,7 @@
-   011   '0'    ')'    nop    nop    ddot   ddot   nop    nop     O
-   012   '-'    '_'    us     us     dacu   dacu   us     us      O
-   013   '='    '+'    nop    nop    dcar   dbre   nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    236    204    etb    etb     C
-@@ -216,7 +216,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    ','    ','    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    ','    ','    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/german.iso.acc.kbd
-+++ b/share/syscons/keymaps/german.iso.acc.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    '}'    nop    nop     O
-   012   223    '?'    fs     fs     '\'    '\'    fs     fs      O
-   013   dacu   dgra   nop    nop    179    180    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    '@'    '@'    nul    nul     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '|'    166    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/us.dvorakl.kbd
-+++ b/share/syscons/keymaps/us.dvorakl.kbd
-@@ -19,7 +19,7 @@
-   011   '3'    '#'    nop    nop    '3'    '#'    nop    nop     O
-   012   '2'    '@'    nul    nul    '2'    '@'    nul    nul     O
-   013   '1'    '!'    nop    nop    '1'    '!'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   ';'    ':'    nop    nop    ';'    ':'    nop    nop     O
-   017   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-@@ -88,7 +88,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/cs.latin2.qwertz.kbd
-+++ b/share/syscons/keymaps/cs.latin2.qwertz.kbd
-@@ -45,7 +45,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -114,7 +114,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/ru.koi8-r.win.kbd
-+++ b/share/syscons/keymaps/ru.koi8-r.win.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    176    169    nop    nop     O
-   012   '-'    '_'    us     us     173    223    159    159     O
-   013   '='    '+'    nop    nop    189    171    nop    nop     O
--  014   bs     bs     del    del    136    136    255    255     O
-+  014   del    del    del    del    136    136    255    255     O
-   015   ht     btab   nop    nop    137    btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    241    209    145    145     C
-   017   'w'    'W'    etb    etb    247    215    151    151     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    178    178    178    178     N
-   081   fkey59 '3'    '3'    '3'    179    179    179    179     N
-   082   fkey60 '0'    '0'    '0'    176    176    176    176     N
--  083   del    '.'    '.'    '.'    174    174    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    174    174    boot   boot    N
-   084   alock  alock  alock  alock  alock  alock  alock  alock   O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/swissgerman.iso.kbd
-+++ b/share/syscons/keymaps/swissgerman.iso.kbd
-@@ -20,7 +20,7 @@
-   011   '0'    '='    nop    nop    '0'    '='    nop    nop     O
-   012   '''    '?'    fs     fs     180    180    fs     fs      O
-   013   '^'    '`'    nop    nop    '~'    '~'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -89,7 +89,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '\'    '\'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/ru.cp866.kbd
-+++ b/share/syscons/keymaps/ru.cp866.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    176    169    nop    nop     O
-   012   '-'    '_'    us     us     173    223    159    159     O
-   013   '='    '+'    nop    nop    189    171    nop    nop     O
--  014   bs     bs     del    del    136    136    255    255     O
-+  014   del    del    del    del    136    136    255    255     O
-   015   ht     btab   nop    nop    137    btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    241    209    145    145     C
-   017   'w'    'W'    etb    etb    247    215    151    151     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    178    178    178    178     N
-   081   fkey59 '3'    '3'    '3'    179    179    179    179     N
-   082   fkey60 '0'    '0'    '0'    176    176    176    176     N
--  083   del    '.'    del    del    174    174    boot   boot    N
-+  083   fkey61 '.'    fkey61 fkey61 174    174    boot   boot    N
-   084   alock  alock  alock  alock  alock  alock  alock  alock   O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-@@ -106,7 +106,7 @@
-   100   fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58  O
-   101   fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59  O
-   102   fkey60 paste  fkey60 fkey60 fkey60 fkey60 fkey60 fkey60  O
--  103   del    del    del    del    del    del    boot   boot    O
-+  103   fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   boot    O
-   104   slock  saver  slock  saver  susp   nop    susp   nop     O
-   105   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
-   106   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/fr.dvorak.kbd
-+++ b/share/syscons/keymaps/fr.dvorak.kbd
-@@ -25,7 +25,7 @@
-   011	'"'    '0'    nop    '@'    '"'    '0'    nop    nop     C
-   012	'['    '|'    nop    ']'    '['    '|'    nop    nop     O
-   013	']'    '%'    nop    '}'    ']'    '%'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016	':'    '?'    nop    ' '    ':'    '?'    nop    nop     O
-   017	'''    '<'    nop    ' '    '''    '<'    nop    nop     C
-@@ -94,7 +94,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086	'+'    '*'    nop    ' '    '+'    '*'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/lt.iso4.kbd
-+++ b/share/syscons/keymaps/lt.iso4.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    ns     ns     '-'    '_'    ns     ns      O
-   013   '='    '+'    nop    nop    190    174    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    ','    ','    del    ','    boot   boot    N
-+  083   fkey61 '.'    ','    ','    fkey61 ','    boot   boot    N
-   084   ns     ns     ns     ns     ns     ns     ns     ns      O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   ralt   ralt   ralt   ralt   ralt   ralt   ralt   ralt    O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/pl_PL.ISO8859-2.kbd
-+++ b/share/syscons/keymaps/pl_PL.ISO8859-2.kbd
-@@ -19,7 +19,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -88,7 +88,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/us.dvorakr.kbd
-+++ b/share/syscons/keymaps/us.dvorakr.kbd
-@@ -19,7 +19,7 @@
-   011   '/'    '?'    nop    nop    '/'    '?'    nop    nop     O
-   012   '['    '{'    esc    esc    '['    '{'    esc    esc     O
-   013   ']'    '}'    gs     gs     ']'    '}'    gs     gs      O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   '5'    '%'    nop    nop    '5'    '%'    nop    nop     O
-   017   '6'    '^'    rs     rs     '6'    '^'    rs     rs      O
-@@ -88,7 +88,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/swedish.iso.kbd
-+++ b/share/syscons/keymaps/swedish.iso.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    nop    nop    nop     O
-   012   '+'    '?'    nop    nop    '\'    nop    fs     nop     O
-   013   128    '`'    nop    nop    nop    nop    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '|'    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/br275.cp850.kbd
-+++ b/share/syscons/keymaps/br275.cp850.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    245    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    ','    ','    ','    ','    ','    boot   boot    N
-+  083   fkey61 ','    ','    ','    ','    ','    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/colemak.iso15.acc.kbd
-+++ b/share/syscons/keymaps/colemak.iso15.acc.kbd
-@@ -65,7 +65,7 @@
- 
-   000   nop    nop    nop    nop    nop    nop    nop    nop     O
-   001   esc    esc    esc    esc    esc    esc    debug  debug   O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nscr   nscr   ht     btab   nop    nop     O
-   028   cr     cr     nl     nl     cr     cr     nl     nl      O
-   029   lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl  lctrl   O
-@@ -97,7 +97,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   087   fkey11 fkey23 fkey35 fkey47 scr11  scr11  scr11  scr11   O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/us.dvorakx.kbd
-+++ b/share/syscons/keymaps/us.dvorakx.kbd
-@@ -24,7 +24,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '['    '{'    esc    esc    '['    '{'    esc    esc     O
-   013   ']'    '}'    gs     gs     ']'    '}'    gs     gs      O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   '''    '"'    nop    nop    '''    '"'    nop    nop     O
-   017   ','    '<'    nop    nop    ','    '<'    nop    nop     O
-@@ -93,7 +93,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/si.iso.kbd
-+++ b/share/syscons/keymaps/si.iso.kbd
-@@ -19,7 +19,7 @@
-   011   '0'    '='    nop    nop    189    189    nop    nop     O
-   012   '''    '?'    us     us     168    168    us     us      O
-   013   '+'    '*'    nop    nop    184    184    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    '\'    '\'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    '|'    '|'    etb    etb     C
-@@ -88,7 +88,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    ','    ','    ','    ','    ','    boot   boot    N
-+  083   fkey61 ','    ','    ','    ','    ','    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '<'    '>'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/be.iso.acc.kbd
-+++ b/share/syscons/keymaps/be.iso.acc.kbd
-@@ -17,7 +17,7 @@
-   011   224    '0'    nop    nop    '}'    '}'    nop    nop     O
-   012   ')'    176    nop    nop    ')'    176    nop    nop     O
-   013   '-'    '_'    us     us     '-'    '_'    us     us      O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'a'    'A'    soh    soh    'a'    'A'    soh    soh     C
-   017   'z'    'Z'    sub    sub    'z'    'Z'    sub    sub     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    fs     fs     '\'    '\'    '\'    fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/us.iso.acc.kbd
-+++ b/share/syscons/keymaps/us.iso.acc.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nscr   nscr   ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/ua.koi8-u.shift.alt.kbd
-+++ b/share/syscons/keymaps/ua.koi8-u.shift.alt.kbd
-@@ -29,7 +29,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    ns     ns     166    182    159    159     O
-   013   '='    '+'    nop    nop    164    180    nop    nop     O
--  014   bs     bs     del    del    bs     bs     255    255     O
-+  014   del    del    del    del    etb    etb    255    255     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    202    234    145    145     C
-   017   'w'    'W'    etb    etb    195    227    151    151     C
-@@ -98,7 +98,7 @@
-   080   fkey58 '2'    '2'    '2'    178    178    178    178     N
-   081   fkey59 '3'    '3'    '3'    179    179    179    179     N
-   082   fkey60 '0'    '0'    '0'    176    176    176    176     N
--  083   fkey54 '.'    del    del    255    255    boot   halt    N
-+  083   fkey54 '.'    fkey61 fkey61 255    255    boot   halt    N
-   084   alock  alock  alock  alock  alock  alock  alock  alock   O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-@@ -118,7 +118,7 @@
-   100   fkey58 fkey58 fkey78 fkey58 fkey58 fkey58 fkey58 fkey58  O
-   101   fkey59 fkey59 fkey79 fkey59 fkey59 fkey59 fkey59 fkey59  O
-   102   fkey60 paste  fkey80 fkey60 fkey60 fkey60 fkey60 fkey60  O
--  103   del    del    fkey81 del    fkey61 fkey61 boot   pdwn    O
-+  103   fkey61 fkey61 fkey81 fkey61 fkey61 fkey61 boot   pdwn    O
-   104   slock  saver  slock  saver  susp   nop    susp   nop     O
-   105   meta   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
-   106   meta   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/br275.iso.acc.kbd
-+++ b/share/syscons/keymaps/br275.iso.acc.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    167    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    ','    ','    ','    ','    ','    boot   boot    N
-+  083   fkey61 ','    ','    ','    ','    ','    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/norwegian.iso.kbd
-+++ b/share/syscons/keymaps/norwegian.iso.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    '='    nop    nop     O
-   012   '+'    '?'    nop    nop    '+'    '?'    nop    nop     O
-   013   '\'    '`'    fs     fs     '''    nop    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    fs     fs     171    187    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/spanish.iso.acc.kbd
-+++ b/share/syscons/keymaps/spanish.iso.acc.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '0'    '='    nop    nop     O
-   012   '''    '?'    nop    nop    '''    '?'    nop    nop     O
-   013   161    191    nop    nop    161    191    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '<'    '>'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/hu.iso2.101keys.kbd
-+++ b/share/syscons/keymaps/hu.iso2.101keys.kbd
-@@ -48,7 +48,7 @@
-   011   '0'    ')'    nop    nop    246    214    nop    nop     O
-   012   '-'    '_'    ns     ns     252    220    ns     ns      C
-   013   '='    '+'    nop    nop    243    211    nop    nop     C
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -117,7 +117,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   237    205    nop    nop    nop    nop    nop    nop     C
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/hu.iso2.102keys.kbd
-+++ b/share/syscons/keymaps/hu.iso2.102keys.kbd
-@@ -21,7 +21,7 @@
-   011   246    214    nop    nop    189    nop    nop    nop     C
-   012   252    220    nop    nop    168    nop    nop    nop     C
-   013   243    211    nop    nop    184    nop    nop    nop     C
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    '\'    nop    fs     fs      C
-   017   'w'    'W'    etb    etb    '|'    nop    etb    etb     C
-@@ -90,7 +90,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   237    205    nop    nop    '<'    nop    nop    nop     C
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/fr.iso.acc.kbd
-+++ b/share/syscons/keymaps/fr.iso.acc.kbd
-@@ -17,7 +17,7 @@
-   011   224    '0'    nop    nop    '@'    nop    nop    nop     C
-   012   ')'    176    nop    nop    ']'    nop    nop    nop     C
-   013   '='    '+'    nop    nop    '}'    nop    nop    nop     C
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'a'    'A'    soh    soh    226    228    dc1    dc1     C
-   017   'z'    'Z'    sub    sub    'z'    'Z'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    fs     fs     171    187    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/fr_CA.iso.acc.kbd
-+++ b/share/syscons/keymaps/fr_CA.iso.acc.kbd
-@@ -23,7 +23,7 @@
-   011   '0'    ')'    nop    nop    188    ')'    nop    nop     O
-   012   '-'    '_'    nop    nop    189    '_'    nop    nop     O
-   013   '='    '+'    nop    nop    190    '+'    nop    nop     O 
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O  
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C 
-@@ -92,7 +92,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O 
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   171    187    nop    nop    176    187    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/by.iso5.kbd
-+++ b/share/syscons/keymaps/by.iso5.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   alock    alock    alock    alock    alock    alock    alock    alock     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/sk.iso2.kbd
-+++ b/share/syscons/keymaps/sk.iso2.kbd
-@@ -145,7 +145,7 @@
-   011   '0'    ')'    nop    nop    ddot   ddot   nop    nop     O
-   012   '-'    '_'    us     us     dacu   dacu   us     us      O
-   013   '='    '+'    nop    nop    dcar   dbre   nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    228    196    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -214,7 +214,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    ','    ','    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    ','    ','    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/pl_PL.dvorak.kbd
-+++ b/share/syscons/keymaps/pl_PL.dvorak.kbd
-@@ -20,7 +20,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '['    '{'    esc    esc    '['    '{'    esc    esc     O
-   013   ']'    '}'    gs     gs     ']'    '}'    gs     gs      O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   '''    '"'    nop    nop    '''    '"'    nop    nop     O
-   017   ','    '<'    nop    nop    ','    '<'    nop    nop     O
-@@ -89,7 +89,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/jp.pc98.kbd
-+++ b/share/syscons/keymaps/jp.pc98.kbd
-@@ -17,7 +17,7 @@
-   011   '-'    '='    '-'    '-'    '-'    '_'    us     us      O
-   012   '^'    '`'    rs     rs     '='    '+'    '+'    '+'     O
-   013   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
--  014   bs     bs     bs     bs     bs     bs     bs     bs      O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   ht     btab   ht     btab   ht     btab    O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/finnish.cp850.kbd
-+++ b/share/syscons/keymaps/finnish.cp850.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    '}'    nop    nop     O
-   012   '+'    '?'    fs     fs     '\'    '\'    fs     fs      O
-   013   179    180    nop    nop    179    180    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '|'    '|'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/gr.elot.acc.kbd
-+++ b/share/syscons/keymaps/gr.elot.acc.kbd
-@@ -20,7 +20,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    ns     ns     '-'    '_'    ns     ns      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    171    187    dc1    dc1     C
-   017   'w'    'W'    etb    etb    242    211    etb    etb     C
-@@ -89,7 +89,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   ns     ns     ns     ns     ns     ns     ns     ns      O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '\'    '|'    nop    nop    '\'    '|'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/danish.iso.kbd
-+++ b/share/syscons/keymaps/danish.iso.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    '='    nop    nop     O
-   012   '+'    '?'    nop    nop    '+'    '?'    nop    nop     O
-   013   '''    '`'    nop    nop    '|'    '`'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    fs     fs     '\'    '>'    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/iw.iso8.kbd
-+++ b/share/syscons/keymaps/iw.iso8.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    ')'    nop    nop     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    '/'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    '''    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/el.iso07.kbd
-+++ b/share/syscons/keymaps/el.iso07.kbd
-@@ -63,7 +63,7 @@
-   011   '0'    ')'    187    187    '0'    ')'    187    187     O
-   012   '-'    '_'    us     us     '-'    '_'    us     us      O
-   013   '='    '+'    177    177    '='    '+'    177    177     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -132,7 +132,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/hr.iso.kbd
-+++ b/share/syscons/keymaps/hr.iso.kbd
-@@ -19,7 +19,7 @@
-   011   '0'    '='    nop    nop    189    189    nop    nop     O
-   012   '''    '?'    us     us     168    168    us     us      O
-   013   '+'    '*'    nop    nop    184    184    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    '\'    '\'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    '|'    '|'    etb    etb     C
-@@ -88,7 +88,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    ','    ','    ','    ','    ','    boot   boot    N
-+  083   fkey61 ','    ','    ','    ','    ','    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '<'    '>'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/ru.iso5.kbd
-+++ b/share/syscons/keymaps/ru.iso5.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '0'    '%'    nop    nop     O
-   012   '-'    '_'    ns     ns     '-'    '_'    ns     ns      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    btab   btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    217    185    dc1    dc1     C
-   017   'w'    'W'    etb    etb    230    198    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   alock  alock  alock  alock  alock  alock  alock  alock   O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-@@ -107,7 +107,7 @@
-   100   fkey58 fkey58 fkey78 fkey58 fkey58 fkey58 fkey58 fkey58  O
-   101   fkey59 fkey59 fkey79 fkey59 fkey59 fkey59 fkey59 fkey59  O
-   102   fkey60 paste  fkey80 fkey60 fkey60 fkey60 fkey60 fkey60  O
--  103   del    del    fkey81 del    fkey61 fkey61 boot   boot    O
-+  103   fkey61 fkey61 fkey81 fkey61 fkey61 fkey61 boot   boot    O
-   104   slock  saver  slock  saver  susp   nop    susp   nop     O
-   105   meta   fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62  O
-   106   meta   fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63  O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/icelandic.iso.kbd
-+++ b/share/syscons/keymaps/icelandic.iso.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    nop    nop    nop     O
-   012   246    214    nop    nop    '\'    nop    fs     nop     O
-   013   '-'    '_'    nop    nop    nop    nop    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    '@'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '|'    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/jp.106x.kbd
-+++ b/share/syscons/keymaps/jp.106x.kbd
-@@ -19,7 +19,7 @@
-   011   '0'    '~'    nop    nop    '0'    '~'    nop    nop     O
-   012   '-'    '='    nop    nop    '-'    '='    nop    nop     O
-   013   '^'    '~'    rs     rs     '^'    '~'    rs     rs      O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -88,7 +88,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/tr.iso9.q.kbd
-+++ b/share/syscons/keymaps/tr.iso9.q.kbd
-@@ -32,7 +32,7 @@
-   011   '0'    '='    nop    nop    '}'    nop    nop    nop     O
-   012   '*'    '?'    nop    nop    '\'    nop    fs     nop     O
-   013   '-'    '_'    nop    nop    nop    nop    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    '@'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -101,7 +101,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '|'    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/danish.cp865.kbd
-+++ b/share/syscons/keymaps/danish.cp865.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    '='    nop    nop     O
-   012   '+'    '?'    nop    nop    '+'    '?'    nop    nop     O
-   013   '''    '`'    nop    nop    '|'    '`'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    fs     fs     '\'    '>'    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/ru.koi8-r.shift.kbd
-+++ b/share/syscons/keymaps/ru.koi8-r.shift.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    176    169    nop    nop     O
-   012   '-'    '_'    us     us     173    223    159    159     O
-   013   '='    '+'    nop    nop    189    171    nop    nop     O
--  014   bs     bs     del    del    136    136    255    255     O
-+  014   del    del    del    del    136    136    255    255     O
-   015   ht     btab   nop    nop    137    btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    241    209    145    145     C
-   017   'w'    'W'    etb    etb    247    215    151    151     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    178    178    178    178     N
-   081   fkey59 '3'    '3'    '3'    179    179    179    179     N
-   082   fkey60 '0'    '0'    '0'    176    176    176    176     N
--  083   del    '.'    '.'    '.'    174    174    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    174    174    boot   boot    N
-   084   alock  alock  alock  alock  alock  alock  alock  alock   O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/uk.iso-ctrl.kbd
-+++ b/share/syscons/keymaps/uk.iso-ctrl.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '{'    '{'    nop    nop     O
-   012   '-'    '_'    us     us     '|'    '|'    us     us      O
-   013   '='    '+'    nop    nop    '}'    '}'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/pt.iso.kbd
-+++ b/share/syscons/keymaps/pt.iso.kbd
-@@ -19,7 +19,7 @@
-   011   '0'    '='    nop    nop    '}'    ')'    nop    nop     O
-   012   '''    '?'    ns     ns     '-'    '_'    ns     ns      O
-   013   '='    '+'    nop    nop    '='    '+'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -88,7 +88,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/swissfrench.iso.acc.kbd
-+++ b/share/syscons/keymaps/swissfrench.iso.acc.kbd
-@@ -20,7 +20,7 @@
-   011   '0'    '='    nop    nop    '0'    '='    nop    nop     O
-   012   '''    '?'    fs     fs     dacu   dacu   fs     fs      O
-   013   dcir   dgra   nop    nop    dtil   dtil   nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -89,7 +89,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '\'    '\'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/swissgerman.iso.acc.kbd
-+++ b/share/syscons/keymaps/swissgerman.iso.acc.kbd
-@@ -20,7 +20,7 @@
-   011   '0'    '='    nop    nop    '0'    '='    nop    nop     O
-   012   '''    '?'    fs     fs     dacu   dacu   fs     fs      O
-   013   dcir   dgra   nop    nop    dtil   dtil   nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -89,7 +89,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '\'    '\'    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/fr.dvorak.acc.kbd
-+++ b/share/syscons/keymaps/fr.dvorak.acc.kbd
-@@ -30,7 +30,7 @@
-   011	'"'    '0'    nop    nop    nop    nop    nop    nop     C
-   012	'['    '+'    nop    nop    nop    nop    nop    nop     C
-   013	']'    '%'    nop    nop    nop    nop    nop    nop     C
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016	':'    '?'    nop    nop    nop    nop    nop    nop     O
-   017	'''    '<'    nop    nop    nop    nop    nop    nop     C
-@@ -99,7 +99,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086	'à'    'ç'    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/finnish.iso.kbd
-+++ b/share/syscons/keymaps/finnish.iso.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    nop    nop    nop     O
-   012   '+'    '?'    nop    nop    '\'    nop    fs     nop     O
-   013   128    '`'    nop    nop    nop    nop    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '|'    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/german.iso.kbd
-+++ b/share/syscons/keymaps/german.iso.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '}'    '}'    nop    nop     O
-   012   223    '?'    fs     fs     '\'    '\'    fs     fs      O
-   013   '''    '`'    nop    nop    179    180    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    '@'    '@'    nul    nul     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    '|'    166    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/ce.iso2.kbd
-+++ b/share/syscons/keymaps/ce.iso2.kbd
-@@ -79,7 +79,7 @@
-   011   '0'    ')'    nop    nop    ddot   ddot   nop    nop     O
-   012   '-'    '_'    us     us     dacu   dacu   us     us      O
-   013   '='    '+'    nop    nop    dcar   dbre   nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -148,7 +148,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    ','    ','    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    ','    ','    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/it.iso.kbd
-+++ b/share/syscons/keymaps/it.iso.kbd
-@@ -51,7 +51,7 @@
-   011   '0'    '='    nop    nop    '}'    176    nop    nop     O
-   012   '''    '?'    96     dacu   96     191    us     dgra    O
-   013   236    '^'    nop    dcir   '~'    dogo   nop    dtil    O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    '@'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    nop    nop    etb    etb     C
-@@ -120,7 +120,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    nop    nop    124    166    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/fr.macbook.acc.kbd
-+++ b/share/syscons/keymaps/fr.macbook.acc.kbd
-@@ -17,7 +17,7 @@
-   011   224    '0'    nop    nop    '@'    nop    nop    nop     C
-   012   ')'    176    nop    nop    ']'    nop    nop    nop     C
-   013   '-'    '_'    nop    nop    '}'    nop    nop    nop     C
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'a'    'A'    soh    soh    226    228    dc1    dc1     C
-   017   'z'    'Z'    sub    sub    'z'    'Z'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    fs     fs     171    187    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/latinamerican.kbd
-+++ b/share/syscons/keymaps/latinamerican.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '='    nop    nop    '9'    ')'    nop    nop     O
-   012   '''    '?'    nop    nop    '\'    '\'    nop    nop     O
-   013   168    173    nop    nop    168    173    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    '@'    '@'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    fs     fs     '\'    '>'    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/uk.iso.kbd
-+++ b/share/syscons/keymaps/uk.iso.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    ')'    nop    nop    '{'    '{'    nop    nop     O
-   012   '-'    '_'    us     us     '|'    '|'    us     us      O
-   013   '='    '+'    nop    nop    '}'    '}'    nop    nop     O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '\'    '|'    fs     fs     '\'    '|'    fs     fs      O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/jp.106.kbd
-+++ b/share/syscons/keymaps/jp.106.kbd
-@@ -17,7 +17,7 @@
-   011   '0'    '~'    nop    nop    '0'    '~'    nop    nop     O
-   012   '-'    '='    nop    nop    '-'    '='    nop    nop     O
-   013   '^'    '~'    rs     rs     '^'    '~'    rs     rs      O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'q'    'Q'    dc1    dc1    'q'    'Q'    dc1    dc1     C
-   017   'w'    'W'    etb    etb    'w'    'W'    etb    etb     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   nop    nop    nop    nop    nop    nop    nop    nop     O
-only in patch2:
-unchanged:
---- a/share/syscons/keymaps/be.iso.kbd
-+++ b/share/syscons/keymaps/be.iso.kbd
-@@ -17,7 +17,7 @@
-   011   224    '0'    nop    nop    '}'    '}'    nop    nop     O
-   012   ')'    176    nop    nop    ')'    176    nop    nop     O
-   013   '-'    '_'    us     us     '-'    '_'    us     us      O
--  014   bs     bs     del    del    bs     bs     del    del     O
-+  014   del    del    del    del    etb    etb    etb    etb     O
-   015   ht     btab   nop    nop    ht     btab   nop    nop     O
-   016   'a'    'A'    soh    soh    'a'    'A'    soh    soh     C
-   017   'z'    'Z'    sub    sub    'z'    'Z'    sub    sub     C
-@@ -86,7 +86,7 @@
-   080   fkey58 '2'    '2'    '2'    '2'    '2'    '2'    '2'     N
-   081   fkey59 '3'    '3'    '3'    '3'    '3'    '3'    '3'     N
-   082   fkey60 '0'    '0'    '0'    '0'    '0'    '0'    '0'     N
--  083   del    '.'    '.'    '.'    '.'    '.'    boot   boot    N
-+  083   fkey61 '.'    '.'    '.'    '.'    '.'    boot   boot    N
-   084   nop    nop    nop    nop    nop    nop    nop    nop     O
-   085   nop    nop    nop    nop    nop    nop    nop    nop     O
-   086   '<'    '>'    fs     fs     '\'    '\'    '\'    fs      O

Modified: trunk/freebsd-utils/debian/patches/series
===================================================================
--- trunk/freebsd-utils/debian/patches/series	2011-02-17 09:20:52 UTC (rev 3267)
+++ trunk/freebsd-utils/debian/patches/series	2011-02-17 09:22:45 UTC (rev 3268)
@@ -1,4 +1,3 @@
-000_mkuzip.diff
 001_dmesg.diff
 002_ifconfig.diff
 003_kbdcontrol.diff
@@ -29,4 +28,3 @@
 029_arp.diff
 030_arp_libbsd.diff
 031_savecore.diff
-032_delete_key.diff

Modified: trunk/freebsd-utils/debian/rules
===================================================================
--- trunk/freebsd-utils/debian/rules	2011-02-17 09:20:52 UTC (rev 3267)
+++ trunk/freebsd-utils/debian/rules	2011-02-17 09:22:45 UTC (rev 3268)
@@ -34,7 +34,7 @@
 		 sbin/kldconfig sbin/kldload sbin/kldstat sbin/kldunload \
 		 usr.bin/ktrdump usr.bin/vmstat sbin/devfs sbin/fdisk \
 		 sbin/ifconfig sbin/route usr.bin/netstat usr.sbin/rpc.umntall \
-	         usr.sbin/ppp usr.sbin/pppctl usr.sbin/arp \
+	         usr.sbin/ppp usr.sbin/pppctl usr.sbin/arp usr.bin/mkuzip \
 		 sbin/ipfw contrib/pf sbin/pfctl usr.sbin/authpf \
 		 sbin/mount_std sbin/umount sbin/mount_autofs sbin/mount_cd9660 \
 		 sbin/mount_ext2fs sbin/mount_hpfs sbin/mount_msdosfs sbin/mount_nfs \
@@ -179,7 +179,7 @@
 	$(PMAKE) -C sbin/umount clean
 	$(PMAKE) -C usr.bin/kdump clean
 	$(PMAKE) -C usr.bin/ktrace clean
-	-$(PMAKE) -C usr.bin/mkuzip clean
+	$(PMAKE) -C usr.bin/mkuzip clean
 	$(PMAKE) -C usr.sbin/acpi/acpiconf clean
 	$(PMAKE) -C usr.sbin/rpc.umntall clean
 

Added: trunk/freebsd-utils/debian/sys/mount.h
===================================================================
--- trunk/freebsd-utils/debian/sys/mount.h	                        (rev 0)
+++ trunk/freebsd-utils/debian/sys/mount.h	2011-02-17 09:22:45 UTC (rev 3268)
@@ -0,0 +1,41 @@
+#ifndef _WRAP_SYS_MOUNT_H
+#define _WRAP_SYS_MOUNT_H 1
+
+#define export_args __export_args_82
+#define oexport_args __oexport_args_82
+#include_next <sys/mount.h>
+#undef export_args
+#undef oexport_args
+
+/*
+ * Old export arguments without security flavor list
+ */
+struct oexport_args {
+	int	ex_flags;		/* export related flags */
+	uid_t	ex_root;		/* mapping for root uid */
+	struct	xucred ex_anon;		/* mapping for anonymous user */
+	struct	sockaddr *ex_addr;	/* net address to which exported */
+	u_char	ex_addrlen;		/* and the net address length */
+	struct	sockaddr *ex_mask;	/* mask of valid bits in saddr */
+	u_char	ex_masklen;		/* and the smask length */
+	char	*ex_indexfile;		/* index file for WebNFS URLs */
+};
+
+/*
+ * Export arguments for local filesystem mount calls.
+ */
+#define	MAXSECFLAVORS	5
+struct export_args {
+	int	ex_flags;		/* export related flags */
+	uid_t	ex_root;		/* mapping for root uid */
+	struct	xucred ex_anon;		/* mapping for anonymous user */
+	struct	sockaddr *ex_addr;	/* net address to which exported */
+	u_char	ex_addrlen;		/* and the net address length */
+	struct	sockaddr *ex_mask;	/* mask of valid bits in saddr */
+	u_char	ex_masklen;		/* and the smask length */
+	char	*ex_indexfile;		/* index file for WebNFS URLs */
+	int	ex_numsecflavors;	/* security flavor count */
+	int	ex_secflavors[MAXSECFLAVORS]; /* list of security flavors */
+};
+
+#endif




More information about the Glibc-bsd-commits mailing list