summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so
AgeCommit message (Expand)Author
2007-10-30Build a local copy of exit that doesn't call __cxa_finalize. It's notskrll
2007-10-29build stack protector locally so that we don't call syslog_ss that resultschristos
2007-10-05- Don't use the names malloc/free/etc, since we can end up pulling in libc'sad
2007-09-27provide xrealloc, and don't cast and use malloc and realloc directly.christos
2007-09-27If we are using SSP, compile in a separate copy of the stack protectorchristos
2007-09-21Don't trust AT_SUN_EXECNAME, if we are set{u,g}id.christos
2007-09-20delete debug printfchristos
2007-09-20Use AT_SUN_EXECPATH instead of argv[0] for the executable name. This needschristos
2007-09-20Don't remove the last component of filename before callingcube
2007-09-135 is not a valid version for .Nx, so change it to 5.0.tnn
2007-09-02Don't define bool, false and true. Use stdbool.h.joerg
2007-06-24Use an elf note to handle pax arguments. This is a temporary solution tochristos
2007-05-18fix a comment.christos
2007-05-18Support Solaris-like $ORIGIN etc. expansions in paths.christos
2007-04-08Remove a test for defined(__SH5__).scw
2007-04-08Remove support for NetBSD/{,evb}sh5.scw
2007-03-15Deal with MKPICLIB != no.matt
2007-02-23Remove MD COMBRELOC support since it's now MI.matt
2007-02-23Don't use cached results for plt lookups (nor save them).matt
2007-02-22Make the COMBRELOC support generic.matt
2007-02-15Add COMBRELOC supportmartin
2007-02-15Provide COMBRELOC support for amd64 in answer to PR/35589.skrll
2006-11-24s/existance/existence/, from Zafer.wiz
2006-11-22From defend dot the dot world at gmail dot com: Sanitize environment variableschristos
2006-10-17Create _rtld_relocate_plt_object and use it in _rtld_bind andskrll
2006-10-17Support unaligned DIR32 relocs.skrll
2006-10-16Reformat a comment.skrll
2006-10-16Correct the frame size for a couple of ENTRYsskrll
2006-08-27Simplify multiple MACHINE_ARCH endian checks with single MACHINE_CPUsimonb
2006-06-29Add (back) -Wl,-static to the link.skrll
2006-06-28Fix unaligned loads and stores generated by gcc4. Problem described insimonb
2006-06-13Use .previous at the end of the NetBSD ident note so that we switchsimonb
2006-05-23in _rtld_bind() initialise new_value for GCC4.mrg
2006-05-22sprinkle some __noreturn__ attributes, saves gcc4 warnings elsewheredrochner
2006-05-21avoid more GCC4 uninitialised variable problems. (sh3 known, vax guessed.)mrg
2006-05-20appease gcc4 uninitialiased warningdan
2006-05-20in _rtld_bind() initialise result to appease GCC4.mrg
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-03Remove empty lines.skrll
2006-03-21Coverity CID 2749: Fix another double free. Instead of removing that lastchristos
2006-03-18Coverity CID 923: Avoid NULL deref.christos
2006-03-18Fix some double frees / missing frees / use after freed allmatt
2006-03-04Remove the LD_BIND_NOW itemskrll
2006-03-04Add LD_BIND_NOW support for mips.skrll
2006-02-03Remove -Wl,-non_shared (same meaing as -static).rpaulo
2006-01-12Bring across a change from FreeBSD from back in 1998:skrll
2006-01-11Add some comments.uwe
2006-01-11Kill trailing whitespace.uwe
2006-01-11_GLOBAL_OFFSET_TABLE_ is only used if RTLD_DEBUG, so wrap itsuwe
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry