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
/
lib
/
libcxx
/
src
/
algorithm.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-11
check string lengths in vm_start
reyk
1
-10
/
+21
2018-07-11
Disambiguate the source of panics in sys/net* by adding __func__
nayden
6
-26
/
+26
2018-07-11
The routing table bgpd runs in needs to be a routing domain.
benno
1
-1
/
+6
2018-07-11
Remove RTM_LOSING from the file, it is no longer used by OpenBSD and
claudio
1
-4
/
+1
2018-07-11
some regression tests for lam(1) including width measurements;
schwarze
9
-0
/
+83
2018-07-11
Introduce 'auto-join' to the wifi 802.11 stack.
phessler
7
-14
/
+576
2018-07-11
Declare cpu_meltdown in <machine/cpu.h>
guenther
3
-6
/
+4
2018-07-11
regress to check nested subdirs and ..'s
beck
1
-2
/
+36
2018-07-11
superfluous newline
henning
1
-2
/
+1
2018-07-11
If no thread can immediately handle a signal, which has been sent
bluhm
2
-10
/
+14
2018-07-11
improve the path hash function (instead of just hashing the aspath put
claudio
3
-28
/
+62
2018-07-11
cleanly shutdown by sending advertisement with lifetime 0
florian
4
-5
/
+23
2018-07-11
treat ssh_packet_write_wait() errors as fatal; ok djm@
markus
3
-9
/
+9
2018-07-11
remove legacy key emulation layer; ok djm@
markus
20
-445
/
+167
2018-07-11
Remove the i386 specific mention for pcvtfonts, they are also installed
fcambus
1
-3
/
+3
2018-07-11
Detect vmm(4) in the bootloader and automatically switch to the serial
mlarkin
4
-8
/
+64
2018-07-11
Prevent invalid interface specifiers on queue rules
kn
1
-4
/
+12
2018-07-11
adding __func__ identifier to panic() calls in vmm.c for amd64 and i386
nayden
2
-15
/
+15
2018-07-11
Prevent updating async option on softdep mount
kn
1
-1
/
+11
2018-07-11
Bump some of the hash table size to more resonable numbers.
claudio
1
-3
/
+3
2018-07-11
Send a RA with router lifetime of 0 when an interface is removed from
florian
3
-14
/
+83
2018-07-11
remove useless macro;
jmc
1
-2
/
+1
2018-07-11
"running tags"
espie
1
-8
/
+16
2018-07-11
sort tokens
reyk
1
-4
/
+4
2018-07-11
do not pick up groff from /usr/local/bin in configure, noticed by benno@;
naddy
1
-1
/
+3
2018-07-11
style - indent each case statement in a switch.
reyk
1
-81
/
+86
2018-07-11
Print out the hash info sent by the RDE in bgpctl show rib mem
claudio
1
-2
/
+17
2018-07-11
On IMSG_CTL_SHOW_RIB_MEM also send back information of some of the
claudio
6
-6
/
+108
2018-07-11
test changed stat lying semantics - we don't lie about files
beck
1
-3
/
+3
2018-07-11
Print the rdomain config option if present.
remi
1
-1
/
+4
2018-07-11
Use AF_UNSPEC not 0
kn
1
-2
/
+2
2018-07-11
Some spaces have been removed from pfctl print. Adapt expected
bluhm
10
-43
/
+43
2018-07-11
retire the old cron socket path; ok jca millert
deraadt
2
-6
/
+2
2018-07-11
Detect vmm(4) in the bootloader and automatically switch to the serial
mlarkin
4
-8
/
+30
2018-07-11
Regress update to match changes for chrome
beck
1
-6
/
+24
2018-07-11
Fix comment about VLAN encapsulation and checksum offload
sf
1
-7
/
+8
2018-07-11
add option "network ... priority number" to announce prefixes from the
benno
5
-8
/
+67
2018-07-11
Detect when a router advertisement packet changes due to config
florian
3
-21
/
+112
2018-07-11
no longer needed
florian
2
-20
/
+4
2018-07-11
Sync comment
kn
1
-3
/
+5
2018-07-11
Add -w option to vmctl stop to wait for completion of VM termination.
reyk
10
-57
/
+87
2018-07-11
vmm(4): return proper cache topology for cpuid(0x4)
mlarkin
2
-4
/
+9
2018-07-11
Retire RTM_LOSING, it no longer makes sense and on busy servers the
claudio
1
-18
/
+6
2018-07-11
rtm_send() the cloned routes because of ICMP mtu changes. Until now
claudio
2
-2
/
+4
2018-07-11
vmm(4): respect argument size when reading from undefined ports.
mlarkin
1
-8
/
+16
2018-07-11
vmm(4): small cleanup in vm_rwregs.
mlarkin
1
-6
/
+9
2018-07-11
Drop a const-bomb on regexec. It's probably not a good idea to remove a
martijn
2
-56
/
+63
2018-07-11
When in incremental search handle ^M (a.k.a. <cr>) like ^[ (a.k.a.
krw
1
-5
/
+5
2018-07-11
Change the control socket to ospfd.sock.<rdomain>.
remi
2
-6
/
+15
2018-07-11
After opening all the needed files, tighten the pledge(2)
schwarze
1
-1
/
+5
[next]