index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
dev
/
comkbd_ebus.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move away from K&R style function definitions. clang is rather picky about
claudio
2018-12-27
1
-30
/
+11
*
Delete unnecessary <sys/file.h> includes
guenther
2017-12-30
1
-2
/
+1
*
Add some delay between a successful keyboard reset sequence and a keyboard
miod
2011-03-18
1
-1
/
+3
*
Define a limit to the input which can be fed to sunkbd_input() at once,
miod
2009-01-11
1
-3
/
+9
*
Factor a bit more sunkbd common parts; paves the way for upcoming
miod
2009-01-11
1
-7
/
+5
*
Enable or disable keyclick on attach, based upon the PROM keyboard-click?
miod
2005-11-11
1
-1
/
+5
*
Factorize most of the high-level logic for Sun serial keyboards in
miod
2005-05-14
1
-244
/
+42
*
No extra newline if keyboard plugged but not console.
miod
2005-04-05
1
-3
/
+2
*
Shorten dmesg if no keyboard is plugged.
miod
2005-03-06
1
-4
/
+3
*
Add a "where" argument to the sparc64 interrupt code. This lets us
henric
2003-06-24
1
-2
/
+2
*
nuke terms 3 & 4
jason
2003-06-02
1
-6
/
+1
*
Make sure to do the keyboard layout selection dance before wskbd_cnattach()
miod
2003-05-26
1
-21
/
+28
*
Add support for the Sun Enterprise 450
henric
2003-02-17
1
-17
/
+24
*
Do not attempt to select keyboard layout until it has been determined from
miod
2002-12-22
1
-21
/
+21
*
Fix spurious \n in dmesg output
miod
2002-12-10
1
-4
/
+4
*
Upon detection of an international Sun keyboard with a recognized layout,
miod
2002-11-29
1
-12
/
+23
*
Add a new wskbd type for Sun type 5 keyboards (WSKBD_TYPE_SUN5).
maja
2002-05-29
1
-4
/
+16
*
Credit DARPA/USAF appropriately.
jason
2002-04-08
1
-1
/
+6
*
First round of __P removal in sys
millert
2002-03-14
1
-18
/
+18
*
beep!
jason
2002-02-12
1
-12
/
+71
*
missing \n
jason
2002-02-01
1
-1
/
+3
*
move the scancode -> wskbd event map into a seperate file... more still
jason
2002-01-25
1
-153
/
+6
*
Add a driver for keyboards on com (ns16550 clones) as found on the AXi, etc.
jason
2002-01-24
1
-0
/
+755