summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-08-10At solar's request...Manuel Novoa III
2004-08-10_dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp,Joakim Tjernlund
2004-08-10_dl_get_last_path_component:Joakim Tjernlund
2004-08-10Revmoved _dl_brkp and _dl_envp. They are not needed anymore.Joakim Tjernlund
2004-08-10Mike Frysinger writes:Joakim Tjernlund
2004-08-10Mike Frysinger writes:Joakim Tjernlund
2004-08-10Mike Frysinger writes:Joakim Tjernlund
2004-08-09Oops.Joakim Tjernlund
2004-08-09From: uclibc-bounces@uclibc.org on behalf of Peter KjellerstedtJoakim Tjernlund
2004-08-09This should fix the dlsym problem Peter van Hoyweghen reported.Joakim Tjernlund
2004-08-06Joakim Tjernlund writes:Eric Andersen
2004-08-06Joakim Tjernlund writes:Eric Andersen
2004-08-04dohEric Andersen
2004-08-04Add missing header file needed to define PAGE_SIZEEric Andersen
2004-08-03As Joakim Tjernlund rightly notes, I should have used PAGE_SIZEEric Andersen
2004-07-30cut-n-paste strikes againEric Andersen
2004-07-30Cleanup some dead wood in the header filesEric Andersen
2004-07-30s/___brk_addr/__curbrk/gEric Andersen
2004-07-30Some mips updates. Add a couple of missing sys/*.h files and update a few ot...Manuel Novoa III
2004-07-30Teach libdl to use normal libc symbols whenever possible, i.e. mallocEric Andersen
2004-07-30Whitespace cleanupEric Andersen
2004-07-30Fix screwed up indentingEric Andersen
2004-07-28Do not grovel about in the ELF header for the page size whenEric Andersen
2004-07-27Be certain to include sys/sysmacros.h when major() and minor()Eric Andersen
2004-07-27Remove all reference to __GLIBC_HAVE_LONG_LONGEric Andersen
2004-07-26Support linux 2.6.x wide device major/minor numbersEric Andersen
2004-07-21Fix ftruncate64 and truncate64 for powerpc and mipsEric Andersen
2004-07-17Update todo listEric Andersen
2004-07-17Update sigaction for armEric Andersen
2004-07-17Add sigaction for mipsEric Andersen
2004-07-16Follow glibc's lead and add a gcc-3.4.1 required symbol to crt0.S.Manuel Novoa III
2004-07-16Hide the arm libfloat support for now. No longer needed for gcc 3.4.1 andManuel Novoa III
2004-07-16Revert this stuff for nowEric Andersen
2004-07-16Pete Popov writes:Eric Andersen
2004-07-15Cleanup some cruftEric Andersen
2004-07-15update packaging a bitEric Andersen
2004-07-15Cleanup a few of the more egregiously broken sysconf values toEric Andersen
2004-07-15_SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZEEric Andersen
2004-07-15_SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZEEric Andersen
2004-07-15Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.Eric Andersen
2004-07-15Atsushi Nemoto writes:Eric Andersen
2004-07-15h8300 updates from Yoshinori SatoEric Andersen
2004-07-15Patch from Yoshinori Sato to add H8/300 relocation types.Eric Andersen
2004-07-15Peter Kjellerstedt at axis.com writes:Eric Andersen
2004-07-14Sigh. I got things working this morning, then checked stuff in from the wrongEric Andersen
2004-07-14Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicelyEric Andersen
2004-07-05Update FAQ a bitEric Andersen
2004-06-27Joakim Tjernlund writes:Eric Andersen
2004-06-24Disable support for R_ARM_PC24, just like R_PPC_REL24 these shouldEric Andersen
2004-06-20Let dl-string.h include dl-sysdep.h, since it has proper include guardsEric Andersen