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
...
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Update default keyboard (PREV, PASTE)
ache
2001-03-12
1
-2
/
+2
*
Free the kbd pointer when it isn't NULL, as opposed to when it is.
dwmalone
2001-01-22
1
-1
/
+1
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
3
-15
/
+10
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
2
-2
/
+0
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
3
-3
/
+3
*
Add the ability to define a "shutdown" and "shutdown and poweroff" key
dwmalone
2000-09-11
1
-0
/
+1
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
1
-1
/
+1
*
Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, because
ache
2000-05-28
1
-1
/
+2
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
2
-3
/
+3
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
2
-3
/
+3
*
- Properly keep track of I/O port resources.
yokota
2000-03-19
4
-94
/
+128
*
- Add Support for the following PS/2 mice:
yokota
2000-03-18
1
-0
/
+3
*
Changed key assign for PC-98.
nyan
2000-03-16
1
-5
/
+5
*
One more patch for the atkbd driver. It will make sure that the
yokota
2000-03-11
1
-0
/
+12
*
- Be slightly more cautious and try to make more sure the keyboard
yokota
2000-02-11
1
-4
/
+9
*
Use config's conditional compilation rather than using #ifdefs that make
peter
2000-01-29
3
-11
/
+1
*
- Add some comment from bde on the keyboard interrupt.
yokota
2000-01-20
1
-11
/
+19
*
Rework shifta/ctla/alta key handling. It appears that there was
yokota
2000-01-11
3
-17
/
+19
*
Obtain the initial key repeat rate setting via BIOS in i386 if
yokota
2000-01-10
1
-0
/
+54
*
Add some keyboard IDs.
yokota
2000-01-10
1
-2
/
+9
*
- Fixed warnings.
nyan
2000-01-04
1
-132
/
+132
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
3
-6
/
+6
*
- Add a module event function to the ukbd driver and make the ukbd KLD
yokota
1999-12-13
2
-2
/
+47
*
- Remember the keyboard repeat delay and rate.
yokota
1999-12-13
2
-10
/
+37
*
Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, and
yokota
1999-12-10
3
-12
/
+85
*
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
[prev]
[next]