summaryrefslogtreecommitdiff
path: root/sbin/kbd/kbd_i386.c
AgeCommit message (Collapse)Author
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
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).
1998-07-06Some ports uses kbd since they have pc style keyboard interfaces butPer Fogelstrom
they don't use pcvt which is i386 specific. Fixed with a define: -DHAVEPCVT.
1998-05-29add support for pcvt.Michael Shalayeff
ugly call system(kcon) when needed to avoid code copying.
1997-09-14some -WallTheo de Raadt
1996-09-01change keymap_t to pccons_keymap_t in pcconsTheo de Raadt
1996-06-30Added support for swedish keyboards (both 7 and 8-bit).Mats O Jansson
1996-06-23french key table; from matthieu@mipnet.frTheo de Raadt
1996-04-29Split the MD part into different tables.Michael Shalayeff
Add KOI8 russian encoding.
1996-04-22New prog to change pccons's keymap encoding for national keyboardshannken