OSDN Git Service

ldso: remove duplicated assignment with TLS symbol
[uclinux-h8/uClibc.git] / ldso / include /
2006-07-05 Mike Frysingermissed an ElfW(Addr) change
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load addresses
2006-07-05 Mike Frysingeruse ElfW(Addr) in more places
2006-07-05 Mike Frysingerrevert fdpic patch so we can merge it in bit by bit
2006-06-30 Mike FrysingerBernd Schmidt writes: abstract away addresses so we...
2006-04-20 Mike Frysingeradd a note as to why mips is special
2006-03-23 Peter S. Mazingerforgotten to update gettimeofday here as well
2006-03-08 Mike Frysingermacro out the /10 operation so arches can have their...
2006-02-23 Peter KjellerstedtInclude bits/uClibc_page.h before dl-syscall.h as the...
2006-02-23 Peter KjellerstedtAllow MMAP2_PAGE_SHIFT to be specified by the architect...
2006-02-23 Peter KjellerstedtA little clean up.
2006-02-22 Mike Frysingersync with glibc
2006-02-22 Mike FrysingerNicolas Bellido: switch up order of mmap preference...
2006-02-22 Mike Frysingermove _dl_mmap_check_error() to related mmap bits of...
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-30 Peter S. Mazingerback to inline, mips fails
2006-01-27 Peter S. Mazingeruse attribute_unused instead of hardcoded
2006-01-24 Bernhard Reutner... - use keywords __asm__ and __inline__ c99.
2006-01-20 Mike Frysingerfix building on alpha
2006-01-19 Mike Frysingermove a bunch of arch-specific checks out of common...
2006-01-17 Mike Frysingercleanup whitespace
2006-01-14 Peter S. MazingerRevert 13276, cache corrupted on x86
2006-01-14 Mike Frysingeruse regular headers rather than trying to get tricky
2005-11-23 Mike Frysingerchange to Lesser GPL 2.1 as pointed out by psm
2005-11-22 Mike Frysingeradd some copyright info
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-11 Peter S. MazingerRemove TMPDIR from glibc's commented list
2005-10-11 Peter S. MazingerSync unsecvars.h w/ glibc-2.3.5, remove unused vars...
2005-09-23 "Steven J. Hill"I really really HATE gcc-4.1 and its whimsical inline...
2005-09-20 Joakim TjernlundMake powerpc use sys/syscall.h, instead of defining...
2005-09-18 Joakim TjernlundRemove unused function.
2005-09-17 Joakim TjernlundFix bug 430 and reduce ldso size with 1KB :). Not sure...
2005-08-29 Mike Frysingersome fixes by anemo in Bug 9 to play nicely with 32...
2005-08-15 Eric AndersenJust quote the whole darn thing so we can print any...
2005-08-15 Mike Frysingerremove quote char which doesnt belong
2005-08-15 Mike Frysingermove arch-specific checks out of shared dl-syscall...
2005-08-12 Joakim TjernlundRemove hardcoded ld-uClibc.so.0 name in ldso.
2005-08-09 Mike Frysingerdisable early debug code if the arch relies on certain...
2005-07-13 Mike Frysingeroops, fix typo in ELF_ST_BIND macros
2005-07-13 Mike Frysingeruse Elf32_Word instead of uint32_t since that is what...
2005-07-11 Mike Frysingerforce hash buckets to work off of 32bit quantities
2005-07-11 Mike Frysingercreate a new wrapper macro for debug early output
2005-07-11 Mike Frysingermake sure the SEND_NUMBER_STDERR macro doesnt modify...
2005-07-09 Mike Frysingerwe need the syscall6() version of mmap
2005-07-08 Mike Frysingerneed _DEBUG macros for NUMBER too
2005-07-07 Mike Frysingerclean up whitespace
2005-07-07 Mike Frysingermake RUNPATH/RPATH support configurable
2005-07-06 Mike Frysingerneed features.h for the misc attribute defines and...
2005-07-06 Mike Frysingersetup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE()
2005-07-02 Mike Frysingeruse new __always_inline define
2005-07-02 Mike Frysingeruse new __always_inline define
2005-06-30 Mike Frysingercreate generic ELF_* macros to hide 32/64 bit differences
2005-06-30 Mike Frysingerwhitespace tweaks
2005-06-30 Mike Frysingerchange all Elf32_* usage to ElfW(*) usage since we...
2005-06-30 Mike Frysingertypecast to long instead of int so pointers on 64bit...
2005-06-30 "Steven J. Hill"The function '_dl_memset' should always be inlined...
2005-06-25 Mike Frysingermove _dl_if_debug_dprint() to shared ldso header
2005-06-25 Mike Frysingercreate some DEBUG macros for the ld debug early
2005-06-25 Mike Frysingerwhitespace/syntax cleanups
2005-06-01 Joakim TjernlundInitial support for both RUNPATH support.
2005-05-20 Joakim TjernlundFix debug macros.
2005-04-27 "Steven J. Hill"Get rid of extern references to ldso variables.
2005-04-13 Eric AndersenAdd missing definition for DL_OPENED
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...
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2005-02-12 Mike Frysingerno more cvs
2004-12-22 Eric AndersenCleanup for when LDSO_CACHE_SUPPORT is disabled
2004-12-20 Ned Ludd- added LD_TRACE_LOADED_OBJECTS to be stripped from...
2004-12-20 Ned Ludd- dont use dos format
2004-12-11 Eric AndersenPartial commit of a patch from Alexandre Oliva:
2004-11-10 Joakim TjernlundAdd RTLD_LOCAL support for dlopened libs. Reported by
2004-11-02 Joakim Tjernlund- Remove dynamic_size from struct elf_resolve.
2004-10-12 Joakim TjernlundMark Rakes writes:
2004-10-07 Joakim TjernlundRemove usage of _dl_parse_copy_information() from gener...
2004-10-06 Joakim TjernlundPeter S. Mazinger writes:
2004-10-06 Joakim TjernlundPuts common defines into dl-defs.h (in ldso/include...
2004-10-03 Eric AndersenThis patch from Mike Frysinger, extended from an earlie...
2004-09-08 Joakim TjernlundSecond attempt to fix the INIT/FINI order. This time...
2004-09-03 Joakim TjernlundFirst attempt to fix the INIT/FINI ordering. Fingers...
2004-09-02 Joakim TjernlundRemove unused variables. From Peter Mazinger.
2004-08-25 Joakim TjernlundPatch from Stefan Allius:
2004-08-19 Joakim TjernlundRemove poor man's malloc. Not needed anymore.
2004-08-19 Joakim TjernlundMove "debug_addr" ptr from dl-startup.c to ldso.c
2004-08-19 Joakim TjernlundMove the app specific stuff from dl-startup.c to ldso.c.
2004-08-17 Joakim TjernlundLet ldso decide if it should relocate itselft a second...
2004-08-13 Eric AndersenFixup PAGE_SIZE problems
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-07-30 Eric AndersenTeach libdl to use normal libc symbols whenever possibl...
2004-07-16 Eric AndersenRevert this stuff for now
2004-07-14 Eric AndersenSigh. I got things working this morning, then checked...
2004-07-14 Eric AndersenBased on a patch from Alexandre Oliva, make sure _dl_ma...
2004-06-20 Eric AndersenLet dl-string.h include dl-sysdep.h, since it has prope...
2004-06-19 Eric AndersenBradley D. LaRonde writes:
2004-06-12 Eric AndersenJakub Bogusz from pld-linux dot org writes:
2004-05-11 Eric Andersenmake certain that getpagesize() returns correct the...
next