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
/
sys
/
dev
/
kbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
7
-7
/
+7
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-2
/
+1
*
- Remove cdevsw entry points in individual keyboard drivers;
yokota
1999-08-22
4
-352
/
+112
*
Correctly save `flags' bits.
yokota
1999-08-15
1
-1
/
+2
*
- Move the `return' statement the correct place so that the keyboard
yokota
1999-07-18
1
-5
/
+5
*
Simplify cdevsw registration.
phk
1999-05-31
1
-4
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
2
-11
/
+41
*
Don't bogusly define a d_reset_t function.
phk
1999-05-30
1
-14
/
+2
*
- Include isa/isareg.h rather than i386/isa/isa.h for i386.
yokota
1999-05-20
1
-43
/
+3
*
Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.
yokota
1999-05-20
1
-5
/
+1
*
Slight reorganization of internal interface in the keyboard controller
yokota
1999-05-18
2
-4
/
+13
*
Silence warnings.
yokota
1999-05-18
1
-10
/
+10
*
Remove unnecessary function call.
yokota
1999-05-18
1
-2
/
+1
*
The previous commit was wrong! This is the correct one ;-<
yokota
1999-05-18
1
-2
/
+2
*
Don't confuse cursor keys with numpad keys when composing a char code.
yokota
1999-05-09
1
-5
/
+5
*
Minor tweak after the introduction of new-bus to i386; properly
yokota
1999-05-09
1
-14
/
+14
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-10
/
+9
*
Keyboard driver update in preparation for the USB keyboard driver.
yokota
1999-03-10
5
-1197
/
+358
*
- Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101
yokota
1999-01-28
2
-70
/
+118
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-3
/
+3
*
syscons
yokota
1999-01-19
2
-6
/
+17
*
Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,
yokota
1999-01-13
1
-2
/
+2
*
Fix PIO_KEYMAPENT/GIO_KEYMAPENT. They used to copy from/to a wrong place.
yokota
1999-01-12
1
-3
/
+3
*
Clean up warnings: get conditional compilation right so that a local
yokota
1999-01-12
1
-6
/
+11
*
Add the new keyboard driver and video card driver. They will be
yokota
1999-01-09
6
-0
/
+4089
*
Fix ROOL UP/DOWN keys of PC-98.
kato
1998-11-18
1
-3
/
+3
*
Add VESA support to syscons.
sos
1998-09-15
1
-5
/
+5
*
keymap -> key_map so that the kernel will compile with
steve
1998-06-06
1
-2
/
+2
*
Define CTL-ALT-ESC as the `debug' key, CTL-ALT-SPACE as the `suspend'key
yokota
1998-01-28
1
-5
/
+5
*
Fix illegal numeric expressions: 08 and 09.
yokota
1998-01-12
1
-10
/
+10
*
Added accent (dead) key support to syscons and kbdcontrol.
yokota
1998-01-07
1
-2
/
+298
*
Back out my LALT -> META change until we figure out a way to make it
jkh
1997-10-12
1
-2
/
+2
*
Change default keymap (I left all the international ones alone) so
jkh
1997-10-10
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
More merge and update.
asami
1996-10-30
1
-2
/
+141
*
Change RUKEYMAP sligtly
ache
1996-01-25
1
-3
/
+3
*
Staticize and cleanup.
phk
1995-12-10
1
-8
/
+8
*
Change fkey 63 from ^[[K to ^[[~.
sos
1995-03-28
1
-2
/
+2
*
Give backspace to the people (again)
sos
1995-03-27
1
-6
/
+6
*
Fix flag bugs with RUKEYMAP
ache
1995-03-03
1
-3
/
+3
*
Minor update to syscons.
sos
1995-03-03
1
-43
/
+43
*
Reviewed by:
sos
1995-01-30
1
-14
/
+14
*
Third round in syscons update.
sos
1995-01-28
1
-46
/
+48
*
Use NUM_FKEYS instead of hardcoded 65 for fkey_tab size
ache
1995-01-26
1
-2
/
+2
*
Get rid of overloaded Keypad 5, now F(65)
ache
1995-01-26
1
-8
/
+8
*
Rewrite fkey_tab to produce unique sequences for all fkeys
ache
1995-01-26
1
-14
/
+20
*
Implement Delete key properly, needed by ncurses
ache
1995-01-26
1
-12
/
+12
*
Changes to allow keypad 5 produce \E[E like SCO/ANSI term does
ache
1994-12-31
1
-12
/
+12
[next]