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
/
libc
/
regex
/
regexec.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-10-18
Install a signal handler for tty-generated signals and wait for the
millert
1
-1
/
+16
2016-10-18
Use "continue;" instead of a bare ";" in the for() loop example
millert
1
-3
/
+3
2016-10-18
The variable dlen is always positive and d may be negative. So
bluhm
1
-3
/
+4
2016-10-18
The checksum of a ICMP "need to frag" packet for TCP was wrong when
bluhm
1
-11
/
+9
2016-10-18
Place splsoftnet() in route_input() to shut up splassert warnings
bluhm
1
-2
/
+6
2016-10-18
Rewrite the kern.malloc.kmemstat in the same style as previous. This one does
otto
1
-7
/
+4
2016-10-18
spelling:
tb
1
-3
/
+3
2016-10-18
Give each item on queue a name for better logging.
nicm
2
-6
/
+20
2016-10-18
Zero dirty count after flushing.
nicm
1
-1
/
+2
2016-10-18
Store the right size in the pipe offset for pipe-pane.
nicm
1
-2
/
+2
2016-10-18
typo fix and zap some trailing eol whitespace;
jmc
1
-4
/
+4
2016-10-18
When the guest OS gets a zero MAC address on a network interface, it should
reyk
2
-12
/
+25
2016-10-18
Swap 'make cleandir' and 'make includes' for real.
tb
1
-2
/
+2
2016-10-18
Delete remnants of "traptrace" support
guenther
4
-134
/
+4
2016-10-17
test .Bl -tag without -width;
schwarze
4
-2
/
+23
2016-10-17
simplify implementation of the '$' command, no functional change;
schwarze
1
-5
/
+2
2016-10-17
resolve code duplication in domove() for the commands: b B w W
schwarze
1
-13
/
+3
2016-10-17
No need to inspect LC_CTYPE:
schwarze
2
-6
/
+3
2016-10-17
Make sure the cursor goes to the first byte of a UTF-8 character
schwarze
1
-62
/
+78
2016-10-17
Add the option to specify an interface group per virtual switch as well;
reyk
5
-18
/
+52
2016-10-17
unused variables
natano
2
-5
/
+4
2016-10-17
Remove apple ufs bits.
natano
3
-34
/
+3
2016-10-17
Tweak /etc/ldap/certs/ FILES entry.
jca
1
-2
/
+2
2016-10-17
makefs doesn't care about quotas.
natano
3
-184
/
+1
2016-10-17
In FILES mention /etc/ldapd.conf first, then /etc/ldap/ entries
jca
1
-3
/
+3
2016-10-17
Dedup ffs_extern.h.
natano
3
-112
/
+6
2016-10-17
Fix a few mistakes and add a FILES entry for /etc/ldap/certs
jca
1
-5
/
+7
2016-10-17
Remove the artificial maximum number of unix domain sockets in
bluhm
3
-12
/
+18
2016-10-17
Use strtoull() to read the datapath id and expect "datapath" instead of
rzalamena
2
-4
/
+4
2016-10-17
Remove some more unused cd9660 options.
natano
2
-17
/
+2
2016-10-17
Remove cd9660's archimedes option, we won't need RISC OS metadata on our
natano
6
-201
/
+6
2016-10-17
Remove "feature" defines. This code won't try to be portable when we are
natano
3
-40
/
+4
2016-10-17
Remove the -d option.
natano
2
-18
/
+7
2016-10-17
R option doesn't compact memory at all; flags are not only useful for
otto
1
-5
/
+4
2016-10-17
Everything in ffs_bswap.c is unused.
natano
2
-270
/
+2
2016-10-17
If BN_div_word() fails (by returning (BN_ULONG)-1) or if the division
guenther
1
-4
/
+8
2016-10-17
/var/tmp -> /tmp
lteo
2
-6
/
+6
2016-10-17
Add missing argument names for pcap_offline_filter.
lteo
1
-3
/
+3
2016-10-17
"send/received" -> "sent/received"
lteo
2
-7
/
+7
2016-10-17
mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoid
tedu
19
-108
/
+107
2016-10-17
Only a few apple-specific bits are needed by eltorito, so copy them local.
deraadt
2
-1460
/
+9
2016-10-16
we're not going to be using kauth_creds
tedu
5
-16
/
+14
2016-10-16
remove swapping add macros
tedu
4
-20
/
+15
2016-10-16
simplify swapper functions a bit
tedu
1
-6
/
+4
2016-10-16
another round of deswapping
tedu
4
-63
/
+52
2016-10-16
Use notifys for alerts too.
nicm
3
-29
/
+45
2016-10-16
Fix trailing whitespace and shorten long lines.
bluhm
3
-12
/
+15
2016-10-16
Use the notify name string instead of going via an enum and change
nicm
18
-154
/
+131
2016-10-16
Use closefrom(4) in privsep parent and avoid some global file
bluhm
3
-31
/
+10
2016-10-16
remove some byte swapping code from the top end
tedu
5
-132
/
+42
[next]