Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ millert@ tedu@ | |||
2003-07-02 | missing protos | Theo de Raadt | |
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson | |
2003-03-30 | typos/grammar | Jason Peel | |
these are the only instances of s/WSKBD/WDKBD/ needed in the tree; ok miod@ | |||
2003-02-16 | Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantage | Miod Vallat | |
of it in kbd(8) to work correctly with such a keyboard. Reminded by maja some time ago. | |||
2003-02-12 | Add support for WSKBD_TYPE_HIL. -moj ok miod@ | Mats O Jansson | |
2002-07-03 | ansi | Theo de Raadt | |
2002-05-29 | Add support for WSKBD_TYPE_SUN5. -moj ok miod@ | Mats O Jansson | |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt | |
2002-04-12 | kbd setting code for the installer. kbd needs to be compiled without KVM | Theo de Raadt | |
support. smat@acm.org, miod, and krw. | |||
2002-02-19 | Add support for sparc64 and sun keyboards. -moj | Mats O Jansson | |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
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-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 |