Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-05 | In some cases, for instance for statically linked binaries, our binutils | Patrick Wildt | |
does not produce the binary table which is used for optimization. libunwind currently depends on having that table. This changes libunwind to fall back to the default search code when the binary table is not available. ok kettenis@ | |||
2016-09-05 | Implement OpenBSD support in libc++ and libunwind. | Patrick Wildt | |
ok kettenis@ | |||
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 | |
This is the lib/builtin directory of the compiler-rt source tarball. comments/ok patrick@, ok kettenis@ | |||
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 | |
Declare functions rather than generating declarations with macros. Just call functions rather than mainting function pointer tables. Purge unused arguments. Simplify mbstate_t casting. Garbage collect one empty and one unused function. As a bonus, make mbsinit(3) work at all, it returned garbage in the past due to a missing cast when passing mbstate_t. Apart from that, no functional change. No libc bump needed; only private functions are removed and change prototype and only private structs change size. OK stsp@ mpi@; deraadt@ likes the general direction. | |||
2016-09-04 | fix Dt; | Jason McIntyre | |
2016-09-04 | Remove cms. | Joel Sing | |
2016-09-04 | Remove cms. | Joel Sing | |
ok beck@, guenther@, tedu@ | |||
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing | |
No change in preprocessed output, ignoring whitespace and line numbers. | |||
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing | |
No change in preprocessed output, ignoring whitespace and line numbers. | |||
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing | |
No change in preprocessed output, ignoring whitespace and line numbers. | |||
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing | |
No change in preprocessed output, ignoring whitespace and line numbers. | |||
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing | |
No change in preprocessed output, ignoring whitespace and line numbers. | |||
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing | |
No change in preprocessed output, ignoring whitespace and line numbers. | |||
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 | |
No change in preprocessed output, ignoring whitespace. | |||
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 | |
No change in generated assembly. | |||
2016-09-04 | Sort and group functions. | Joel Sing | |
2016-09-04 | Expand IMPLEMENT_PEM macros. | Joel Sing | |
No change in generated assembly. | |||
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 | |
ok deraadt@ | |||
2016-09-04 | Bump TLS_API for addition of callbacks. | Joel Sing | |
2016-09-04 | Less IA64. | Joel Sing | |
ok deraadt@ | |||
2016-09-04 | Less vax. | Joel Sing | |
ok deraadt@ | |||
2016-09-04 | Maintain consistency with function naming. | Joel Sing | |
2016-09-04 | Sort headers and use the installed tls.h, rather than the local one. | Joel Sing | |
2016-09-04 | $OpenBSD$ tag | Joel Sing | |
2016-09-04 | New sentence, new line. Also wrap at 80 chars. | Joel Sing | |
2016-09-04 | Add makefiles to compile libc++, libc++abi and libunwind. | Patrick Wildt | |
Tweaks from pascal@ ok guenther@ kettenis@ | |||
2016-09-04 | include <sys/types.h> to get <sys/cdefs.h> instead (for __warn_references) | Brent Cook | |
corrected by deraadt@ / guenther@ | |||
2016-09-04 | Add callback-based interface to libtls. | Brent Cook | |
This allows working with buffers and callback functions instead of directly on sockets or file descriptors. Original patch from Tobias Pape <tobias_at_netshed.de>. ok beck@ | |||
2016-09-04 | include <sys/cdefs.h> for portable | Brent Cook | |
2016-09-04 | State that libtls functions apply to both clients and servers, unless | Joel Sing | |
noted otherwise. Remove all of the now redundant "client and server" notations and change the client and server notations to "client only" and "server only". With input from jmc@. ok beck@ jmc@ | |||
2016-09-04 | Add ISRG Root X1, the letsencrypt CA root. This is now included in its own | Stuart Henderson | |
right in Mozilla's CA list, rather than relying on IdenTrust cross-signing. ok beck@ jca@ | |||
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller | |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller | |
2005-04-29 | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | Damien Miller | |
2016-09-04 | Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". | Michal Mazurek | |
ok tedu@ | |||
2016-09-04 | only regen pkg-config files when required; ok jasper | Martin Natano | |
2016-09-04 | jmc says you can never have too many functions in one man page, so list | Ted Unangst | |
the SHA512/256 functions as well. | |||
2016-09-04 | remove caveats that are either misleading or unhelpful. | Ted Unangst | |
ok jmc naddy |