OSDN Git Service

Merge commit 'origin/master' into prelink
[uclinux-h8/uClibc.git] / ldso / include /
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...
2004-03-19 Eric AndersenBased on a patch from Alexandre Oliva, allow uClibc...
2004-02-20 Eric AndersenSigh. I switched the values...
2004-02-20 Eric AndersenSlightly cleaner formatting
2004-02-17 Eric AndersenFixup support for gcc 2.95
2004-02-17 Eric AndersenProvide the ldso syscalls and string funcs earlier...
2004-02-14 Eric AndersenJoakim Tjernlund writes:
2004-02-10 Eric AndersenFix function prototype to match the official ELF standa...
2004-02-10 Eric AndersenRework file naming, aiming for at least a vague level...
2004-02-10 Eric AndersenFixup the definition of _dl_open, and move some bits...
2004-02-07 Eric AndersenSplit off the stuff that cannot use function into its...
2004-02-07 Eric AndersenStep one, begin shuffling things around a bit
2004-02-06 Eric AndersenTrim trailing whitespace
2004-01-29 Eric AndersenModify interfaces for _dl_parse_relocation_information()
2004-01-29 Eric AndersenScrub up use of ELF_USES_RELOCA and eliminte some unsig...
2004-01-29 Eric AndersenEliminate separate passes for _dl_copy_fixups() and...
2004-01-06 Eric AndersenSome badly behaved arches fail to provide a PAGE_SIZE...
2003-12-17 Eric AndersenUse PAGE_SIZE rather than hard coding 4096
2003-11-04 Eric AndersenRework the config system. Better utilize the Kconfig...
2003-10-12 Eric AndersenAlways build and install ldconfig
2003-09-29 Eric AndersenFix SUPPORT_LD_DEBUG_EARLY on powerpc
2003-08-31 Eric AndersenWeed out duplicates before trying to load libraries...
2003-08-19 Eric AndersenCool. Found most of the problem. Turns out we were...
2003-08-19 Eric AndersenPhase one of my evil plan to clean up ld.so...