summaryrefslogtreecommitdiff
path: root/ldso/include/ldso.h
AgeCommit message (Expand)Author
2018-02-03bits/mman.h: consolidate header fileWaldemar Brodkorb
2017-06-21remove editor hints for viWaldemar Brodkorb
2013-11-06ldso: remove duplicate function declarationsBaruch Siach
2013-02-20ldso: Use newer syscalls if arch does not have the deprecated syscallsMarkos Chandras
2012-11-18ldso: include dlfcn.h for RTLD_NODELETEMike Frysinger
2012-06-15ldso: use _dl_strdup and _dl_dprintf only in ld-uClibc.soPeter S. Mazinger
2012-06-15ldso/include: change guard of headers to reflect the file names.Peter S. Mazinger
2012-06-06Clean up DSBT supportMark Salter
2012-01-02ldso: simplify interp path search logicMike Frysinger
2011-11-27ldso: use __func__ rather than __FUNCTION__Mike Frysinger
2011-08-26ldso: add missing includeBernhard Reutner-Fischer
2011-05-04Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-04-11Fix nommu handling of DT_TEXTRELBernd Schmidt
2010-09-17ldso: Add support for LD_WARN and LD_TRACE_PRELINKINGFilippo Arcidiacono
2010-09-17ldso: Rework global scope handling and symbol lookup mechanismFilippo Arcidiacono
2010-09-17ldso: Add implementation of ld.so standalone executionFilippo Arcidiacono
2010-05-09powerpc: Add TLS and NPTL supportKhem Raj
2010-04-28include dlfcn.h in ldso.h to get RTLD_NODELETE definitionAustin Foxley
2010-02-11ldso: fix USE_TLS checkAustin Foxley
2010-02-05ldso: add missing prototypesBernhard Reutner-Fischer
2009-10-15ldso: clean up breakage in tls mergeMike Frysinger
2009-10-07ldso: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger
2009-09-26ldso/: tls support for dynamic linkerAustin Foxley
2009-07-20fix building for systems w/out ldso supportMike Frysinger
2009-01-12ldso: do not comment out unused variables, just delete it.Carmelo Amoroso
2009-01-10simple optimizations and style fixes in dynamic loadingDenis Vlasenko
2008-12-03- Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer
2008-05-30- fix the macros rather than the callees as rightfully noted by bernds (duh!)Bernhard Reutner-Fischer
2008-01-09fix broken whitespace in many places; no functional changesMike Frysinger
2008-01-08Some more Blackfin/FDPIC ldso merging work. Include dl-inlines.h when itBernd Schmidt
2007-12-03Blackfin FD-PIC patches 5/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 1/6.Bernd Schmidt
2007-11-09Define _dl_assert in libdl only if __DOASSERTS__ is defined. Thanks to Peter ...Carmelo Amoroso
2007-11-07Added support for GNU hash style into dynamic linkerCarmelo Amoroso
2007-01-29- see if defined foo before trying to look at the value of foo (that should b...Bernhard Reutner-Fischer
2006-07-05patch from Bernd Schmidt to abstract away load address typesMike Frysinger
2006-07-05missed an ElfW(Addr) changeMike Frysinger
2006-07-05revert fdpic patch so we can merge it in bit by bitMike Frysinger
2006-06-30Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFsMike Frysinger
2006-02-23Include bits/uClibc_page.h before dl-syscall.h as the latter mayPeter Kjellerstedt
2005-11-23change to Lesser GPL 2.1 as pointed out by psmMike Frysinger
2005-11-22add some copyright infoMike Frysinger
2005-08-29some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hostsMike Frysinger
2005-08-12Remove hardcoded ld-uClibc.so.0 name in ldso.Joakim Tjernlund
2005-07-11create a new wrapper macro for debug early outputMike Frysinger
2005-06-30change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...Mike Frysinger
2005-06-25move _dl_if_debug_dprint() to shared ldso headerMike Frysinger
2005-04-27Get rid of extern references to ldso variables."Steven J. Hill"
2004-09-08Second attempt to fix the INIT/FINI order. This time I think I got it right :)Joakim Tjernlund
2004-09-03First attempt to fix the INIT/FINI ordering. Fingers crossed :)Joakim Tjernlund