summaryrefslogtreecommitdiff
path: root/sbin/kbd/kbd_wscons.c
AgeCommit message (Expand)Author
2022-05-05Add error handling if setting the keyboard encoding fails. AfterAlexander Bluhm
2022-04-17When kbd -l was executed as regular user, it failed silently. TryAlexander Bluhm
2020-01-22remove semicolons not needed after } statements. ok deraadtTed Unangst
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2016-10-03Those while loops look better written as for loopsJeremie Courreges-Anglas
2016-09-30Use WSKBDIO_GETENCODINGS ioctl to generate a list of supported keyboardMark Kettenis
2016-09-27remove more kvm codeTheo de Raadt
2016-09-26Remove kvm groveling code. To restore the lost functionality we need toMark Kettenis
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-03-26Drop Apollo Domain keyboard support, now that hp300 has bitten the dust.Miod Vallat
2012-07-13Use NULL instead of 0 for pointersAlexandr Shadchin
2008-06-23Do not compile the ``kbd needs to be rebuilt'' test if -DNOKVM. Should shaveMiod Vallat
2006-07-31Now that we can report either LK201 or LK401 as the keyboard type, do theMiod Vallat
2005-05-07Add support for the domain keyboards, and simplify the kbd -l logic.Miod Vallat
2005-05-07Check for kvm_nlist failure to retrieve all keyboard map symbols, and doMiod Vallat
2005-03-27provide enough of a -l mode in non-kvm snooping mode, and krw can shrinkTheo de Raadt
2004-10-08it's kbd(8) not kbd(1)Jared Yanovich
2004-10-08Use LINE_MAX, not _POSIX2_LINE_MAX. OK miod@Todd C. Miller
2004-10-08fix an overflow in the encoding/variant parsing. ok miod henningJared Yanovich
2004-09-16shrink the code in the -DNOKVM caseTheo de Raadt
2004-05-09lint says toss unused variable awayTheo de Raadt
2003-07-10add missing includesDavid Krause
2003-07-02missing protosTheo de Raadt
2003-06-02remove clause 3 and 4. -mojMats O Jansson
2003-03-30typos/grammarJason Peel
2003-02-16Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantageMiod Vallat
2003-02-12Add support for WSKBD_TYPE_HIL. -moj ok miod@Mats O Jansson
2002-07-03ansiTheo de Raadt
2002-05-29Add support for WSKBD_TYPE_SUN5. -moj ok miod@Mats O Jansson
2002-05-22strcpy, sprintf death; mpech okTheo de Raadt
2002-04-12kbd setting code for the installer. kbd needs to be compiled without KVMTheo de Raadt
2002-02-19Add support for sparc64 and sun keyboards. -mojMats O Jansson
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-06-04Add support for vax lk201 keyboard. Add code to check if new variants orMats O Jansson
2001-05-04Typo in error string; grange@rt.mipt.ruTodd C. Miller
2001-03-08Add support for wscons. Support for PC, USB and ADB keyboards.Mats O Jansson