Age | Commit message (Expand) | Author |
2009-10-16 | ldso: fixup missed variable rename ( tls_tpnt -> tpntp ) | Austin Foxley |
2009-10-15 | ldso: drop duplicated/unused defines | Mike Frysinger |
2009-10-15 | ldso: unify and cleanup _dl_mmap code | Mike Frysinger |
2009-10-15 | ldso: define MAP_FAILED for everyone | Mike Frysinger |
2009-10-15 | ldso: simplify handling of extra _dl_lookup_hash() arg | Mike Frysinger |
2009-10-15 | ldso: clean up breakage in tls merge | Mike Frysinger |
2009-10-14 | ldso: fixup all the rest of the calls to _dl_find_hash | Austin Foxley |
2009-10-09 | check_ld some more flags | Bernhard Reutner-Fischer |
2009-10-07 | ldso: pull in missing bits/fcntl.h header for O_CLOEXEC | Mike Frysinger |
2009-10-07 | ldso: use O_CLOEXEC for cache file | Mike Frysinger |
2009-10-07 | ldso: use MAP_FAILED with ld.so.cache | Mike Frysinger |
2009-10-06 | fix coding style | Bernhard Reutner-Fischer |
2009-10-06 | commentary typo fix | Bernhard Reutner-Fischer |
2009-10-06 | trim whitespace | Bernhard Reutner-Fischer |
2009-10-06 | whitespace cleanup | Bernhard Reutner-Fischer |
2009-10-04 | mips: fix typo in elfinterp.c | Austin Foxley |
2009-09-26 | ldso/: tls support for dynamic linker | Austin Foxley |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-07-23 | Blackfin: rename __dl_boot to __start | Mike Frysinger |
2009-07-23 | Blackfin: fix incorrect attribute order | Mike Frysinger |
2009-07-23 | Blackfin: add elf_machine_load_address() stub | Mike Frysinger |
2009-07-23 | ldso: fix building for FDPIC systems | Mike Frysinger |
2009-07-23 | silence warnings in Blackfin ldso code | Mike Frysinger |
2009-07-23 | Blackfin: add support for automatic loading of L2 SRAM regions | Jie Zhang |
2009-07-20 | fix building for systems w/out ldso support | Mike Frysinger |
2009-07-05 | Avoid type-punned pointers that break strict-aliasing | Ron |
2009-07-05 | Move extern prototype out of function scope | Ron |
2009-06-01 | Blackfin: make sure all relocs are uppercase | Mike Frysinger |
2009-04-11 | for sparc v8 MAGIC1 was defined incorrectly | austinf |
2009-04-11 | sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldso | austinf |
2009-04-09 | Fix the ifdef logic broken by last commit for !defined (__mcoldfire__) | Khem Raj |
2009-04-09 | The attached patches fixes the problems found bringing up uclibc on coldfire | Khem Raj |
2009-03-05 | Use __always_inline instead of __inline__ | Carmelo Amoroso |
2009-02-23 | - fix weak ssp symbol on some arches (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2009-01-28 | Remove check for the relocation type check in the resolver, | Carmelo Amoroso |
2009-01-14 | ldso: performs bootstrap relocations only if required by the arch. | Carmelo Amoroso |
2009-01-12 | ldso: do not comment out unused variables, just delete it. | Carmelo Amoroso |
2009-01-11 | replace yet another _dl_malloc + _dl_memset with _dl_zalloc | Denis Vlasenko |
2009-01-10 | simple optimizations and style fixes in dynamic loading | Denis Vlasenko |
2009-01-04 | ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable. | Denis Vlasenko |
2008-12-22 | - non-pic support for MIPS (Catherine Moore, clm at codesourcery com) | Bernhard Reutner-Fischer |
2008-12-03 | - use proper macros | Bernhard Reutner-Fischer |
2008-12-03 | - use proper macro (no obj-code changes) | Bernhard Reutner-Fischer |
2008-12-03 | - Use runtime pagesize (Jeremy Kerr) | Bernhard Reutner-Fischer |
2008-11-18 | Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does). | Carmelo Amoroso |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |
2008-11-03 | Prefix variables defined in INIT_GOT define for AVR32 arch | Hans-Christian Egtvedt |
2008-11-03 | Make sure functions in dl-sysdep.h for AVR32 are always inlined | Hans-Christian Egtvedt |
2008-11-03 | Fix whitespace damage in file. | Hans-Christian Egtvedt |
2008-11-03 | - jmp on coldfire accepts only address registers | Bernhard Reutner-Fischer |