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
/
libsqlite3
/
src
/
mutex_unix.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-12
sys/syscall_mi is only included by MD trap.c files, which have reason to
deraadt
1
-4
/
+1
2015-09-12
Explicitely include <arm/armreg.h> here instead of expecting previously
miod
1
-1
/
+2
2015-09-12
use .Cm rather than .Ar for fixed string arguments
schwarze
2
-12
/
+12
2015-09-12
Remove most of the SSLv3 version checks and a few TLS v1.0.
doug
14
-236
/
+114
2015-09-12
Use kbind for lazy binding GOT/PLT updates on arm.
guenther
1
-23
/
+28
2015-09-12
use sysctl() to get FSCALE value; ok guenther
deraadt
1
-12
/
+10
2015-09-12
mark up arguments individually and drop redundant .Bk
schwarze
2
-12
/
+10
2015-09-12
sync
deraadt
2
-1
/
+1
2015-09-12
Add openssl(1) speed support for AEAD algorithms.
bcook
1
-17
/
+96
2015-09-12
don't use literal brackets to indicate optional syntax elements,
schwarze
1
-4
/
+4
2015-09-12
Cleanup enginetest a bit.
bcook
1
-104
/
+84
2015-09-12
Wrap <dbm.h> and <ndbm.h> so that calls go direct and the symbols are all weak
guenther
3
-1
/
+74
2015-09-12
Wrap <bsd_auth.h> so that calls go direct and the symbols are all weak
guenther
3
-2
/
+86
2015-09-12
Wrap <assert.h> so that __assert2() goes direct
guenther
2
-1
/
+29
2015-09-12
add missing .Ar macros
schwarze
1
-4
/
+4
2015-09-12
use .Cm for fixed string arguments
schwarze
3
-31
/
+19
2015-09-12
Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines of
jsing
4
-222
/
+6
2015-09-12
Fix the openssl(1) prime command: When checking a decimal number for
lteo
1
-3
/
+2
2015-09-12
Move handshake message header length determination into a separate
jsing
8
-46
/
+54
2015-09-12
ktrcsw(9) has been removed, so remove its man page too.
lteo
2
-18
/
+4
2015-09-12
Wrap shm_open() to go direct and mark shm_{mkstemp,unlink}() as weak
guenther
2
-5
/
+6
2015-09-12
Wrap <unistd.h> so that internal calls go direct and they're all weak symbols
guenther
18
-20
/
+117
2015-09-12
Wrap <getopt.h> to make the functions weak and make access to the initialized
guenther
2
-1
/
+43
2015-09-12
Provide an ftpproxy6 rc script. ftp-proxy can only open one listening socket
sthen
4
-10
/
+23
2015-09-12
Wrap <time.h> so that internal calls go direct and symbols not in C99 are weak
guenther
6
-7
/
+51
2015-09-12
Uncopy and unpaste dtls1_send_certificate_request() - removes another 80
jsing
4
-160
/
+6
2015-09-12
Wrap <syslog.h> so that internal calls go direct and they're all weak symbols
guenther
3
-35
/
+55
2015-09-12
Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329
jsing
4
-658
/
+6
2015-09-12
obvious macros fixes:
schwarze
1
-44
/
+40
2015-09-12
Use rtfree() instead of playing with the refcount directly. Some care is
claudio
1
-6
/
+11
2015-09-12
It is not necessary to reset errno to 0 since we use logerrorx().
bluhm
1
-5
/
+1
2015-09-12
Uncopy and unpaste dtls1_send_server_done().
jsing
4
-36
/
+6
2015-09-12
Wrap <dirent.h> so that internal calls go direct and they're all weak symbols
guenther
7
-5
/
+48
2015-09-12
Introduce if_input_local() a function to feed local traffic back to
mpi
9
-60
/
+74
2015-09-12
Wrap <fts.h> and <ftw.h> so that internal calls to fts_*() go direct and
guenther
3
-1
/
+61
2015-09-12
Uncopy and unpaste dtls1_send_server_hello().
jsing
4
-136
/
+6
2015-09-12
Make these timer_* stubs weak symbols
guenther
5
-16
/
+19
2015-09-12
Uncopy and unpaste dtls1_send_hello_request().
jsing
4
-36
/
+6
2015-09-12
Convert the rest of the server handshake functions to ssl3_handshake_msg_*.
jsing
2
-88
/
+70
2015-09-12
Uncopy and unpaste dtls1_send_client_verify() - the
jsing
4
-148
/
+6
2015-09-12
Remove dead get_host_seed() function; Martin Natano
miod
2
-12
/
+2
2015-09-12
Uncopy and unpaste dtls1_send_client_key_exchange() - the
jsing
4
-538
/
+10
2015-09-12
Use explicit_bzero() instead of memset() when clearing private keys.
jsing
2
-6
/
+8
2015-09-12
Old diff found in my tree: Add HISTORY; info from the CSRG CDs.
schwarze
1
-2
/
+7
2015-09-12
typo that breaks the build
naddy
1
-2
/
+3
2015-09-12
Fix two cases where it was possible to call if_put with an uninitialized ifp
claudio
1
-3
/
+3
2015-09-12
show a few more lines of trace; discussed in the room
deraadt
1
-2
/
+2
2015-09-12
Pull variable assignment out from function call, fix indentation and set
jsing
2
-16
/
+14
2015-09-12
More ifmedia64 fallout; that should be the last.
miod
3
-7
/
+8
2015-09-12
style(9) and whitespace cleanups.
jsing
2
-58
/
+50
[next]