index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
kbdcontrol
/
kbdcontrol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace magic numbers for console bell types with defines.
ru
2006-11-16
1
-3
/
+3
*
Make op parameter to mux_keyboard() u_int instead of int.
emax
2006-09-15
1
-2
/
+2
*
kbdmux(4) keyboard multiplexer integration
emax
2005-07-14
1
-2
/
+70
*
fix bug which prevented programming function keys that were exactly 16
jmg
2004-08-09
1
-1
/
+1
*
Use __FBSDID over rcsid[]. Protect copyright[] where needed.
obrien
2003-05-03
1
-4
/
+2
*
WARNS?=4 cleanup.
alfred
2002-07-11
1
-17
/
+31
*
de-__P()
alfred
2002-07-11
1
-3
/
+3
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
1
-1
/
+1
*
FreeBSD 4.1 bootstrapping aid (HALT and PDWN are not defined there).
ru
2002-02-08
1
-2
/
+8
*
Repeat after me: "when reporting `file not found', perform a little bit of
obrien
2001-07-13
1
-1
/
+1
*
- Syncronizes command line syntax warnings with manpage (bin/27010);
sobomax
2001-05-29
1
-9
/
+12
*
Move the scrollback controls from kbdcontrol to vidcontrol.
des
2001-05-28
1
-72
/
+39
*
Instead of defining CONS_CLRHIST if it isn't defined, simply disable
dd
2001-05-27
1
-6
/
+6
*
A la rev. 1.36, define CONS_CLRHIST here if it isn't already since
dd
2001-05-27
1
-2
/
+6
*
Add a -c option which clears the history buffer using the new
dd
2001-05-27
1
-2
/
+13
*
If PASTE isn't defined, define it as a transitional measure. This
imp
2001-05-15
1
-6
/
+13
*
Fix a possible segfault introduced in my previous commit.
sobomax
2001-05-14
1
-2
/
+3
*
Allow path where keyboard maps are looked for to be altered using environment
sobomax
2001-05-12
1
-8
/
+12
*
Implement keyboard paste
ache
2001-03-11
1
-0
/
+8
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
1
-1
/
+2
*
Add the ability to define a "shutdown" and "shutdown and poweroff" key
dwmalone
2000-09-11
1
-0
/
+16
*
Define some more function keys in the keymap: panic, lshifta, rshifta, etc.
yokota
1999-12-10
1
-0
/
+56
*
Fix warning: return type of `main' is not `int'
peter
1999-09-15
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
- Add new argument `off' to the `-b' option. This will turn off
yokota
1999-07-22
1
-1
/
+3
*
Reflect recent changes in syscons.
yokota
1999-06-22
1
-1
/
+9
*
Added backward compatibility to set key repeat rate.
yokota
1999-05-09
1
-7
/
+28
*
Fix builds for the AXP
gpalmer
1999-03-17
1
-6
/
+1
*
Keyboard driver update in preparation for the USB keyboard driver.
yokota
1999-03-10
1
-33
/
+12
*
Remove a workaround for the alpha port using an outdated version of syscons.
dfr
1999-01-23
1
-6
/
+1
*
Fix for compiling on alpha.
mjacob
1999-01-12
1
-1
/
+20
*
The first stage of console driver reorganization: activate new
yokota
1999-01-11
1
-5
/
+109
*
The fix in the previous commit was not sufficient; the upper 24 bits
yokota
1998-09-10
1
-14
/
+9
*
Fix uninitialized variable.
yokota
1998-09-04
1
-1
/
+2
*
The control code ^_ (0x1f) should really be called "us" rather than "ns".
yokota
1998-08-06
1
-2
/
+2
*
Added the `saver' key definition. The saver key will activate the screen
yokota
1998-08-03
1
-1
/
+9
*
- Set bell pitch in hertz and duration in msecs.
yokota
1998-08-03
1
-5
/
+13
*
Fix the search sequence for keymaps.
des
1998-05-05
1
-3
/
+3
*
Fix the output of `kbdcontrol -L _keymap_file_' which I broke in the last
yokota
1998-01-12
1
-11
/
+16
*
Added accent (dead) key support to syscons and kbdcontrol.
yokota
1998-01-07
1
-37
/
+342
*
Use err(3). Typo fixes in man page.
charnier
1997-09-19
1
-47
/
+33
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Implement a -L option that dumps the compiled keymap (as C code) to
joerg
1996-11-09
1
-6
/
+31
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-4
/
+5
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-23
/
+23
*
Added h option for setting the historysize.
sos
1995-01-30
1
-23
/
+25
*
Third round in syscons update.
sos
1995-01-28
1
-18
/
+30
*
First round in syscons update. Several new features has been added:
sos
1995-01-12
1
-23
/
+31
*
Applied patch009. Also added appropriate #include <string.h> which
swallace
1994-10-25
1
-2
/
+3
[next]