Age | Commit message (Expand) | Author |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | udf needs siphash to build. | David Gwynne |
2014-11-18 | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. | Miod Vallat |
2014-11-18 | Enable the build of GOST routines in libcrypto. Riding upon the Cammelia | Miod Vallat |
2014-11-18 | Enable the build of GOST routines in libcrypto. Riding upon the Cammelia | Miod Vallat |
2014-11-18 | More missing error checks I forgot to commit last week, part of the large | Miod Vallat |
2014-11-18 | Return success in param_copy_gost01() if there is no private key to copy; | Miod Vallat |
2014-11-18 | further BUF_strdup conversion: these places should be safe to rely on | Ted Unangst |
2014-11-17 | Add the Cammelia cipher to libcrypto. | Miod Vallat |
2014-11-17 | Make the ECDSA_SIG bowels public. This matches RSA_SIG and DSA_SIG, and we | Miod Vallat |
2014-11-17 | Add stravis(), an allocating version of strvis(). OK doug@ | Todd C. Miller |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2014-11-17 | minor++ | Ted Unangst |
2014-11-17 | add new function crypt_newhash to simplify creating new hashes. | Ted Unangst |
2014-11-17 | When listing the async-signal-safe functions, don't split out "ANSI C" | Philip Guenther |
2014-11-16 | add some missing .An macros and remove some obsolete .Tn | Ingo Schwarze |
2014-11-16 | zap some wacky Eo/Ec stuff, and start sentences on new lines; ok schwarze | Jason McIntyre |
2014-11-16 | Sort and group includes. | Joel Sing |
2014-11-16 | Don't restart syscalls on SIGTHR. When a cancellation happens, we need to | Philip Guenther |
2014-11-16 | Don't assume __thrsigdivert() autorestarts on EINTR. This lets us check for | Philip Guenther |
2014-11-15 | Delete some unnecessary #includes | Philip Guenther |
2014-11-15 | Don't need <sys/types.h> before <sys/ipc.h> anymore | Philip Guenther |
2014-11-15 | Per POSIX, we now only require <sys/msg.h>, <sys/sem.h>, or <sys/shm.h> | Philip Guenther |
2014-11-15 | Objects for the executable can be PIE instead of PIC, so remove the sparc64 | Philip Guenther |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-11-15 | remove useless casts (and the comments saying lint complains about them) | Ted Unangst |
2014-11-15 | ELF uberalles, so move the files up out of common_elf | Philip Guenther |
2013-12-28 | Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass the | Mark Kettenis |
2013-12-12 | Fix static linking of libpthread: have crt0 invoke __init_tcb() if it's | Philip Guenther |
2013-12-03 | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in | Philip Guenther |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-09-08 | Reverse the order that ctors and dtors are run in accordance with | Matthew Dempsky |
2012-08-28 | Add __guard_local as a hidden symbol to ld.so, kernel, and every | Matthew Dempsky |
2010-05-01 | Sprinkle a few __used markers to prevent gcc4 from throwing away essential | Mark Kettenis |
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 |