OSDN Git Service

revert fdpic patch so we can merge it in bit by bit
[uclinux-h8/uClibc.git] / ldso / include / ldso.h
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-02-23 Peter KjellerstedtInclude bits/uClibc_page.h before dl-syscall.h as the...
2005-11-23 Mike Frysingerchange to Lesser GPL 2.1 as pointed out by psm
2005-11-22 Mike Frysingeradd some copyright info
2005-08-29 Mike Frysingersome fixes by anemo in Bug 9 to play nicely with 32...
2005-08-12 Joakim TjernlundRemove hardcoded ld-uClibc.so.0 name in ldso.
2005-07-11 Mike Frysingercreate a new wrapper macro for debug early output
2005-06-30 Mike Frysingerchange all Elf32_* usage to ElfW(*) usage since we...
2005-06-25 Mike Frysingermove _dl_if_debug_dprint() to shared ldso header
2005-04-27 "Steven J. Hill"Get rid of extern references to ldso variables.
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-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-13 Eric AndersenFixup PAGE_SIZE problems
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-05-11 Eric Andersenmake certain that getpagesize() returns correct the...
2004-02-17 Eric AndersenFixup support for gcc 2.95
2004-02-17 Eric AndersenProvide the ldso syscalls and string funcs earlier...
2004-02-10 Eric AndersenRework file naming, aiming for at least a vague level...
2004-02-07 Eric AndersenStep one, begin shuffling things around a bit
2004-01-29 Eric AndersenScrub up use of ELF_USES_RELOCA and eliminte some unsig...
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-08-19 Eric AndersenPhase one of my evil plan to clean up ld.so...