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