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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-17
Remove board ID support. 6.7 shipped with a kernel that doesn't need
kettenis
4
-34
/
+9
2020-05-17
restore VGA fonts on VT switch
jsg
1
-1
/
+2
2020-05-17
Put setjmp+longjmp inside #ifdef DDB the only kernel-side user.
deraadt
6
-8
/
+19
2020-05-17
Fix typo in comment.
kettenis
1
-2
/
+2
2020-05-17
Add function for attaching RTC drivers, to reduce direct use
visa
2
-2
/
+9
2020-05-17
The 64-bit Power ABI reserves r13 for the thread pointer, so use that
kettenis
2
-2
/
+11
2020-05-17
Fix WITNESS build
kn
2
-4
/
+6
2020-05-17
Add machdep.compatible.
kettenis
2
-6
/
+24
2020-05-17
Add kqueue_scan_state struct
visa
2
-27
/
+84
2020-05-17
Do not redefine todr_handle. The variable now lives in kern_time.c.
visa
1
-2
/
+2
2020-05-17
Prevent kcov from collecting coverage after the kernel has panicked.
anton
1
-1
/
+8
2020-05-17
fix typo in a comment
jsg
1
-2
/
+2
2020-05-16
Get memory information from the device tree.
kettenis
2
-12
/
+118
2020-05-16
entropy_add_ptr and entropy_input_rotate are only used inside
deraadt
1
-3
/
+3
2020-05-16
Planting the first seed for OpenBSD/powerpc64.
kettenis
48
-0
/
+3243
2020-05-16
be more consistant about with using sizeof(object) rather than the constant
deraadt
1
-14
/
+14
2020-05-16
Make inittodr() and resettodr() MI.
kettenis
12
-1020
/
+102
2020-05-16
Fix PHY_CONTEXT commands sent to iwx(4) firmware.
stsp
2
-56
/
+84
2020-05-16
Don't attempt to reset the state of the flip-flop associated with the
jsg
1
-7
/
+1
2020-05-16
Use softintr to call selwakeup() in the mixer code code-path
ratchov
1
-6
/
+26
2020-05-16
Implement kqueue(2) support.
mpi
1
-2
/
+76
2020-05-16
remove unused debug statements
anton
1
-26
/
+1
2020-05-16
In preparation for stopping coverage collection once the kernel has
anton
1
-35
/
+27
2020-05-16
Use todr_gettime() in cp0_calibrate() on mips64.
visa
1
-11
/
+13
2020-05-15
Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.
stsp
8
-198
/
+251
2020-05-15
Some newer bwfm(4) chips from Cypress hold their regulatory
patrick
4
-4
/
+79
2020-05-15
Describe the purpose of add_entropy_words() in simpler terms.
deraadt
1
-12
/
+3
2020-05-15
The description of the enqueue_randomness() input parameter was crazy untrue.
deraadt
1
-6
/
+2
2020-05-15
Explain enqueue_randomness() better. It is the supply-entropy function,
deraadt
1
-2
/
+2
2020-05-15
The long explanation for CRC stirring isn't helping. If anything
deraadt
1
-34
/
+1
2020-05-15
The main comment block from 1996 has become highly inaccurate and
deraadt
1
-64
/
+17
2020-05-15
remove unneccessary include files
deraadt
1
-5
/
+1
2020-05-15
Fix wrong firmware API documentation comments for iwm(4) and iwx(4).
stsp
2
-4
/
+4
2020-05-15
disable ohci to compensate for bloat.
deraadt
1
-3
/
+3
2020-05-15
drm/amdgpu: Change VCE booting with firmware loaded by PSP
jsg
1
-4
/
+9
2020-05-15
drm/amdgpu:change VEGA booting with firmware loaded by PSP
jsg
1
-4
/
+5
2020-05-14
The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it to
kettenis
6
-155
/
+9
2020-05-14
Bring back the acpi(4) changes. This time around only use the ACPI _CRS
kettenis
7
-76
/
+250
2020-05-14
Use '/t' on all architectures to get a trace via TID.
mpi
3
-6
/
+6
2020-05-13
bpf(4): separate descriptor non-blocking status from read timeout
cheloha
2
-10
/
+11
2020-05-13
sdhc(4), sdmmc(4): tsleep(9) -> tsleep_nsec(9); ok patrick@
cheloha
2
-18
/
+19
2020-05-13
Kill biospoll/pctrpoll defines and use `seltrue' directly in cdev_*_init().
mpi
4
-19
/
+15
2020-05-13
Use seltrue_kqfilter() instead of hand-rolling it in multiple drivers.
mpi
3
-37
/
+8
2020-05-13
Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'.
mpi
4
-9
/
+9
2020-05-13
only pass the IO_NDELAY flag to ifq_deq_sleep as the nbio argument.
dlg
1
-3
/
+3
2020-05-12
Finally switch luna88k to the same inittodr()/resettodr() implementation
kettenis
2
-93
/
+123
2020-05-12
Set timeout(9) to refill the receive ring descriptors if the amount of
jan
2
-3
/
+4
2020-05-11
Use the same inittodr()/resettodr() implementation as on
kettenis
2
-132
/
+147
2020-05-11
More accurate remaining power reporting with disparate batteries
jca
1
-13
/
+11
2020-05-11
Should have bumped this to 1.0 a long time ago.
kettenis
1
-2
/
+2
[prev]
[next]