summaryrefslogtreecommitdiff
path: root/sbin/kbd
AgeCommit message (Collapse)Author
2009-10-11Enable kbd on landisk and socppc. -moj ok miod@Mats O Jansson
2009-05-06- document /etc/kbdtypeJason McIntyre
- standard options list - some minor tweakage based on a diff from Rodolfo Gouveia
2008-06-23Do not compile the ``kbd needs to be rebuilt'' test if -DNOKVM. Should shaveMiod Vallat
a few bytes off the installation media filesystems.
2008-05-13Disable more wscons bits on socppc.Miod Vallat
2007-12-30each usage requires its own lineIgor Sobrado
written with improvements by jmc@ ok jmc@
2007-08-01cats went awayTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-11-10landisk has no kbd(8)Theo de Raadt
2006-07-31Now that we can report either LK201 or LK401 as the keyboard type, do theMiod Vallat
right thing there.
2006-05-09Administrative changes for aviion, ok deraadt@Miod Vallat
2006-01-04Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouseMiod Vallat
drivers, and to wscons as the console; a few parts borrowed from OpenBSD/macppc as well. Currently only working with displays configured in 1bpp or 8bpp modes; this limitation will be worked on ASAP. Tested by claudio@ kettenis@ martin@ nick@ and I on various models. X11 changes coming soon.
2005-11-06Install a manpage for luna88k since we build the binary anyway.Miod 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
not dispaly garbage in this case.
2005-05-02invert, sort, and build on hp300Martin Reindl
ok miod@
2005-03-27provide enough of a -l mode in non-kvm snooping mode, and krw can shrinkTheo de Raadt
the install script even more
2005-01-13build on zaurus too, after further discusssion, because MANSUBDIR needsDale Rahn
updating it will be explicit MACHINE
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-09-16prettier simple code; mcbride okTheo de Raadt
2004-08-06not sgimips, be carefulTheo de Raadt
2004-08-06add sgiPer Fogelstrom
2004-05-09lint says toss unused variable awayTheo de Raadt
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree.
2004-02-07Add a comment to remind people to update distrib/special/kbd/Makefile asMiod Vallat
well as this file when adding architectures.
2004-01-29typoMichael Shalayeff
2004-01-29will be needed for cats tooTheo de Raadt
2004-01-28Repair build links for pegosos, and also build for amd64Theo de Raadt
2003-10-31These should build on pegasosDale Rahn
2003-07-10add missing includesDavid Krause
ok deraadt@ millert@ tedu@
2003-07-02missing protosTheo de Raadt
2003-06-02remove clause 3 and 4. -mojMats O Jansson
2003-03-30typos/grammarJason Peel
these are the only instances of s/WSKBD/WDKBD/ needed in the tree; ok miod@
2003-02-16Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantageMiod Vallat
of it in kbd(8) to work correctly with such a keyboard. Reminded by maja some time ago.
2003-02-12Add support for WSKBD_TYPE_HIL. -moj ok miod@Mats O Jansson
2002-11-23-I${.CURDIR} makes no sense now that we don't look at the tables/ directory.Miod Vallat
2002-11-23Now that wskbd layouts for sparc are done, I don't need to keep these filesMiod Vallat
as a reference...
2002-08-12Enable wscons code on sparc, and let kbd_sparc.c dieMiod Vallat
2002-07-03ansiTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
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-19Do not commit kbd for arches where it provides no real support.Miod Vallat
While there, remove dead parts.
2002-04-12kbd setting code for the installer. kbd needs to be compiled without KVMTheo de Raadt
support. smat@acm.org, miod, and krw.
2002-02-19Add support for sparc64 and sun keyboards. -mojMats O Jansson
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-06Don't Xref old inexistant manpages.Marc Espie
2001-10-24Alpha supports wscons. -mojMats O Jansson