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
/
dev
/
wscons
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant conditional. Inspecting flags is the correct way to
anton
2019-05-24
1
-5
/
+3
*
Cleanup debug macros in wscons. Favor __func__ over spelling out the actual
anton
2019-05-22
3
-56
/
+54
*
A wscons device may only be opened in read/write mode once. However,
anton
2019-05-22
5
-16
/
+25
*
A problem fixed in wskbd is also present in wsmux. Repeating the
anton
2019-05-21
1
-2
/
+2
*
Add the colemak keyboard layout.
abieber
2019-05-11
1
-2
/
+4
*
Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)
kettenis
2019-05-04
2
-5
/
+20
*
Restrict the number of allowed wsmux devices, just like wskbd and wsmouse
anton
2019-03-30
1
-1
/
+4
*
Fix a precedence problem.
bru
2019-03-24
1
-3
/
+6
*
Switch to precision scrolling in wstpad.
bru
2019-03-24
3
-64
/
+93
*
Add new event types for precision scrolling.
bru
2019-03-24
1
-1
/
+7
*
Clear the me_evp pointer after calling wsmux_do_close() as opposed of
anton
2019-03-16
1
-2
/
+2
*
Limited the number of allowed stacked wsmux devices. A sufficiently long chain
anton
2019-03-02
1
-7
/
+66
*
When adding a wsmux device to an existing wsmux device using
anton
2019-02-20
1
-2
/
+2
*
whitespace nits
anton
2019-02-19
1
-4
/
+4
*
favor C99 initializers for improved grepability; ok mpi@
anton
2019-02-19
3
-13
/
+22
*
Serialize access to the list of attached child devices belonging to a
anton
2019-02-18
2
-8
/
+47
*
free size for wscons_event; ok deraadt@ visa@
anton
2019-02-01
1
-2
/
+2
*
In wskbdclose(), use the same logic as in wskbdopen() to determine if
anton
2019-02-01
1
-2
/
+3
*
Fix compilation of amd64 kernel when optimization is disabled.
millert
2019-01-31
1
-3
/
+2
*
tweak errno in previous
anton
2019-01-27
1
-2
/
+2
*
Validate the user-supplied device index given to WSMUXIO_ADD_DEVICE. The same
anton
2019-01-27
1
-1
/
+3
*
Cleanup: Initialize the pointers to position data early, and use
bru
2018-12-29
1
-17
/
+15
*
Use estimates of speed to improve gesture detection.
bru
2018-12-26
1
-47
/
+136
*
When no child devices are attached to a wsmux device, make sure to return an
anton
2018-12-17
1
-3
/
+6
*
Use a time-based method for tracking motion states of touches.
bru
2018-12-05
1
-50
/
+81
*
Add support for TIOCGPGRP ioctl commands to wscons.
anton
2018-11-20
3
-3
/
+24
*
No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl()
anton
2018-11-20
3
-22
/
+3
*
Utilize sigio with wscons. The old behavior of always making the process group
anton
2018-11-19
5
-37
/
+38
*
in the magical language gcc, adding brackets allows correct code to compile.
deraadt
2018-11-11
1
-3
/
+3
*
Remove the strong hysteresis filter.
bru
2018-11-10
4
-86
/
+36
*
Improve the filters for scrolling.
bru
2018-11-05
1
-16
/
+44
*
define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stop
jcs
2018-07-30
1
-1
/
+2
*
Add logging options to wsmouse. Input and event logging for debug
bru
2018-05-07
4
-5
/
+97
*
replace add_*_randomness with enqueue_randomness()
jasper
2018-04-28
1
-2
/
+2
*
Try to get the layout from the default mux when attaching a console
mpi
2018-04-18
1
-19
/
+8
*
Remove almost unused `flags' argument of suser().
mpi
2018-02-19
2
-5
/
+5
*
More sizes for free() in wscons(4).
fcambus
2018-01-22
2
-4
/
+6
*
Add sizes for free() in wscons(4).
fcambus
2018-01-17
2
-4
/
+4
*
coordinate again: polishing
bru
2018-01-13
1
-1
/
+5
*
Improve the handling of coordinate inputs and filters.
bru
2018-01-11
3
-170
/
+205
*
scrolling: take care of noise.
bru
2017-12-23
1
-3
/
+5
*
1. Use unfiltered deltas for scrolling. 2. (Re-)Simplify the edge area
bru
2017-12-22
1
-74
/
+63
*
Add various improvements to the default configuration (better default
bru
2017-11-26
1
-20
/
+22
*
1. Prepare a consistent treatment of edge areas. 2. Add mechanisms
bru
2017-11-23
3
-69
/
+213
*
Remove unused compat macros.
anton
2017-11-15
1
-5
/
+1
*
remove defines for ioctls the kernel doesn't recognise
jsg
2017-10-24
1
-10
/
+1
*
If you use sys/param.h, you don't need sys/types.h
deraadt
2017-09-08
1
-2
/
+1
*
Reduce the delay before scrolling starts.
bru
2017-08-25
1
-36
/
+41
*
Backout because it breaks ramdisks. Anyone making changes in the kernel
deraadt
2017-08-18
1
-3
/
+1
*
Add compressed fonts support in the kernel.
fcambus
2017-08-18
1
-1
/
+3
[next]