summaryrefslogtreecommitdiffstats
path: root/ldso/include/ldso.h
Commit message (Expand)AuthorAgeFilesLines
* ldso: clean up breakage in tls mergeMike Frysinger2009-10-161-2/+2
* ldso: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger2009-10-161-0/+2
* fix building for systems w/out ldso supportMike Frysinger2009-08-191-0/+5
* 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-101-1/+1
* Synch with trunk @ 24261Carmelo Amoroso2008-12-041-0/+13
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-3/+3
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-3/+18
* Merge ldso tree with trunk. Carmelo Amoroso2008-03-051-7/+16
* Merge from trunk."Steven J. Hill"2006-03-271-2/+2
* Merge from trunk that gives us a valid NPTL dynamic loader and the start of t..."Steven J. Hill"2005-11-291-0/+7
* Removed old 'assert' function and created new '_dl_assert' macro and"Steven J. Hill"2005-10-291-1/+9
* Cleaned up 'struct link_map' and 'struct elf_resolve' such that the TLS data ..."Steven J. Hill"2005-09-251-2/+2
* 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-241-0/+2
* Added TLS variables to 'struct elf_resolve' which will be needed for TLS supp..."Steven J. Hill"2005-09-211-0/+2
* Sync with trunk."Steven J. Hill"2005-08-301-0/+1
* Merge/sync with trunk."Steven J. Hill"2005-08-171-1/+0
* Last of the merges along with latest changes for NPTL. Nothing much"Steven J. Hill"2005-07-301-5/+15
* Get rid of extern references to ldso variables."Steven J. Hill"2005-04-271-2/+0
* Second attempt to fix the INIT/FINI order. This time I think I got it right :)Joakim Tjernlund2004-09-081-2/+1
* First attempt to fix the INIT/FINI ordering. Fingers crossed :)Joakim Tjernlund2004-09-031-0/+7
* Remove unused variables. From Peter Mazinger.Joakim Tjernlund2004-09-021-2/+0
* Remove poor man's malloc. Not needed anymore.Joakim Tjernlund2004-08-191-2/+1
* Move "debug_addr" ptr from dl-startup.c to ldso.cJoakim Tjernlund2004-08-191-1/+1
* Move the app specific stuff from dl-startup.c to ldso.c.Joakim Tjernlund2004-08-191-2/+1
* Fixup PAGE_SIZE problemsEric Andersen2004-08-131-5/+1
* Teach libdl to use normal libc symbols whenever possible, i.e. mallocEric Andersen2004-07-301-0/+1
* Revert this stuff for nowEric Andersen2004-07-161-1/+1
* Sigh. I got things working this morning, then checked stuff in from the wrongEric Andersen2004-07-141-1/+0
* Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicelyEric Andersen2004-07-141-0/+1
* make certain that getpagesize() returns correct the value for mipsEric Andersen2004-05-111-0/+1
* Fixup support for gcc 2.95Eric Andersen2004-02-171-15/+15
* Provide the ldso syscalls and string funcs earlier in the listEric Andersen2004-02-171-3/+4
* Rework file naming, aiming for at least a vague level of consistancyEric Andersen2004-02-101-4/+4
* Step one, begin shuffling things around a bitEric Andersen2004-02-071-0/+46
* Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefsEric Andersen2004-01-291-0/+15
* Some badly behaved arches fail to provide a PAGE_SIZE defineEric Andersen2004-01-061-0/+4
* Use PAGE_SIZE rather than hard coding 4096Eric Andersen2003-12-171-0/+2
* Phase one of my evil plan to clean up ld.so...Eric Andersen2003-08-191-0/+11