summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-04-25Comment on glibc's MALLOC_CHECK_ support.Eric Andersen
2003-04-23Thierry De Corte notices that when UCLIBC_HAS_FLOAT is disabled, we must alsoEric Andersen
disable drand48, drand48_r, erand48, and erand48_r since they use floats.
2003-04-21Fix SIGTRAP handling on arm. The defination of struct ucontext,Eric Andersen
which was copied from glibc, is wrong. So fix it. -Erik
2003-04-19Patch from Marshall M. Midden:Eric Andersen
It turns out that uClibc's syslog.c does not close sockets when doing retries and when it exits due to errors. This patch fixes it.
2003-04-19Konrad Taro Eisele noticed the sparc struct stat was broken.Eric Andersen
Fix it.
2003-04-16Patch from Liam Girdwood to fix mips profiling when usingEric Andersen
newer gcc versions.
2003-04-02(free_to_heap): Unlock the heap before returning in theMiles Bader
__UCLIBC_UCLINUX_BROKEN_MUNMAP__ case. Fix from YYang1@Winbond.com.tw.
2003-03-31Avoid errors with buggy preprocessorsEric Andersen
2003-03-13Oops. Don't call strip twiceEric Andersen
2003-03-13resync with glibc 2.3Eric Andersen
2003-03-11sjhill needs to buy donuts for everyoneEric Andersen
2003-03-11Make it so debugging pthreads works, even with DODEBUG turned offEric Andersen
-Erik
2003-03-11Minor cleanup to better sync with glibc 2.3Eric Andersen
2003-03-11Compliance with MIPS ABI and MIPS kernel changes."Steven J. Hill"
2003-03-10Patch from Jordan Crouse to avoid potential rendering problemsEric Andersen
2003-03-07remove a leftover debug printfEric Andersen
2003-03-07Patch from Stefan AlliusEric Andersen
the ldd.c wasn't compilable for SuperH due to a missing ELFCLASSM define and the readelf executable was linked with a wrong dynamic linker path. To fix this I removed the --uclibc-use-build-dir. The patch also fixed all the compiler warnings (-Wall -W). Erik made a few additional changes to eliminate unused function arguments and fixup a static variable that was was doing the wrong thing
2003-03-07Patch from Stefan Allius:Eric Andersen
a make install_target stops if we have some sysmlinks in the destination target. This little patch force to install over a previous installed uClibc version,so we will allways get a consistent uClibc installation.
2003-03-07Patch from Stefan Allius:Eric Andersen
fix a couple of gcc 3.3 compiler warnings in gmon.c
2003-03-06Fixup ldd handling of multiple filesEric Andersen
2003-03-06more random changesEric Andersen
2003-03-06/me needs to learn to proofreadEric Andersen
2003-03-06Make the text a bit more clearEric Andersen
2003-03-06For now, leave mmap on mips using mmap1, since mmap2 seemsEric Andersen
to have 'issues' (i.e. it doesn't work 100% properly). -Erik
2003-03-06Finish off gmon based profiling for powerpcEric Andersen
2003-03-06Make profiling on arm workEric Andersen
2003-03-06Patch from Stefan Allius to finish off the last required bitsEric Andersen
for gmon profiling support for the SuperH target.
2003-03-06Update websiteEric Andersen
2003-03-05Patch from Konrad Eisele to add include/asm-generic since, at leastEric Andersen
on sparc, this is needed by some of the include/asm files
2003-03-05Patch from Konrad Eisele to omit -Wl,--dynamic-linker fromEric Andersen
the gcc wrapper when not building with shared library support.
2003-03-05Patch from Stefan Allius:Eric Andersen
Hi Erik, I patched the initfini.awk script, so we can build crt[in].S for the SuperH targets with gmon-support. The patch moves all labels into the wright sections, and add some assembler statements to jump over them. (only activ on SH targets) The patch also avoid any references of _GLOBAL_OFFSET_TABLE_ or *gmon_start* in the crtn.S file. This should work on every target. Bye Stefan
2003-03-05The vfork system call on powerpc seems to be completelyEric Andersen
broken. Use fork instead, per glibc behavior.
2003-03-05Default to using fork() for vfork() when no arch specificEric Andersen
implementation of vfork is present.
2003-03-04Seperate pthread debugging from uClibc debugging. They are usedEric Andersen
for different things.
2003-03-04Patch from Stefan Allius adding the function 'thread_self_stack'Eric Andersen
from glibc 2.3 that is needed for pthreads to compile for SuperH.
2003-03-04Patch from Stefan Allius to make ldd.c compile under SolarisEric Andersen
2003-03-04Teach ldd to be a bit more helpful by telling you specificallyEric Andersen
what the problem library is that is linked vs glibc. -Erik
2003-03-04Fix compile when profiling is disabledEric Andersen
2003-03-03Fix grammarEric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-03-03Updates for releaseEric Andersen
2003-03-03Update versionEric Andersen
2003-03-03Fix location of cvsEric Andersen
2003-03-03begin preparing for releaseEric Andersen
2003-03-03Remove bogus link_warning. It is meaningless and stupid. While theManuel Novoa III
previous committed patch was well-meaning, the #warning it replaced was simply a reminder I accidently left in when implementing strcoll/wcscoll. Besides, strcmp is completely locale invariant.
2003-03-03more uClinux shared libs fixupsDavid McCullough
2003-03-03fix coldfire/68000 support properly this time, ifdef logic was back toDavid McCullough
front.
2003-03-03Fix the double sub #48, should have been an add :-)David McCullough
2003-03-02cut-n-paste strikes againEric Andersen
2003-03-02Add missing alias __modify_ldtEric Andersen