OSDN Git Service

uclinux-h8/uClibc.git
2004-09-23 Joakim TjernlundMake powerpc look more like the other archs.
2004-09-17 Joakim TjernlundAdded back dl_iterate_phdr in ldso(with some small...
2004-09-17 Joakim TjernlundFormatting cleanups from Peter Kellerstedt.
2004-09-17 Joakim TjernlundBugfix: Add r_addend to final address. The r_addend...
2004-09-17 Joakim TjernlundDon't allow undefined global symbols to pass(all archs...
2004-09-16 Joakim TjernlundDon't allow undefined global symbols to pass(all archs...
2004-09-10 Manuel Novoa... Hide some x86-specific devel asserts.
2004-09-08 Eric AndersenFixup URL
2004-09-08 Joakim TjernlundSecond attempt to fix the INIT/FINI order. This time...
2004-09-08 Eric AndersenDoh! As noted by Mike Frysinger I was too agressive...
2004-09-07 Eric AndersenDisable prototypes for unimplemented functions
2004-09-07 Eric AndersenYet another bit of joy for mjn3
2004-09-07 Eric AndersenAudit and disable unimplemented stuff
2004-09-07 Eric AndersenImplement gethostent_r
2004-09-07 Eric AndersenRemove stale leftovers
2004-09-07 Eric AndersenAudit and scrub malloc.h, which was a mess
2004-09-07 Eric AndersenWe do not use dl_iterate_phdr, so no need to define it
2004-09-07 Eric AndersenuClibc gettext support is under development and really...
2004-09-07 Eric AndersenThe 'Somebody Else's Problem Field' was just activated
2004-09-07 Eric AndersenFirst pass prototype removals from auditing header...
2004-09-07 Eric AndersenUse a more appealing name, matching the function prototype
2004-09-07 Eric AndersenAdd missing imaxdiv and lldiv needed for SuSv3. Adjust...
2004-09-03 Joakim TjernlundFirst attempt to fix the INIT/FINI ordering. Fingers...
2004-09-02 Manuel Novoa... Add a couple of mips-specific string funcs.
2004-09-02 Manuel Novoa... Fix a couple of symbol name issues.
2004-09-02 Joakim TjernlundRemove unused variables. From Peter Mazinger.
2004-08-31 Eric AndersenRestore item I erronenously removed, mention mips strin...
2004-08-31 Eric AndersenDont mess with __curbrk in ldso
2004-08-30 Joakim TjernlundTypo fix from Peter Mazinger.
2004-08-30 Eric AndersenMention kernel abi selection
2004-08-28 Manuel Novoa... solar asked that this bit be reverted.
2004-08-27 Joakim TjernlundPreliminary PIE support for powerpc, i386 was used...
2004-08-27 Joakim Tjernlund#include "dl-startup.c into ldso.c, making ldso one...
2004-08-27 Joakim TjernlundForgot to commit this file. Patch from Stefan Allius.
2004-08-27 Joakim TjernlundAs Mike Frysinger notes, this code is still needed. I
2004-08-26 Eric AndersenPartial patch from Alexandre Oliva to update the frv...
2004-08-26 Eric AndersenPatch from Alexandre Oliva to update the frv default...
2004-08-26 Eric AndersenPartial patch from Alexandre Oliva:
2004-08-26 Eric AndersenMention FunctionCheck
2004-08-26 Eric AndersenUpdate TODO list a bit
2004-08-26 Eric AndersenOnly print debug stuff when asked
2004-08-26 Eric AndersenFixup a couple of warnings
2004-08-26 Eric AndersenAvoid multiple passes to perform mips GOT relocations...
2004-08-26 Manuel Novoa... Fixes from gentoo.
2004-08-26 Joakim TjernlundLet ldso find libc's malloc function and set _dl_malloc...
2004-08-26 Joakim TjernlundAdded test for RTLD_GLOBAL flag in _dl_find_hash().
2004-08-26 Eric AndersenRelocations of the application's global GOT entries...
2004-08-26 Joakim TjernlundStefan Allius writes:
2004-08-25 Eric AndersenMike Frysinger writes:
2004-08-25 Eric AndersenMike Frysinger writes:
2004-08-25 Eric AndersenJoakim Tjernlund writes:
2004-08-25 Manuel Novoa... Patch by Carl SHAW <carl.shaw@st.com>...
2004-08-25 Joakim TjernlundPatch from Stefan Allius:
2004-08-25 Joakim TjernlundHopefully fix Laszlo and Jacobs dlopen problem.
2004-08-23 Eric AndersenNote a security item for the next release
2004-08-22 Eric AndersenMake the stub profiling stuff work
2004-08-21 Eric AndersenThe "Delete current profiling code because it is comple...
2004-08-21 Eric AndersenAttempt to support 'gcc -finstrument-functions', which...
2004-08-21 Eric AndersenKill off all support for 'gcc -pg' / 'gprof' style...
2004-08-20 Eric AndersenEnable only for architectures where __NR_madvise is...
2004-08-19 Eric AndersenNever directly include kernel sources
2004-08-19 Eric Andersen'pagesize' was local to dl-startup.c. In ldso.c we...
2004-08-19 Manuel Novoa... Fix dependencies.
2004-08-19 Joakim TjernlundAccunt for ELF_MACHINE_PLTREL_OVERLAP when relocating...
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-19 Joakim TjernlundOops, forgot to remove unused variable.
2004-08-19 Joakim TjernlundThis is now done in ldso.c
2004-08-18 Joakim TjernlundClean up the _dl_boot code and make it similar to arm...
2004-08-17 Eric AndersenCarl SHAW writes:
2004-08-17 Joakim TjernlundDavid McCulloug writes:
2004-08-17 Joakim TjernlundLet ldso decide if it should relocate itselft a second...
2004-08-17 Joakim TjernlundFix make clean rule.
2004-08-16 Eric AndersenAudit pthread.h and exclude prototypes for pthread...
2004-08-16 Eric AndersenI will always test before I commit.
2004-08-16 Eric AndersenSetup __pagesize from inside __uClibc_init(), or else...
2004-08-16 Eric AndersenBe a bit more prominant about the fact that setuid...
2004-08-16 Eric AndersenThe variable used to store pagesize is not the same...
2004-08-16 Eric AndersenThe pagesize variable used when starting up is _not_...
2004-08-15 Manuel Novoa... Update to add missing c++ namespace support.
2004-08-15 Eric AndersenDo not fail all lookups when /etc/resolv.conf is missin...
2004-08-15 Manuel Novoa... Logic was reversed.
2004-08-14 Eric Andersenreq_search returned garbage. This teaches it to behave...
2004-08-13 Eric AndersenFixup PAGE_SIZE problems
2004-08-13 Joakim TjernlundFix usage_count in ldso/libdl.
2004-08-13 Manuel Novoa... Always include the sqrtf wrapper in libm so that we...
2004-08-10 Manuel Novoa... Fix mips bug related to 2.6 headers by following glibc...
2004-08-10 Manuel Novoa... Apparently the sigaction code added was broken, as...
2004-08-10 Joakim TjernlundOptimze _dl_memset() for PowerPC.
2004-08-10 Joakim TjernlundForgot _dl_memcpy in previous checkin.
2004-08-10 Manuel Novoa... On Monday 02 August 2004 08:44 am, Mike Frysinger wrote:
2004-08-10 Manuel Novoa... At solar's request...
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-08-10 Joakim TjernlundRevmoved _dl_brkp and _dl_envp. They are not needed...
2004-08-10 Joakim TjernlundMike Frysinger writes:
2004-08-10 Joakim TjernlundMike Frysinger writes:
2004-08-10 Joakim TjernlundMike Frysinger writes:
2004-08-09 Joakim TjernlundOops.
next