Age | Commit message (Expand) | Author |
2022-05-05 | Add error handling if setting the keyboard encoding fails. After | Alexander Bluhm |
2022-04-17 | When kbd -l was executed as regular user, it failed silently. Try | Alexander Bluhm |
2020-01-22 | remove semicolons not needed after } statements. ok deraadt | Ted Unangst |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2016-10-03 | Those while loops look better written as for loops | Jeremie Courreges-Anglas |
2016-09-30 | Use WSKBDIO_GETENCODINGS ioctl to generate a list of supported keyboard | Mark Kettenis |
2016-09-27 | remove more kvm code | Theo de Raadt |
2016-09-26 | Remove kvm groveling code. To restore the lost functionality we need to | Mark Kettenis |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-03-26 | Drop Apollo Domain keyboard support, now that hp300 has bitten the dust. | Miod Vallat |
2012-07-13 | Use NULL instead of 0 for pointers | Alexandr Shadchin |
2008-06-23 | Do not compile the ``kbd needs to be rebuilt'' test if -DNOKVM. Should shave | Miod Vallat |
2006-07-31 | Now that we can report either LK201 or LK401 as the keyboard type, do the | Miod Vallat |
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 |
2005-03-27 | provide enough of a -l mode in non-kvm snooping mode, and krw can shrink | Theo de Raadt |
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 |
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 |
2003-02-16 | Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantage | Miod Vallat |
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 |
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 |
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 |