summaryrefslogtreecommitdiff
path: root/sbin/kbd
AgeCommit message (Collapse)Author
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-06-04Add wscons support for vax. -mojMats O Jansson
2001-06-04Add support for vax lk201 keyboard. Add code to check if new variants orMats O Jansson
encodings exists in kernel. If so suggest to rebuild kbd(1). -moj
2001-05-04Typo in error string; grange@rt.mipt.ruTodd C. Miller
2001-05-01Remove PCVT cruft.Aaron Campbell
2001-03-08Add 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-30switch to wsconsTheo de Raadt
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).
1999-08-21First step to get support for keypad and function keys on sparc. -mojMats O Jansson
1999-07-23default map is now selected by the keyboard id. If current keyboard id don'tMats O Jansson
have a map, use the first keyboard map as default (us). -moj
1999-07-20Add some more keyboards. -mojMats O Jansson
1999-07-20use .elifTheo de Raadt
1999-07-18error out nicely if something failsTheo de Raadt
1999-07-18Add support for some none us keyboards. -mojMats O Jansson
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-09-17sbin/ man page fixesAaron Campbell
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-06-20see also keycap(5)Marco S Hyman
1998-05-29add support for pcvt.Michael Shalayeff
ugly call system(kcon) when needed to avoid code copying.
1997-09-21$OpenBSD$Theo de Raadt
1997-09-14some -WallTheo de Raadt
1996-09-28ARC machines use kbd mapping too. Small bug in kbd_void.c fixed. (crashed on ↵Per Fogelstrom
other arch's).
1996-09-01distinguish between left/right shift keys for X; from Mathieu.Herrb@mipnet.frTheo de Raadt
1996-09-01change keymap_t to pccons_keymap_t in pcconsTheo de Raadt
1996-06-30spelling errorTheo de Raadt
1996-06-30fix rcsidTheo de Raadt
1996-06-30Opps... missing $OpenBSD line added.Mats O Jansson
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-05-12fix copyright message.Michael Shalayeff
1996-05-09shift-tab does tab, not some confusing gobbledygookTheo de Raadt
1996-04-30OpenBSD not NetBSD. Also, fixed cvs OpenBSD tag.etheisen
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