Age | Commit message (Expand) | Author |
2009-07-14 | Don't specify mode(SI) attribute for __EH_FRAME_END__ as we have | Jonathan Gray |
2009-04-13 | Add gcj java class registration hooks for gcc3 elf archs. From NetBSD | Kurt Miller |
2009-03-06 | Work-around a gcc3 -g bug causing debug ld.so to crash. | Kurt Miller |
2009-02-04 | Tag ELF shared libraries as OpenBSD. | Mark Kettenis |
2007-09-03 | Add __cxa_atexit() support for gcc3. This provides support for shared object... | Todd C. Miller |
2004-10-26 | Change __register_frame_info into a weakly defined symbol. | Mark Kettenis |
2004-10-10 | Add support for DWARF2 exception handling. | Mark Kettenis |
2004-01-26 | add finalized guard to destructor calls, to prevent multiple calls. | Marc Espie |
2004-01-26 | small clean-up: typedef to desambiguate const, prototypes... | Marc Espie |
2004-01-08 | __init/__fini handling on ELF has not been correct. It is supposed to | Dale Rahn |
2003-12-28 | correct array initializer size to be [1], not [0] fixes gcc3 libstdc++ error | Dale Rahn |
2003-11-22 | remove multi-line literals in __asm syntax to keep gcc3 happy | Anil Madhavapeddy |
2003-06-26 | boring protos | Theo de Raadt |
2003-03-31 | add a newline at end of file. gcc3 rightfully complains if the file | Bruno Rohee |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-05-28 | Commonize csu code for elf systems, powerpc now no longer has it's own | Dale Rahn |
2001-02-03 | oops. | Artur Grabowski |
2001-02-03 | Schedule running of __fini in __init, not __start. | Artur Grabowski |
2001-02-03 | An OpenBSD tag doesn't hurt. | Artur Grabowski |
2001-02-03 | Add an OS note identifying OpenBSD binaries. | Artur Grabowski |
2001-02-03 | Decruftification. | Artur Grabowski |
2001-02-03 | Create a common_elf directory with crtbegin and crtend that can | Artur Grabowski |
2014-11-14 | _NSIG is the number of valid signals including signal 0, so it's not a valid | Jonathan Matthew |
2014-11-14 | let this compile with clang; no binary change with gcc. | Daniel Dickman |
2014-11-14 | Add sched_yield(2) manpage | Philip Guenther |
2014-11-13 | Add many missing error checks (probably not exhaustive, but a good start): | Miod Vallat |
2014-11-13 | Sacrifice this code to the KNF deities. | Miod Vallat |
2014-11-12 | Fix GOST TC26-B curve description. | Miod Vallat |
2014-11-12 | Merge Makefiles, moving the build up a level and putting the CPU-specific | Philip Guenther |
2014-11-11 | f{read,write} take a number of items and an item size as arguments, and | Miod Vallat |
2014-11-11 | correct the failure case for getentropy on win32 | Brent Cook |
2014-11-11 | Don't free garbage in ec_wNAF_mul() if wNAF could be allocated but | Philip Guenther |
2014-11-11 | Merge from NetBSD from 1999-03-25:" | Philip Guenther |
2014-11-11 | delete extra word in Nd | Theo de Raadt |
2014-11-10 | m68k is dead <sniff> | Philip Guenther |
2014-11-09 | KNF (when not conflicting with other cleanup changes in progress) | Miod Vallat |
2014-11-09 | Remove DEBUG_SIGN code. Make sure gost_key_unwrap_crypto_pro() returns failure | Miod Vallat |
2014-11-09 | Rename internal yet public key_{un,}wrap_crypto_pro symbols by prepending a | Miod Vallat |
2014-11-09 | Replace RAND_bytes() usage with arc4random_buf(). | Miod Vallat |
2014-11-09 | GOST crypto algorithms (well, most of them), ported from the removed GOST | Miod Vallat |
2014-11-09 | Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest. | Miod Vallat |
2014-11-09 | Allow digest routines to provide their own HASH_FINAL routine; will be | Miod Vallat |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2014-11-09 | Correct constness of str*unvis()'s second (source) argument | Philip Guenther |
2014-11-08 | Clean up more SSLv2 remnants. | Joel Sing |
2014-11-07 | missing outlen in tls_write decl | Ted Unangst |
2014-11-05 | missing pfd = newp, diagnosed by deraadt@ | Stuart Henderson |
2014-11-05 | edns0 is not currently supported: confirmed by sthen and eric | Jason McIntyre |
2014-11-05 | zap double word; | Jason McIntyre |
2014-11-05 | Convert EXAMPLES to IDIOMS and make it a simple select -> poll | Todd C. Miller |