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
/
stdlib
/
malloc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-13
Wrap <stdlib.h> so that calls go direct and the symbols not in the
guenther
42
-52
/
+250
2015-09-13
On show the ps/o output and ddb.html blurb once, so that we don't get them
guenther
1
-4
/
+11
2015-09-13
Set the index of the interface in handroller link_addr(3) like code.
mpi
2
-3
/
+6
2015-09-13
tweak STANDARDS;
jmc
1
-3
/
+3
2015-09-13
Do provide hidden _libc_* aliases for sig{block,setmask} and use them in
guenther
15
-65
/
+51
2015-09-13
back out mpsafe vlans while i chase down a panic when operations
dlg
2
-87
/
+38
2015-09-12
Restore SMBIOS detection in ISA. OK yasuoka@
uebayasi
1
-3
/
+3
2015-09-12
Call socreate(9) only when we have a destination ip and port.
florian
1
-58
/
+44
2015-09-12
Add missing free() in efid_io(). Found by jsg.
yasuoka
1
-2
/
+4
2015-09-12
Adapt to just committed libtls api change
beck
1
-21
/
+14
2015-09-12
Move connection info into it's own private structure allocated and filled in
beck
7
-120
/
+208
2015-09-12
Split ssl3_send_client_key_exchange() (387 lines of code) into five
jsing
2
-654
/
+702
2015-09-12
consistently name the ifnet * that refers to the parent interface
dlg
1
-50
/
+50
2015-09-12
Fix function name.
jsing
2
-4
/
+4
2015-09-12
Now that rtrequest1(9) properly sets RTF_UP for newly added route,
mpi
8
-32
/
+29
2015-09-12
make vlan_input mpsafe by using srp lists in the vlan tag hash buckets.
dlg
2
-38
/
+87
2015-09-12
Sync handling of cached record digests with s3_srvr.c.
jsing
2
-2
/
+46
2015-09-12
Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp.
mpi
14
-55
/
+44
2015-09-12
explicit_bzero() the GOST premaster secret.
jsing
2
-4
/
+14
2015-09-12
Ensure that we clear the libssl error stack before we make a function call
jsing
3
-5
/
+12
2015-09-12
Unwrap a bunch of lines.
jsing
2
-74
/
+38
2015-09-12
introduce SRPs to the interface index maps to make if_get() mpsafe.
dlg
1
-34
/
+103
2015-09-12
Nuke SSLEAY_CONF -- a backwards compatibility environment variable that
lteo
4
-14
/
+5
2015-09-12
Enable some diagnostics for interrupt-safe maps that are already happening for
kettenis
1
-2
/
+7
2015-09-12
__strsignal() is now declared in hidden/signal.h
guenther
1
-2
/
+0
2015-09-12
Put tls_peer_cert* functions in the same place.
jsing
1
-6
/
+6
2015-09-12
Finish wrapping <signal.h> so that calls to the sigset ops go direct and
guenther
3
-9
/
+30