summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-11-18udf needs siphash to build.David Gwynne
2014-11-18Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.Miod Vallat
2014-11-18Enable the build of GOST routines in libcrypto. Riding upon the CammeliaMiod Vallat
2014-11-18Enable the build of GOST routines in libcrypto. Riding upon the CammeliaMiod Vallat
2014-11-18More missing error checks I forgot to commit last week, part of the largeMiod Vallat
2014-11-18Return success in param_copy_gost01() if there is no private key to copy;Miod Vallat
2014-11-18further BUF_strdup conversion: these places should be safe to rely onTed Unangst
2014-11-17Add the Cammelia cipher to libcrypto.Miod Vallat
2014-11-17Make the ECDSA_SIG bowels public. This matches RSA_SIG and DSA_SIG, and weMiod Vallat
2014-11-17Add stravis(), an allocating version of strvis(). OK doug@Todd C. Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2014-11-17minor++Ted Unangst
2014-11-17add new function crypt_newhash to simplify creating new hashes.Ted Unangst
2014-11-17When listing the async-signal-safe functions, don't split out "ANSI C"Philip Guenther
2014-11-16add some missing .An macros and remove some obsolete .TnIngo Schwarze
2014-11-16zap some wacky Eo/Ec stuff, and start sentences on new lines; ok schwarzeJason McIntyre
2014-11-16Sort and group includes.Joel Sing
2014-11-16Don't restart syscalls on SIGTHR. When a cancellation happens, we need toPhilip Guenther
2014-11-16Don't assume __thrsigdivert() autorestarts on EINTR. This lets us check forPhilip Guenther
2014-11-15Delete some unnecessary #includesPhilip Guenther
2014-11-15Don't need <sys/types.h> before <sys/ipc.h> anymorePhilip Guenther
2014-11-15Per POSIX, we now only require <sys/msg.h>, <sys/sem.h>, or <sys/shm.h>Philip Guenther
2014-11-15Objects for the executable can be PIE instead of PIC, so remove the sparc64Philip Guenther
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
2014-11-15remove useless casts (and the comments saying lint complains about them)Ted Unangst
2014-11-15ELF uberalles, so move the files up out of common_elfPhilip Guenther
2013-12-28Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass theMark Kettenis
2013-12-12Fix static linking of libpthread: have crt0 invoke __init_tcb() if it'sPhilip Guenther
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inPhilip Guenther
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-09-08Reverse the order that ctors and dtors are run in accordance withMatthew Dempsky
2012-08-28Add __guard_local as a hidden symbol to ld.so, kernel, and everyMatthew Dempsky
2010-05-01Sprinkle a few __used markers to prevent gcc4 from throwing away essentialMark Kettenis
2009-07-14Don't specify mode(SI) attribute for __EH_FRAME_END__ as we haveJonathan Gray
2009-04-13Add gcj java class registration hooks for gcc3 elf archs. From NetBSDKurt Miller
2009-03-06Work-around a gcc3 -g bug causing debug ld.so to crash.Kurt Miller
2009-02-04Tag ELF shared libraries as OpenBSD.Mark Kettenis
2007-09-03Add __cxa_atexit() support for gcc3. This provides support for shared object...Todd C. Miller
2004-10-26Change __register_frame_info into a weakly defined symbol.Mark Kettenis
2004-10-10Add support for DWARF2 exception handling.Mark Kettenis
2004-01-26add finalized guard to destructor calls, to prevent multiple calls.Marc Espie
2004-01-26small clean-up: typedef to desambiguate const, prototypes...Marc Espie
2004-01-08__init/__fini handling on ELF has not been correct. It is supposed toDale Rahn
2003-12-28correct array initializer size to be [1], not [0] fixes gcc3 libstdc++ errorDale Rahn
2003-11-22remove multi-line literals in __asm syntax to keep gcc3 happyAnil Madhavapeddy
2003-06-26boring protosTheo de Raadt
2003-03-31add a newline at end of file. gcc3 rightfully complains if the fileBruno Rohee
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-05-28Commonize csu code for elf systems, powerpc now no longer has it's ownDale Rahn