summaryrefslogtreecommitdiffstats
path: root/ldso/include
Commit message (Expand)AuthorAgeFilesLines
* remove superfluous extra semicolonsBernhard Reutner-Fischer2009-11-221-16/+17
* ldso: drop duplicated/unused definesMike Frysinger2009-10-161-23/+0
* ldso: unify and cleanup _dl_mmap codeMike Frysinger2009-10-161-40/+22
* ldso: define MAP_FAILED for everyoneMike Frysinger2009-10-161-1/+1
* ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger2009-10-161-14/+6
* ldso: clean up breakage in tls mergeMike Frysinger2009-10-162-9/+8
* ldso: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger2009-10-161-0/+2
* whitespace cleanupBernhard Reutner-Fischer2009-10-161-4/+4
* spent this morning beating i386 nptl into shapeAustin Foxley2009-09-221-1/+1
* fix building for systems w/out ldso supportMike Frysinger2009-08-191-0/+5
* Merged revisions 26046,26062,26066,26078 via svnmerge from Khem Raj2009-04-141-1/+1
* Merged revisions 26038 via svnmerge from Khem Raj2009-04-091-3/+1
* Merged revisions 26033 via svnmerge from Khem Raj2009-04-091-2/+2
* Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS relatedCarmelo Amoroso2009-02-201-1/+1
* ldso: do not comment out unused variables, just delete it.Carmelo Amoroso2009-01-121-1/+0
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-102-21/+21
* Fix kernl-features.h include path.Carmelo Amoroso2008-12-111-1/+1
* Synch with trunk @ 24261Carmelo Amoroso2008-12-041-0/+13
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-313-6/+6
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-095-28/+261
* Change one missing inline to __always_inlineCarmelo Amoroso2008-04-081-1/+1
* Merge ldso tree with trunk. Carmelo Amoroso2008-03-054-40/+49
* This patch solves a problem in dladdr caused by the wrong valueCarmelo Amoroso2008-01-181-0/+1
* Added GNU hash support to ld.soCarmelo Amoroso2007-11-193-6/+67
* Check in all code for TLS relocations. There is still clean up that"Steven J. Hill"2006-08-215-49/+132
* Merge from trunk."Steven J. Hill"2006-03-273-64/+79
* Get rid of more glibc NPTL symbol and alias madness. Also disable usage of"Steven J. Hill"2006-01-141-5/+0
* Merge from trunk that gives us a valid NPTL dynamic loader and the start of t..."Steven J. Hill"2005-11-298-0/+56
* Merge from trunk."Steven J. Hill"2005-10-302-7/+12
* Removed old 'assert' function and created new '_dl_assert' macro and"Steven J. Hill"2005-10-291-1/+9
* Fix up dependencies for when 'extern' is used. This file is a mess"Steven J. Hill"2005-10-291-3/+7
* Latest 'ldso' changes for TLS support dated 20050930. I just did not get them..."Steven J. Hill"2005-10-012-3/+6
* Cleaned up 'struct link_map' and 'struct elf_resolve' such that the TLS data ..."Steven J. Hill"2005-09-253-60/+55
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a..."Steven J. Hill"2005-09-241-1/+1
* Big sync with trunk."Steven J. Hill"2005-09-242-0/+5
* Sync."Steven J. Hill"2005-09-231-8/+1
* Sync with trunk."Steven J. Hill"2005-09-212-2/+3
* Added TLS variables to 'struct elf_resolve' which will be needed for TLS supp..."Steven J. Hill"2005-09-212-1/+25
* Sync with trunk."Steven J. Hill"2005-08-302-4/+5
* Merge/sync with trunk."Steven J. Hill"2005-08-172-3/+3
* Merge with latest trunk."Steven J. Hill"2005-08-101-0/+1
* Changes made to the dynamic loader for TLS/NPTL support. Additional changes m..."Steven J. Hill"2005-08-092-16/+30
* Last of the merges along with latest changes for NPTL. Nothing much"Steven J. Hill"2005-07-301-5/+15
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-307-58/+81
* Fixed up resolver and errno code such that both thread models can compile wit..."Steven J. Hill"2005-07-221-5/+2
* The function '_dl_memset' should always be inlined regardless of the"Steven J. Hill"2005-06-301-59/+69
* Update comment blocks."Steven J. Hill"2005-06-032-7/+48
* Add header file for 'ld.so' definitions. It is used by both the dynamic"Steven J. Hill"2005-05-261-0/+69
* libpthread/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c"Steven J. Hill"2005-05-261-0/+6
* Get rid of extern references to ldso variables."Steven J. Hill"2005-04-271-2/+0