OpenBSD CVS

CVS log for src/sbin/kbd/Attic/kbd_i386.c


[BACK] Up to [local] / src / sbin / kbd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11, Fri Apr 19 00:05:20 2002 UTC (22 years, 1 month ago) by miod
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +1 -1 lines
FILE REMOVED

Do not commit kbd for arches where it provides no real support.
While there, remove dead parts.

Revision 1.10 / (download) - annotate - [select for diffs], Tue May 1 17:20:20 2001 UTC (23 years, 1 month ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.9: +32 -61 lines
Diff to previous 1.9 (colored)

Remove PCVT cruft.

Revision 1.8.8.1 / (download) - annotate - [select for diffs], Fri Oct 6 20:40:27 2000 UTC (23 years, 8 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

Pull in patch from current (more to come...):
Fix (millert):
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
constant).  These are not security holes but it is worth fixing
them anyway both for robustness and so folks looking for examples
in the tree are not misled into doing something potentially dangerous.
Furthermore, it is a bad idea to assume that pathnames will not
include '%' in them and that error routines don't return strings
with '%' in them (especially in light of the possibility of locales).

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jun 30 16:00:09 2000 UTC (23 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

warnx?/errx? paranoia (use "%s" not a bare string unless it is a
constant).  These are not security holes but it is worth fixing
them anyway both for robustness and so folks looking for examples
in the tree are not misled into doing something potentially dangerous.
Furthermore, it is a bad idea to assume that pathnames will not
include '%' in them and that error routines don't return strings
with '%' in them (especially in light of the possibility of locales).

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jul 6 13:42:26 1998 UTC (25 years, 11 months ago) by pefo
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Branch point for: OPENBSD_2_7
Changes since 1.7: +7 -1 lines
Diff to previous 1.7 (colored)

Some ports uses kbd since they have pc style keyboard interfaces but
they don't use pcvt which is i386 specific. Fixed with a define:
-DHAVEPCVT.

Revision 1.7 / (download) - annotate - [select for diffs], Fri May 29 00:42:53 1998 UTC (26 years ago) by mickey
Branch: MAIN
Changes since 1.6: +55 -31 lines
Diff to previous 1.6 (colored)

add support for pcvt.
ugly call system(kcon) when needed to avoid code copying.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Sep 14 10:37:57 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

some -Wall

Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 1 16:48:07 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

change keymap_t to pccons_keymap_t in pccons

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 30 00:37:09 1996 UTC (27 years, 11 months ago) by maja
Branch: MAIN
Changes since 1.3: +7 -1 lines
Diff to previous 1.3 (colored)

Added support for swedish keyboards (both 7 and 8-bit).

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 23 15:30:54 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2 (colored)

french key table; from matthieu@mipnet.fr

Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 29 11:21:09 1996 UTC (28 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.1: +10 -264 lines
Diff to previous 1.1 (colored)

Split the MD part into different tables.
Add KOI8 russian encoding.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 22 20:21:55 1996 UTC (28 years, 1 month ago) by hannken
Branch: MAIN

New prog to change pccons's keymap encoding for national keyboards

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.