summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-10-20Avoid calling memcpy with a length <= 0. Reported due to a GCC 7.3.0Theo Buehler
2018-10-20RFC 3394 section 2 states that we need at least two 64 bit blocksTheo Buehler
2018-10-15Switch powerpc to futex(2) based condvars, mutexes and semaphores.Visa Hankala
2018-10-13Link libc++.so against libc++abi.so such that linking C binaries againstMark Kettenis
2018-10-11In re_fastputc(), set lastline to the new line, not the previousTodd C. Miller
2018-10-09Fix a "copy-and-paste" error that Coverity picked up in the augment codeDavid Gwynne
2018-10-06Insert definitions of environ and __progname in MD_CRT0_START again.Kenji Aoyama
2018-10-02document that uuid_create generates v4 uuids; from william orrJason McIntyre
2018-10-01Add retguard to arm64 libc syscalls and setjmp / longjmp.mortimer
2018-10-01As per POSIX, when str{,r}chr is comparing it should convert c to a char.Martijn van Duren
2018-09-30add spin lock in KERN_CPTIME cpu statessolene
2018-09-30Make the HISTORY sections of the "intro" manuals less confusing andIngo Schwarze
2018-09-30bump for LibreSSL 2.8.2Brent Cook
2018-09-26explicitly mention local processes; from geoff hillJason McIntyre
2018-09-26call _sndio_parsenum() instead of duplicating the code in parsedev(); ok ratc...miko
2018-09-26typo; ok jmc@miko
2018-09-26align RETURN VALUES section with pledge manual; ok deraadt@miko
2018-09-24enable futex(2) based mutexes on armv7 and use futex based semaphores inJonathan Gray
2018-09-23bump for LibreSSL 2.8.1Brent Cook
2018-09-23Document bufferevent_setwatermark(). Initial diff from Geoff Hill on tech@ withanton
2018-09-22Correct the uid_from_user() and gid_from_group() comments.Todd C. Miller
2018-09-19fix message to reflect "rmidi" is the expected string; ok ratchov@miko
2018-09-19sys/stat.h not needed here; ok ratchov@miko
2018-09-18Update to compiler-rt 6.0.0.Patrick Wildt
2018-09-17Simplify initialization of asn1_cb; use correct spelling of NULL.Theo Buehler
2018-09-16Adjust sparc64 bits after libunwind 6.0.0 update.Mark Kettenis
2018-09-13missing comma in previous;Jason McIntyre
2018-09-13Add uid_from_user() and gid_from_group(), derived from pax's cache.c.Todd C. Miller
2018-09-12sync with mozilla-release (one removal, TURKTRUST, more details atStuart Henderson
2018-09-12tweak previous;Jason McIntyre
2018-09-12crank to follow minor crank in libcrypto; ok tb@ jsing@Damien Miller
2018-09-12Add some accessor functions:Damien Miller
2018-09-11define _LIBCXXABI_BUILDING_LIBRARY to avoid the same issues as in libcxxRobert Nagy
2018-09-11add -Wall to CFLAGSRobert Nagy
2018-09-11instead of defining _LIBCPP_DEBUG in debug.cpp which enables some debugRobert Nagy
2018-09-11merge libc++ 6.0.0 (bump lib major); ok patrick@, kettenis@Robert Nagy
2018-09-11import of libc++ 6.0.0Robert Nagy
2018-09-11merge libc++abi 6.0.0 and bump lib minor; ok patrick@, kettenis@Robert Nagy
2018-09-11import of libc++abi 6.0.0Robert Nagy
2018-09-11merge libunwind 6.0.0; ok patrick@, kettenis@Robert Nagy
2018-09-11import of libunwind 6.0.0Robert Nagy
2018-09-08Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.Joel Sing
2018-09-08SSL_MAX_DIGEST is no longer needed.Joel Sing
2018-09-08ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).Theo Buehler
2018-09-08indent labelsTheo Buehler
2018-09-08missing word & a couple of typosTheo Buehler
2018-09-07Fix "_nfiles" reference for crash dump.YASUOKA Masahiko
2018-09-06Drop SSL_CIPHER_ALGORITHM2_AEAD flag.Joel Sing
2018-09-05Use the newer/more sensible names for EVP_MD_CTX_* functions.Joel Sing
2018-09-05Correctly clear the current cipher state, when changing cipher state.Joel Sing