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