aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kbdcontrol/kbdcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Enable KEYMAP_PATH environment variable to tweak keymap path.Makoto Matsushita2004-08-031-8/+13
* MFC: Support mouse-buffer paste key definition.Murray Stokely2003-07-151-0/+8
* MFC:Maxim Sobolev2001-06-081-12/+13
* MFC: Add the ability to define halt and powerdown keys for sysconf.David Malone2000-10-291-0/+16
* Define some more function keys in the keymap: panic, lshifta, rshifta, etc.Kazutaka YOKOTA1999-12-101-0/+56
* Fix warning: return type of `main' is not `int'Peter Wemm1999-09-151-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* - Add new argument `off' to the `-b' option. This will turn offKazutaka YOKOTA1999-07-221-1/+3
* Reflect recent changes in syscons.Kazutaka YOKOTA1999-06-221-1/+9
* Added backward compatibility to set key repeat rate.Kazutaka YOKOTA1999-05-091-7/+28
* Fix builds for the AXPGary Palmer1999-03-171-6/+1
* Keyboard driver update in preparation for the USB keyboard driver.Kazutaka YOKOTA1999-03-101-33/+12
* Remove a workaround for the alpha port using an outdated version of syscons.Doug Rabson1999-01-231-6/+1
* Fix for compiling on alpha.Matt Jacob1999-01-121-1/+20
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-111-5/+109
* The fix in the previous commit was not sufficient; the upper 24 bitsKazutaka YOKOTA1998-09-101-14/+9
* Fix uninitialized variable.Kazutaka YOKOTA1998-09-041-1/+2
* The control code ^_ (0x1f) should really be called "us" rather than "ns".Kazutaka YOKOTA1998-08-061-2/+2
* Added the `saver' key definition. The saver key will activate the screenKazutaka YOKOTA1998-08-031-1/+9
* - Set bell pitch in hertz and duration in msecs.Kazutaka YOKOTA1998-08-031-5/+13
* Fix the search sequence for keymaps.Dag-Erling Smørgrav1998-05-051-3/+3
* Fix the output of `kbdcontrol -L _keymap_file_' which I broke in the lastKazutaka YOKOTA1998-01-121-11/+16
* Added accent (dead) key support to syscons and kbdcontrol.Kazutaka YOKOTA1998-01-071-37/+342
* Use err(3). Typo fixes in man page.Philippe Charnier1997-09-191-47/+33
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Implement a -L option that dumps the compiled keymap (as C code) toJoerg Wunsch1996-11-091-6/+31
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-4/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-23/+23
* Added h option for setting the historysize.Søren Schmidt1995-01-301-23/+25
* Third round in syscons update.Søren Schmidt1995-01-281-18/+30
* First round in syscons update. Several new features has been added:Søren Schmidt1995-01-121-23/+31
* Applied patch009. Also added appropriate #include <string.h> whichSteven Wallace1994-10-251-2/+3
* Added kbdcontrol util from 1.1.5.1+Søren Schmidt1994-08-171-0/+566