Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-13 | Use NULL instead of 0 for pointers | Alexandr Shadchin | |
ok gilles@, guenther@ | |||
2008-06-23 | Do not compile the ``kbd needs to be rebuilt'' test if -DNOKVM. Should shave | Miod Vallat | |
a few bytes off the installation media filesystems. | |||
2006-07-31 | Now that we can report either LK201 or LK401 as the keyboard type, do the | Miod Vallat | |
right thing there. | |||
2005-05-07 | Add support for the domain keyboards, and simplify the kbd -l logic. | Miod Vallat | |
2005-05-07 | Check for kvm_nlist failure to retrieve all keyboard map symbols, and do | Miod Vallat | |
not dispaly garbage in this case. | |||
2005-03-27 | provide enough of a -l mode in non-kvm snooping mode, and krw can shrink | Theo de Raadt | |
the install script even more | |||
2004-10-08 | it's kbd(8) not kbd(1) | Jared Yanovich | |
2004-10-08 | Use LINE_MAX, not _POSIX2_LINE_MAX. OK miod@ | Todd C. Miller | |
2004-10-08 | fix an overflow in the encoding/variant parsing. ok miod henning | Jared Yanovich | |
2004-09-16 | shrink the code in the -DNOKVM case | Theo de Raadt | |
2004-05-09 | lint says toss unused variable away | Theo de Raadt | |
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 |