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