summaryrefslogtreecommitdiffstats
path: root/ldso/libdl
Commit message (Expand)AuthorAgeFilesLines
* ldso: clean up breakage in tls mergeMike Frysinger2009-10-161-25/+14
* fix coding styleBernhard Reutner-Fischer2009-10-161-25/+16
* tls: test for DTV vs TCB at TP correctlyAustin Foxley2009-09-231-2/+2
* guard tls.h includeAustin Foxley2009-09-201-0/+3
* support building out-of-treeBernhard Reutner-Fischer2009-08-191-0/+2
* Synch with trunk: miscellaneous changes, mostly cleanup,Carmelo Amoroso2009-01-221-9/+9
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-101-28/+30
* Synch with trunk @ 24160Carmelo Amoroso2008-11-271-2/+2
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-33/+52
* Synch the whole build system. Also including recent fix on testsuite build sy...Carmelo Amoroso2008-07-091-3/+5
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-161-2/+2
* Merge ldso tree with trunk. Carmelo Amoroso2008-03-052-25/+36
* This patch solves a problem in dladdr caused by the wrong valueCarmelo Amoroso2008-01-181-15/+44
* Removed #if USE_TLS guard around tls_tpnt, otherwise it will not compileCarmelo Amoroso2007-11-221-4/+1
* Added GNU hash support to ld.soCarmelo Amoroso2007-11-192-108/+141
* Add missing dl_error_names string for TLS relocation error. Submitted by Khem..."Steven J. Hill"2007-03-051-0/+1
* Check in all code for TLS relocations. There is still clean up that"Steven J. Hill"2006-08-211-41/+358
* Merge from trunk."Steven J. Hill"2006-03-271-1/+1
* Merge from trunk that gives us a valid NPTL dynamic loader and the start of t..."Steven J. Hill"2005-11-292-14/+9
* Dynamic loader now builds with new build system. Fix problems with 'dl-sysdep..."Steven J. Hill"2005-11-202-97/+12
* Sync up with trunk."Steven J. Hill"2005-11-191-2/+2
* Massive merge from trunk."Steven J. Hill"2005-11-181-28/+36
* Massive merge from trunk."Steven J. Hill"2005-11-171-1/+1
* Copy from trunk."Steven J. Hill"2005-10-301-0/+51
* Add '-DSHARED' flag when building the shared 'libdl'."Steven J. Hill"2005-10-291-0/+3
* Sync with trunk."Steven J. Hill"2005-10-061-1/+1
* Bring in changes from trunk."Steven J. Hill"2005-10-041-9/+9
* Fix up build system for NPTL. I admit it is much cleaner now, but I lost my e..."Steven J. Hill"2005-10-041-36/+46
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a..."Steven J. Hill"2005-09-241-1/+1
* More TLS stuff for ld.so."Steven J. Hill"2005-09-231-0/+3
* Finish merge from trunk."Steven J. Hill"2005-09-131-0/+7
* Sync with trunk."Steven J. Hill"2005-08-251-2/+3
* Merge/sync with trunk."Steven J. Hill"2005-08-172-1/+2
* Changes made to the dynamic loader for TLS/NPTL support. Additional changes m..."Steven J. Hill"2005-08-091-1/+7
* Merge with latest changes from the trunk."Steven J. Hill"2005-08-042-26/+16
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-301-98/+75
* Massive clean up of makefiles with a focus on being able to compile correctly"Steven J. Hill"2005-07-221-2/+8
* Fix dlopen to handle circular dependency libs. Wouldn't surprise me if someth...Joakim Tjernlund2005-04-231-5/+18
* Cleanup library loading.Joakim Tjernlund2005-04-231-16/+6
* Fix bug 214, reported by aurel. This is a major update thatJoakim Tjernlund2005-04-131-58/+107
* Moved the addition of load address from the fast pathJoakim Tjernlund2005-03-291-3/+3
* no more cvsMike Frysinger2005-02-121-2/+0
* clean up dependencies so libraries are only rebuilt when needed and so that p...Mike Frysinger2005-01-191-8/+5
* Avoid compiler warnings.Peter Kjellerstedt2005-01-191-3/+3
* Fixup function prototypes to match definitions in include/dlfcn.hEric Andersen2005-01-101-2/+4
* fix eriks e-mail addressMike Frysinger2005-01-051-1/+1
* Cleaned up patch from Peter S. Mazinger adding support forEric Andersen2004-12-221-1/+1
* Partial commit of a patch from Alexandre Oliva:Eric Andersen2004-12-111-1/+1
* Add BIND NOW support to MIPS.Joakim Tjernlund2004-11-171-8/+10
* Add RTLD_LOCAL support for dlopened libs. Reported byJoakim Tjernlund2004-11-101-11/+25