Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-06-04 | Add wscons support for vax. -moj | Mats O Jansson | |
2001-06-04 | Add support for vax lk201 keyboard. Add code to check if new variants or | Mats O Jansson | |
encodings exists in kernel. If so suggest to rebuild kbd(1). -moj | |||
2001-05-04 | Typo in error string; grange@rt.mipt.ru | Todd C. Miller | |
2001-05-01 | Remove PCVT cruft. | Aaron Campbell | |
2001-03-08 | Add support for wscons. Support for PC, USB and ADB keyboards. | Mats O Jansson | |
Enabled for i386 and powerpc. This makes it possible to list which encodings are known by the kernel. kbd_wscons.c needs struct wscons_keydesc from the newly commited <dev/wscons/wsksymvar.h>. -moj ok @aaron | |||
2001-01-30 | switch to wscons | Theo de Raadt | |
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). | |||
1999-08-21 | First step to get support for keypad and function keys on sparc. -moj | Mats O Jansson | |
1999-07-23 | default map is now selected by the keyboard id. If current keyboard id don't | Mats O Jansson | |
have a map, use the first keyboard map as default (us). -moj | |||
1999-07-20 | Add some more keyboards. -moj | Mats O Jansson | |
1999-07-20 | use .elif | Theo de Raadt | |
1999-07-18 | error out nicely if something fails | Theo de Raadt | |
1999-07-18 | Add support for some none us keyboards. -moj | Mats O Jansson | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell | |
1998-09-17 | sbin/ man page fixes | Aaron Campbell | |
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-06-20 | see also keycap(5) | Marco S Hyman | |
1998-05-29 | add support for pcvt. | Michael Shalayeff | |
ugly call system(kcon) when needed to avoid code copying. | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-14 | some -Wall | Theo de Raadt | |
1996-09-28 | ARC machines use kbd mapping too. Small bug in kbd_void.c fixed. (crashed on ↵ | Per Fogelstrom | |
other arch's). | |||
1996-09-01 | distinguish between left/right shift keys for X; from Mathieu.Herrb@mipnet.fr | Theo de Raadt | |
1996-09-01 | change keymap_t to pccons_keymap_t in pccons | Theo de Raadt | |
1996-06-30 | spelling error | Theo de Raadt | |
1996-06-30 | fix rcsid | Theo de Raadt | |
1996-06-30 | Opps... missing $OpenBSD line added. | Mats O Jansson | |
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-05-12 | fix copyright message. | Michael Shalayeff | |
1996-05-09 | shift-tab does tab, not some confusing gobbledygook | Theo de Raadt | |
1996-04-30 | OpenBSD not NetBSD. Also, fixed cvs OpenBSD tag. | etheisen | |
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 | |