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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove warning about amdgpu userptr ioctl being unimplemented
jsg
2021-02-20
1
-1
/
+0
*
Unify unit initialization.
mglocker
2021-02-17
1
-9
/
+7
*
If the device driver open call fails, don't set sc_open since in that case
mglocker
2021-02-17
1
-5
/
+7
*
Call 'struct process' parameters 'pr' to distinguish from 'struct proc'
mglocker
2021-02-17
1
-4
/
+4
*
Collect return code of video_stop() for ioctls calls.
mglocker
2021-02-17
1
-2
/
+2
*
Add support for the UART found on the Apple M1 SoC.
kettenis
2021-02-16
2
-10
/
+30
*
Introduce debug levels since the current debug output is too noisy by
mglocker
2021-02-16
1
-17
/
+18
*
Poll battery sensors less frequently. The previous period was quite
anton
2021-02-16
1
-2
/
+2
*
Trim uhidpp_device_features() by extracting two pure protocol functions.
anton
2021-02-16
1
-18
/
+52
*
Enable multiple opens of a video(4) device as described in the V4L2
mglocker
2021-02-16
1
-30
/
+109
*
Back-out USB data toggle fix for HID devices, since we received multiple
mglocker
2021-02-15
1
-43
/
+1
*
move the rearming of the cq after the refill of the rq.
dlg
2021-02-15
1
-4
/
+5
*
regen
kettenis
2021-02-14
2
-2
/
+12
*
Add a few more devices that show up on the Apple M1 mini.
kettenis
2021-02-14
1
-1
/
+3
*
Postpone installation of the periodic sensor task until at least one
anton
2021-02-14
1
-2
/
+4
*
Bail out earlier during attach if no devices are paired with the
anton
2021-02-14
1
-4
/
+7
*
Enumerate all features supported by a device on connect.
anton
2021-02-14
1
-6
/
+93
*
Introduce variables to deal with bit layout differences in the UFSTAT
kettenis
2021-02-14
1
-9
/
+26
*
correct drm work flush behaviour
jsg
2021-02-14
2
-6
/
+10
*
Don't hardcode com(4)'s major number in exuart(4).
patrick
2021-02-11
1
-5
/
+12
*
Add missing break in switch statement of rge_activate().
stsp
2021-02-11
1
-1
/
+2
*
Initialize var since it's used in a condition a little bit afterwards.
mestre
2021-02-11
1
-2
/
+2
*
Initialize the stack local device id variable correctly.
anton
2021-02-11
1
-2
/
+2
*
Make room for handling of HID++ 1.0 devices. No functional change.
anton
2021-02-11
1
-56
/
+69
*
Use idx suffix consistently.
anton
2021-02-11
1
-17
/
+17
*
Remove unused software id macro.
anton
2021-02-11
1
-2
/
+1
*
Fold long line.
anton
2021-02-11
1
-2
/
+3
*
Stop uhidpp from claiming all report ids, instead only claim the
anton
2021-02-11
1
-5
/
+22
*
Add uhidev_unset_report_dev(), doing the opposite of
anton
2021-02-11
2
-2
/
+13
*
If uhidev_set_report_dev() already have been invoked for the given
anton
2021-02-11
1
-4
/
+6
*
ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it
jcs
2021-02-09
1
-1
/
+9
*
Add a barrier between reading the cqe flags and the command ID, which
jmatthew
2021-02-09
1
-1
/
+3
*
change discipline name from "RAID1C" to "RAID 1C" to match the man pages
stsp
2021-02-08
1
-2
/
+2
*
Add a RAID1C (raid1 + crypto) softraid(8) discipline.
stsp
2021-02-08
1
-0
/
+325
*
Add a RAID1C (raid1 + crypto) softraid(8) discipline.
stsp
2021-02-08
3
-31
/
+64
*
Simplify sleep_setup API to two operations in preparation for splitting
mpi
2021-02-08
3
-14
/
+10
*
Prevent that when ugen(4) tries to set an alternative configuration
mglocker
2021-02-05
1
-1
/
+5
*
arm_intr_establish_fdt() has long been renamed to fdt_intr_establish().
patrick
2021-02-05
3
-8
/
+7
*
Fix CVS tag.
patrick
2021-02-05
1
-1
/
+1
*
Fix whitespace.
patrick
2021-02-05
1
-2
/
+2
*
Rename probe/attach functions to fit our regular naming scheme. Replace
patrick
2021-02-05
1
-13
/
+13
*
Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.
patrick
2021-02-05
3
-1
/
+1057
*
Tedu unnecessary imxuartvar.h.
patrick
2021-02-04
2
-21
/
+1
*
Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to
anton
2021-02-04
2
-1
/
+1060
*
Add uhidev_set_report_dev() allowing usb drivers to early on install a
anton
2021-02-04
2
-5
/
+25
*
After the rev. 1.108 commit we see some issues with ugen(4) behaviour,
mglocker
2021-02-03
1
-1
/
+5
*
handle #pinctrl-cells 2
jsg
2021-02-01
1
-2
/
+7
*
Align the mixed naming for the variables used to reference to
mglocker
2021-02-01
4
-31
/
+31
*
Spacing.
mglocker
2021-01-31
1
-2
/
+2
*
Add basic support for BCM4378 as found on the Apple M1 SoCs. There's a
patrick
2021-01-31
3
-3
/
+12
[next]