summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdcontrol/kbdcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Reencode files to UTF-8. Drop CP1252 em-dash.uqs2011-12-301-1/+1
* Add missing static and const keywords to kbdcontrol.ed2011-12-121-63/+64
* ANSIfy some more tools in usr.sbin/.ed2010-01-021-1/+1
* Make the keyboard layer Unicode aware.ed2009-09-191-1/+1
* Unhardcode 0x100 inside kbdcontrol.ed2009-08-241-71/+73
* Replace magic numbers for console bell types with defines.ru2006-11-161-3/+3
* Make op parameter to mux_keyboard() u_int instead of int.emax2006-09-151-2/+2
* kbdmux(4) keyboard multiplexer integrationemax2005-07-141-2/+70
* fix bug which prevented programming function keys that were exactly 16jmg2004-08-091-1/+1
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+2
* WARNS?=4 cleanup.alfred2002-07-111-17/+31
* de-__P()alfred2002-07-111-3/+3
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* FreeBSD 4.1 bootstrapping aid (HALT and PDWN are not defined there).ru2002-02-081-2/+8
* Repeat after me: "when reporting `file not found', perform a little bit ofobrien2001-07-131-1/+1
* - Syncronizes command line syntax warnings with manpage (bin/27010);sobomax2001-05-291-9/+12
* Move the scrollback controls from kbdcontrol to vidcontrol.des2001-05-281-72/+39
* Instead of defining CONS_CLRHIST if it isn't defined, simply disabledd2001-05-271-6/+6
* A la rev. 1.36, define CONS_CLRHIST here if it isn't already sincedd2001-05-271-2/+6
* Add a -c option which clears the history buffer using the newdd2001-05-271-2/+13
* If PASTE isn't defined, define it as a transitional measure. Thisimp2001-05-151-6/+13
* Fix a possible segfault introduced in my previous commit.sobomax2001-05-141-2/+3
* Allow path where keyboard maps are looked for to be altered using environmentsobomax2001-05-121-8/+12
* Implement keyboard pasteache2001-03-111-0/+8
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+2
* Add the ability to define a "shutdown" and "shutdown and poweroff" keydwmalone2000-09-111-0/+16
* Define some more function keys in the keymap: panic, lshifta, rshifta, etc.yokota1999-12-101-0/+56
* Fix warning: return type of `main' is not `int'peter1999-09-151-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* - Add new argument `off' to the `-b' option. This will turn offyokota1999-07-221-1/+3
* Reflect recent changes in syscons.yokota1999-06-221-1/+9
* Added backward compatibility to set key repeat rate.yokota1999-05-091-7/+28
* Fix builds for the AXPgpalmer1999-03-171-6/+1
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-101-33/+12
* Remove a workaround for the alpha port using an outdated version of syscons.dfr1999-01-231-6/+1
* Fix for compiling on alpha.mjacob1999-01-121-1/+20
* The first stage of console driver reorganization: activate newyokota1999-01-111-5/+109
* The fix in the previous commit was not sufficient; the upper 24 bitsyokota1998-09-101-14/+9
* Fix uninitialized variable.yokota1998-09-041-1/+2
* The control code ^_ (0x1f) should really be called "us" rather than "ns".yokota1998-08-061-2/+2
* Added the `saver' key definition. The saver key will activate the screenyokota1998-08-031-1/+9
* - Set bell pitch in hertz and duration in msecs.yokota1998-08-031-5/+13
* Fix the search sequence for keymaps.des1998-05-051-3/+3
* Fix the output of `kbdcontrol -L _keymap_file_' which I broke in the lastyokota1998-01-121-11/+16
* Added accent (dead) key support to syscons and kbdcontrol.yokota1998-01-071-37/+342
* Use err(3). Typo fixes in man page.charnier1997-09-191-47/+33
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Implement a -L option that dumps the compiled keymap (as C code) tojoerg1996-11-091-6/+31
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-4/+5
OpenPOWER on IntegriCloud