summaryrefslogtreecommitdiffstats
path: root/sbin/kbd/kbd_wscons.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove semicolons not needed after } statements. ok deraadttedu2020-01-221-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-6/+6
* Those while loops look better written as for loopsjca2016-10-031-10/+4
* Use WSKBDIO_GETENCODINGS ioctl to generate a list of supported keyboardkettenis2016-09-301-17/+81
* remove more kvm codederaadt2016-09-271-7/+4
* Remove kvm groveling code. To restore the lost functionality we need tokettenis2016-09-261-90/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+2
* Drop Apollo Domain keyboard support, now that hp300 has bitten the dust.miod2014-03-261-6/+6
* Use NULL instead of 0 for pointersshadchin2012-07-131-4/+4
* Do not compile the ``kbd needs to be rebuilt'' test if -DNOKVM. Should shavemiod2008-06-231-2/+4
* Now that we can report either LK201 or LK401 as the keyboard type, do themiod2006-07-311-4/+5
* Add support for the domain keyboards, and simplify the kbd -l logic.miod2005-05-071-45/+53
* Check for kvm_nlist failure to retrieve all keyboard map symbols, and domiod2005-05-071-2/+10
* provide enough of a -l mode in non-kvm snooping mode, and krw can shrinkderaadt2005-03-271-61/+42
* it's kbd(8) not kbd(1)jaredy2004-10-081-2/+2
* Use LINE_MAX, not _POSIX2_LINE_MAX. OK miod@millert2004-10-081-3/+3
* fix an overflow in the encoding/variant parsing. ok miod henningjaredy2004-10-081-3/+5
* shrink the code in the -DNOKVM casederaadt2004-09-161-4/+10
* lint says toss unused variable awayderaadt2004-05-091-4/+4
* add missing includesdavid2003-07-101-1/+2
* missing protosderaadt2003-07-021-1/+5
* remove clause 3 and 4. -mojmaja2003-06-021-6/+1
* typos/grammarjsyn2003-03-301-5/+5
* Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantagemiod2003-02-161-1/+10
* Add support for WSKBD_TYPE_HIL. -moj ok miod@maja2003-02-121-1/+10
* ansideraadt2002-07-031-8/+4
* Add support for WSKBD_TYPE_SUN5. -moj ok miod@maja2002-05-291-1/+10
* strcpy, sprintf death; mpech okderaadt2002-05-221-20/+22
* kbd setting code for the installer. kbd needs to be compiled without KVMderaadt2002-04-121-1/+7
* Add support for sparc64 and sun keyboards. -mojmaja2002-02-191-1/+10
* major -Wall cleanup, almost completederaadt2001-07-071-6/+8
* Add support for vax lk201 keyboard. Add code to check if new variants ormaja2001-06-041-2/+31
* Typo in error string; grange@rt.mipt.rumillert2001-05-041-2/+2
* Add support for wscons. Support for PC, USB and ADB keyboards.maja2001-03-081-0/+236