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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-05
Avoid print for NULL pointer
jan
1
-5
/
+4
2021-03-05
Fix regress tests after changes to tal.c, mft.c, and cert.c.
claudio
2
-4
/
+38
2021-03-05
Factor out the URI check we do in various places into valid_uri().
claudio
4
-58
/
+50
2021-03-05
If there is a problem with opening a directory via M-x dired, let the
lum
1
-2
/
+5
2021-03-05
Factor out the SHA256 hash checks into valid_filehash() so that it can
claudio
3
-46
/
+50
2021-03-05
Test case for read-only array being not that read-only in ksh.
zhuk
1
-1
/
+14
2021-03-05
Fix old ksh bug: wrong variable being looked up when value is provided.
zhuk
1
-2
/
+2
2021-03-05
ansi
jsg
2
-14
/
+6
2021-03-05
add missing PCI classes
jan
1
-1
/
+8
2021-03-05
ansi
jsg
15
-250
/
+113
2021-03-05
Start porting smtpd to libtls.
eric
23
-577
/
+549
2021-03-05
Remove space at end of line
claudio
1
-2
/
+2
2021-03-05
ansi
jsg
4
-53
/
+20
2021-03-05
ansi
jsg
2
-88
/
+42
2021-03-05
Fix some heap over-read in logging in PPTP protocol handler.
yasuoka
2
-18
/
+17
2021-03-05
Stop abusing display blocks under the authors section in order to
anton
1
-4
/
+4
2021-03-05
deregister
jsg
5
-32
/
+32
2021-03-05
ansi
jsg
8
-202
/
+78
2021-03-05
pass the uint64_t dst ethernet address from ether_input to bridges.
dlg
6
-29
/
+26
2021-03-05
ansi
jsg
1
-3
/
+2
2021-03-05
ansi
jsg
1
-9
/
+5
2021-03-05
work with 64bit ethernet addresses in ether_input().
dlg
1
-9
/
+10
2021-03-05
Improve readability of softc accesses.
patrick
1
-13
/
+20
2021-03-05
Introduce an IOVA allocator instead of mapping pages 1:1. Mapping pages 1:1
patrick
2
-105
/
+128
2021-03-05
Extend the commented code that shows which additional mappings are needed,
patrick
1
-6
/
+24
2021-03-04
Remove -g from CFLAGS. This was accidentally added with the last commit.
tobhe
1
-2
/
+2
2021-03-04
Derive config netmask from address pool if not explicitly configured.
tobhe
2
-4
/
+26
2021-03-04
Turns out the cores on Apple's M1 SoC only support 8-bit ASIDs.
kettenis
1
-52
/
+57
2021-03-04
Print feature that indicates a CPU core supports 16-bit ASIDs.
kettenis
1
-1
/
+13
2021-03-04
new sentence, new line;
jmc
1
-9
/
+9
2021-03-04
Tweak whitespace and adjust prototypes.
visa
1
-23
/
+21
2021-03-04
Combine octeon_pcibusvar.h into octeon_pcibus.c to reduce scatter.
visa
2
-56
/
+9
2021-03-04
Add two error checks for strdup for consistency.
tb
2
-6
/
+8
2021-03-04
typo in comment
tb
1
-2
/
+2
2021-03-04
Update clock interrupt count atomically.
visa
1
-2
/
+4
2021-03-04
Last commit was done from a non-clean tree. Revert one line that broke
claudio
1
-2
/
+2
2021-03-04
Update TAL files to offical versions that include a https:// URL for the
claudio
3
-0
/
+3
2021-03-04
Unify the out of memory errors here as well.
claudio
1
-6
/
+6
2021-03-04
Use the same way to error out in out of memory situation.
claudio
3
-25
/
+24
2021-03-04
an -> and
tb
1
-2
/
+2
2021-03-04
zap whitespace on three lines
tb
1
-4
/
+4
2021-03-04
Replace NOTREACHED with actuall errx() calls. I managed to return from
claudio
1
-4
/
+4
2021-03-04
Remove NOTREACHED marker, it should be obvious when the code is:
claudio
1
-2
/
+1
2021-03-04
Simply ignore errors from tls_close(). ftp(1) does the same and it seems
claudio
1
-5
/
+2
2021-03-04
Implement a https client as a sub-process for rpki-client. This code will
claudio
5
-40
/
+1512
2021-03-04
Add sys/queue.h to the include list since imsg.h needs it. Currently
claudio
1
-1
/
+2
2021-03-04
warn about proper usage of Lst_Destroy.
espie
1
-1
/
+6
2021-03-04
better if I commit the version which actually includes the header ;)
espie
1
-1
/
+2
2021-03-04
somehow I forgot to add copyright and to include the right prototypes.
espie
2
-0
/
+50
2021-03-04
Merge issignal() and CURSIG() in preparation for turning it mp-safe.
mpi
4
-29
/
+26
[prev]
[next]