Age | Commit message (Expand) | Author |
2015-06-10 | avoid some compiler warnings | Waldemar Brodkorb |
2012-06-15 | dl-string.h: include dl-defs.h instead of dl-sysdep.h | Peter S. Mazinger |
2012-06-15 | dl-string.h: change IS_IN_libdl guard to IS_IN_rtld | Peter S. Mazinger |
2012-06-15 | dl-string.h: use __powerpc__ guard instead of powerpc | Peter S. Mazinger |
2012-06-15 | dl-string.h: remove mips related guard | Peter S. Mazinger |
2012-06-15 | libdl: no need for _dl_strstr in libdl, use strstr | Peter S. Mazinger |
2012-06-15 | libdl.c,dl-string.h: do not use inlined _dl_memset and others in libdl | Peter S. Mazinger |
2011-10-06 | microblaze mmu/elf/shared lib support | Ryan Flux |
2009-04-11 | sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldso | austinf |
2009-01-10 | simple optimizations and style fixes in dynamic loading | Denis Vlasenko |
2008-01-05 | Chris Zankel writes: | Mike Frysinger |
2008-01-05 | whitespace only: fix indentation | Mike Frysinger |
2007-11-16 | Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve... | Carmelo Amoroso |
2006-10-07 | Bernd Schmidt writes: | Mike Frysinger |
2006-03-08 | macro out the /10 operation so arches can have their own versions ... and cre... | Mike Frysinger |
2006-01-31 | John Bowler writes in Bug 385: | Mike Frysinger |
2006-01-27 | use attribute_unused instead of hardcoded | Peter S. Mazinger |
2006-01-17 | cleanup whitespace | Mike Frysinger |
2005-11-23 | change to Lesser GPL 2.1 as pointed out by psm | Mike Frysinger |
2005-11-22 | add some copyright info | Mike Frysinger |
2005-09-23 | I really really HATE gcc-4.1 and its whimsical inline rules. | "Steven J. Hill" |
2005-08-09 | disable early debug code if the arch relies on certain values (like load_addr... | Mike Frysinger |
2005-07-11 | make sure the SEND_NUMBER_STDERR macro doesnt modify the number given to it | Mike Frysinger |
2005-07-08 | need _DEBUG macros for NUMBER too | Mike Frysinger |
2005-07-06 | need features.h for the misc attribute defines and uclibc features | Mike Frysinger |
2005-07-02 | use new __always_inline define | Mike Frysinger |
2005-07-02 | use new __always_inline define | Mike Frysinger |
2005-06-30 | The function '_dl_memset' should always be inlined regardless of the | "Steven J. Hill" |
2005-06-25 | create some DEBUG macros for the ld debug early | Mike Frysinger |
2005-06-25 | whitespace/syntax cleanups | Mike Frysinger |
2005-05-20 | Fix debug macros. | Joakim Tjernlund |
2005-04-13 | On some wierd arches (i.e. mips), none of the early debug stuff | Eric Andersen |
2005-04-13 | Don't write out the terminating NULL char | Eric Andersen |
2005-04-13 | Rework the dl-startup.c ldso early debugging macros to be | Eric Andersen |
2004-12-11 | Partial commit of a patch from Alexandre Oliva: | Eric Andersen |
2004-08-10 | Optimze _dl_memset() for PowerPC. | Joakim Tjernlund |
2004-08-10 | Forgot _dl_memcpy in previous checkin. | Joakim Tjernlund |
2004-08-10 | _dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp, | Joakim Tjernlund |
2004-08-10 | _dl_get_last_path_component: | Joakim Tjernlund |
2004-06-19 | Bradley D. LaRonde writes: | Eric Andersen |
2004-06-12 | Jakub Bogusz from pld-linux dot org writes: | Eric Andersen |
2004-02-10 | Rework file naming, aiming for at least a vague level of consistancy | Eric Andersen |
2004-02-06 | Trim trailing whitespace | Eric Andersen |
2003-09-29 | Fix SUPPORT_LD_DEBUG_EARLY on powerpc | Eric Andersen |
2003-08-19 | Phase one of my evil plan to clean up ld.so... | Eric Andersen |