summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/system.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-12update cross references after deleting the imaginary MLINKSschwarze5-6/+6
2015-11-12Convert the handful of manuals that had imaginary names,schwarze13-1154/+2210
2015-11-11add missing functions to NAME, or otherwise correct the mlinkjmc30-56/+99
2015-11-11Convert five more manuals from POD to mdoc.schwarze11-463/+638
2015-11-11Convert and enable CMS manuals.schwarze33-1253/+2040
2015-11-10update NAME section to include all documented functions,jmc6-18/+18
2015-11-10SSL_CTX_sess_set_remove mlink should be SSL_CTX_sess_set_remove_cb;jmc1-2/+2
2015-11-10libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork()guenther1-1/+13
2015-11-09update some client/server info; from jan klemkowjmc1-5/+5
2015-11-08Make sure we use a sigjmp_buf in the sigsetjmp() part of the test.miod4-4/+7
2015-11-08inet(4), not inet(3);jmc1-3/+3
2015-11-06Fix gcc version preprocessor checks to cope with gcc 5.x and beyond;miod2-4/+4
2015-11-05Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left bymiod2-10/+10
2015-11-05Mention ROTL() is always invoked with a proper shift value, due to the way themiod2-2/+4
2015-11-03bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER.bcook2-6/+6
2015-11-02Fix typo in comment of previous commit: "that that".reyk2-6/+6
2015-11-02bump minors after adding EVP_aead_chacha20_poly1305_ietf()reyk5-5/+5
2015-11-02Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,reyk7-41/+298
2015-11-01delete old lint ARGSUSED commentsguenther1-2/+1
2015-11-01KNF; from Rob Piercederaadt1-3/+3
2015-10-30print unsigned ints with %u, not %d. Reported by Pascal Cuoq.miod1-2/+2
2015-10-30Add explicit LL suffixes to the numerical constants which do not fit in 32 bits.miod1-8/+8
2015-10-30Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofmiod4-2/+6
2015-10-25Change test to use length 128 (shortest long-form encoding).libressl-v2.3.1doug1-2/+2
2015-10-25Move the _atfork_list definition to atexit.c so that the fork syscall stubguenther1-1/+5
2015-10-25Hide __atexit and __atexit_register_cleanup()guenther3-4/+12
2015-10-25Sort the obsolete flags.doug2-12/+12
2015-10-25Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete.doug2-10/+8
2015-10-25Remove last vestige of SSL_OP_NO_SSLv3 support.doug2-8/+2
2015-10-25Simplify ssl23_get_client_hello error handling.doug2-52/+52
2015-10-25Missing initializer; spotted by coverity.miod1-2/+2
2015-10-25The only thing that was translated into multiple languages in OpenBSDbluhm1-23/+1
2015-10-25Use sigaction() instead of signal() to avoid pulling in unnecessaryguenther1-3/+5
2015-10-25Use dprintf() instead of fprintf() in the signal handlerguenther1-3/+4
2015-10-23Cast ctype functions' arguments to unsigned char.mmcc1-5/+5
2015-10-23Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get theclaudio3-88/+73
2015-10-23Add ifnameindex to te libc regress testsclaudio1-3/+3
2015-10-23Initial pledge of netcat - unfortunately flawed because fiddling the rtableidbeck1-1/+27
2015-10-23Use waitpid() instead of wait() to avoid returning early from another childguenther1-2/+3
2015-10-23Loop the waitpid() on EINTR, and save and restore the disposition ofguenther1-9/+12
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2-9/+9
2015-10-22Cast ctype function arguments to unsigned char.mmcc1-2/+2
2015-10-22Add a regress test for if_indextoname() and if_nametoindex()claudio2-0/+42
2015-10-22Another change that is needed to restore the previous behaviour ofjsing2-10/+6
2015-10-22Restore previous behaviour and allowjsing2-4/+14
2015-10-22Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULLjsing1-1/+19
2015-10-22Fix case where we wanted to test ASN1_TIME_set_string() but were testingjsing2-6/+6
2015-10-22Add a regress for libc handling of SIGTHRguenther2-0/+71
2015-10-21Reject too small bits value in BN_generate_prime_ex(), so that it does not riskmiod6-8/+44
2015-10-21In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 codejsing2-126/+2