Age | Commit message (Expand) | Author |
2016-09-13 | add a little more typing to the first callback argument. | Ted Unangst |
2016-09-12 | Reduce libm's exports and make internal calls go direct. | Philip Guenther |
2016-09-12 | Don't declare select() in <unistd.h> | Philip Guenther |
2016-09-12 | Per fpclassify(3): isinff(), isnanf(), finite(), and finitef() are deprecated | Philip Guenther |
2016-09-12 | Use fe*() routines from <fenv.h> instead of fp*() routines from <ieeefp.h> | Philip Guenther |
2016-09-12 | document that running a W^X violating binary from file system mounted | Ingo Schwarze |
2016-09-11 | Install sqlite3 header files with correct ownership. "Morituri te | Martin Natano |
2016-09-11 | Files in /etc/ssl belong to root. ok deraadt | Martin Natano |
2016-09-10 | Clang ignores a .weak directive before a function is actually defined. So | Mark Kettenis |
2016-09-09 | back out calls to EVP_CIPHER_CTX_cleanup() in EVP_Cipher/Encrypt/DecryptFinal | Brent Cook |
2016-09-08 | Implement self-relocation for -static -pie on arm. Also removes some | Mark Kettenis |
2016-09-07 | Fix fuse node lookups. Currently fusefs nodes in the kernel remember the | Martin Natano |
2016-09-07 | Remove usermount remnants. ok tedu | Martin Natano |
2016-09-07 | Trivial cleanup: Pass pointers of the correct types to the private | Ingo Schwarze |
2016-09-07 | trivial cleanup: delete inline attribute on static function, | Ingo Schwarze |
2016-09-07 | trivial cleanup: | Ingo Schwarze |
2016-09-06 | Make sure attributes are applied to function declarations before they're | Philip Guenther |
2016-09-06 | Implement dl_iterate_phdr() for static PIE executables using info extracted | Philip Guenther |
2016-09-06 | Remove branch prediction hints from conditional branch instructions. These | Mark Kettenis |
2016-09-05 | In some cases, for instance for statically linked binaries, our binutils | Patrick Wildt |
2016-09-05 | Implement OpenBSD support in libc++ and libunwind. | Patrick Wildt |
2016-09-05 | Add libcompiler_rt Makefile. | Pascal Stumpf |
2016-09-05 | Import libcompiler_rt 3.9.0, LLVM's replacement for libgcc. | Pascal Stumpf |
2016-09-05 | correct wording; from rob@2keys.ca | Theo de Raadt |
2016-09-05 | remove CMS manuals; beck@ agress with the general idea | Ingo Schwarze |
2016-09-05 | Delete some abstraction that we don't and won't need. | Ingo Schwarze |
2016-09-04 | fix Dt; | Jason McIntyre |
2016-09-04 | Remove cms. | Joel Sing |
2016-09-04 | Remove cms. | Joel Sing |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing |
2016-09-04 | Set errno more consistently, and fix a warning, ok tedu | Nicholas Marriott |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing |
2016-09-04 | minor tweaks; | Jason McIntyre |
2016-09-04 | rm | Ted Unangst |
2016-09-04 | oops, name file after main function | Ted Unangst |
2016-09-04 | it doesn't say anything yet, but start adding a man page | Ted Unangst |
2016-09-04 | Place IMPLEMENT_PEM macros under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2016-09-04 | Sort and group functions. | Joel Sing |
2016-09-04 | Expand IMPLEMENT_PEM macros. | Joel Sing |
2016-09-04 | Sort and group functions. | Joel Sing |
2016-09-04 | Expand IMPLEMENT_PEM macros. | Joel Sing |
2016-09-04 | Make the key sizes and offsets arrays const, ok tedu | Nicholas Marriott |
2016-09-04 | minor bump for SHA512/256 API additions; ok tedu@ deraadt@ | Christian Weisgerber |
2016-09-04 | Less S390. | Joel Sing |
2016-09-04 | Bump TLS_API for addition of callbacks. | Joel Sing |