OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / ldso / include / dl-string.h
2012-06-15 Peter S. Mazingerdl-string.h: include dl-defs.h instead of dl-sysdep.h
2012-06-15 Peter S. Mazingerdl-string.h: change IS_IN_libdl guard to IS_IN_rtld
2012-06-15 Peter S. Mazingerdl-string.h: use __powerpc__ guard instead of powerpc
2012-06-15 Peter S. Mazingerdl-string.h: remove mips related guard
2012-06-15 Peter S. Mazingerlibdl: no need for _dl_strstr in libdl, use strstr
2012-06-15 Peter S. Mazingerlibdl.c,dl-string.h: do not use inlined _dl_memset...
2011-10-06 Ryan Fluxmicroblaze mmu/elf/shared lib support
2009-04-11 austinfsparc also needs CONSTANT_STRING_GOT_FIXUP for doing...
2009-01-10 Denis Vlasenkosimple optimizations and style fixes in dynamic loading
2008-01-05 Mike FrysingerChris Zankel writes:
2008-01-05 Mike Frysingerwhitespace only: fix indentation
2007-11-16 Carmelo AmorosoAdded AVR32 support to uClibc. Signed-off-by: Hans...
2006-10-07 Mike FrysingerBernd Schmidt writes:
2006-03-08 Mike Frysingermacro out the /10 operation so arches can have their...
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-27 Peter S. Mazingeruse attribute_unused instead of hardcoded
2006-01-17 Mike Frysingercleanup whitespace
2005-11-23 Mike Frysingerchange to Lesser GPL 2.1 as pointed out by psm
2005-11-22 Mike Frysingeradd some copyright info
2005-09-23 "Steven J. Hill"I really really HATE gcc-4.1 and its whimsical inline...
2005-08-09 Mike Frysingerdisable early debug code if the arch relies on certain...
2005-07-11 Mike Frysingermake sure the SEND_NUMBER_STDERR macro doesnt modify...
2005-07-08 Mike Frysingerneed _DEBUG macros for NUMBER too
2005-07-06 Mike Frysingerneed features.h for the misc attribute defines and...
2005-07-02 Mike Frysingeruse new __always_inline define
2005-07-02 Mike Frysingeruse new __always_inline define
2005-06-30 "Steven J. Hill"The function '_dl_memset' should always be inlined...
2005-06-25 Mike Frysingercreate some DEBUG macros for the ld debug early
2005-06-25 Mike Frysingerwhitespace/syntax cleanups
2005-05-20 Joakim TjernlundFix debug macros.
2005-04-13 Eric AndersenOn some wierd arches (i.e. mips), none of the early...
2005-04-13 Eric AndersenDon't write out the terminating NULL char
2005-04-13 Eric AndersenRework the dl-startup.c ldso early debugging macros...
2004-12-11 Eric AndersenPartial commit of a patch from Alexandre Oliva:
2004-08-10 Joakim TjernlundOptimze _dl_memset() for PowerPC.
2004-08-10 Joakim TjernlundForgot _dl_memcpy in previous checkin.
2004-08-10 Joakim Tjernlund_dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp,
2004-08-10 Joakim Tjernlund_dl_get_last_path_component:
2004-06-19 Eric AndersenBradley D. LaRonde writes:
2004-06-12 Eric AndersenJakub Bogusz from pld-linux dot org writes:
2004-02-10 Eric AndersenRework file naming, aiming for at least a vague level...
2004-02-06 Eric AndersenTrim trailing whitespace
2003-09-29 Eric AndersenFix SUPPORT_LD_DEBUG_EARLY on powerpc
2003-08-19 Eric AndersenPhase one of my evil plan to clean up ld.so...