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
/
kbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix dev_t handling to avoid needless makedev() call.
phk
2003-09-27
1
-12
/
+5
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Add a a sysctl, hw.kbd.keymap_restrict_change, which acts a bit
dwmalone
2003-03-09
1
-0
/
+144
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-3
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Fixes to make select/poll mpsafe.
alfred
2002-03-14
1
-2
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-5
/
+5
*
Return consistent key action codes at key press and release
yokota
2001-07-20
1
-92
/
+101
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-6
/
+8
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-4
/
+3
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
1
-1
/
+1
*
Add the ability to define a "shutdown" and "shutdown and poweroff" key
dwmalone
2000-09-11
1
-0
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Use config's conditional compilation rather than using #ifdefs that make
peter
2000-01-29
1
-1
/
+0
*
Rework shifta/ctla/alta key handling. It appears that there was
yokota
2000-01-11
1
-9
/
+18
*
- Add a module event function to the ukbd driver and make the ukbd KLD
yokota
1999-12-13
1
-1
/
+43
*
- Remember the keyboard repeat delay and rate.
yokota
1999-12-13
1
-0
/
+5
*
Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, and
yokota
1999-12-10
1
-11
/
+68
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
- Remove cdevsw entry points in individual keyboard drivers;
yokota
1999-08-22
1
-203
/
+98
*
Simplify cdevsw registration.
phk
1999-05-31
1
-4
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+20
*
Don't bogusly define a d_reset_t function.
phk
1999-05-30
1
-14
/
+2
*
Silence warnings.
yokota
1999-05-18
1
-10
/
+10
*
Remove unnecessary function call.
yokota
1999-05-18
1
-2
/
+1
*
Keyboard driver update in preparation for the USB keyboard driver.
yokota
1999-03-10
1
-14
/
+60
*
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
1
-0
/
+1193