Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-29 | Eviscerate stropts.h so configure scripts won't try to use STREAMS | Eric Andersen | |
garbage. uClibc does not support STREAMS in any way whatsoever. -Erik | |||
2003-05-28 | Allow gcc to move/update by detecting where needed files are should | Eric Andersen | |
they move/disappear from the expected location. -Erik | |||
2003-05-28 | Accomodate building under cygwin | Eric Andersen | |
2003-05-27 | grr. It's a void *, not a char *. | Eric Andersen | |
2003-05-27 | Change 'N' to '__size' to avoid conflicts with common #define of N | Eric Andersen | |
2003-05-23 | Sorry. Changed this while fixing the last bug and forgot to change it | Manuel Novoa III | |
back. Unfortunately, none of my test cases caught it. | |||
2003-05-23 | Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc as | Eric Andersen | |
rpl_malloc if it does not detect glibc style returning-a-valid-pointer-for-malloc(0) behavior. This wrapper calls malloc() as usual, but if N is zero, we allocate and return a 1-byte block instead.... sigh... -Erik | |||
2003-05-15 | Fix (hopefully) scanf behavior for nul bytes in the stream when processing | Manuel Novoa III | |
%c, %s, and %[ specifiers. Note that scanf is undergoing rewrite so I didn't bother optimizing this. I did run all my regression tests though. Set EOF correctly for fmemopen on readonly streams. I really need to check what glibc behavior is for the various open modes though. | |||
2003-05-14 | Add in a default file for m68k. | David McCullough | |
2003-05-14 | Sleep was returning the wrong value because: | David McCullough | |
* nanosleep returns the remaining time, not the time slept * nanosleep only fills out the remaining time if it returns -1 (ie., the sleep was interrupted) Fix from Paul Dale <pauli@snapgear.com> | |||
2003-05-08 | (__libc_open): Fix wacky indentation. | Miles Bader | |
2003-05-01 | setjmp was trashing r12 which is bad and can cause apps to crash if they are | David McCullough | |
using r12. r12 is supposed to be preserved across C function calls. r0-r7 are trashable :-) | |||
2003-04-29 | Some small fixups for the h8 support and add the h8s platform support. | David McCullough | |
2003-04-29 | Fixup __libc_open to use varargs and match the prototype. | David McCullough | |
On the H8 varargs are rather unusual and if you declare a function with varargs, it had better use them or it won't work. | |||
2003-04-29 | uClibc 0.9.19 has a bug in globfree(). If the previous call to | Eric Andersen | |
glob(...,pglob) used the GLOB_DOOFFS flag to reserve the first pglob->gl_offs slots of pglob->gl_pathv, globfree(pglob) would attempt to free the objects pointed to by those slots. If those objects were not on the heap, the system would crash. The attached patch fixes this. Norm | |||
2003-04-25 | Comment on glibc's MALLOC_CHECK_ support. | Eric Andersen | |
2003-04-23 | Thierry De Corte notices that when UCLIBC_HAS_FLOAT is disabled, we must also | Eric Andersen | |
disable drand48, drand48_r, erand48, and erand48_r since they use floats. | |||
2003-04-21 | Fix SIGTRAP handling on arm. The defination of struct ucontext, | Eric Andersen | |
which was copied from glibc, is wrong. So fix it. -Erik | |||
2003-04-19 | Patch 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-19 | Konrad Taro Eisele noticed the sparc struct stat was broken. | Eric Andersen | |
Fix it. | |||
2003-04-16 | Patch from Liam Girdwood to fix mips profiling when using | Eric Andersen | |
newer gcc versions. | |||
2003-04-02 | (free_to_heap): Unlock the heap before returning in the | Miles Bader | |
__UCLIBC_UCLINUX_BROKEN_MUNMAP__ case. Fix from YYang1@Winbond.com.tw. | |||
2003-03-31 | Avoid errors with buggy preprocessors | Eric Andersen | |
2003-03-13 | Oops. Don't call strip twice | Eric Andersen | |
2003-03-13 | resync with glibc 2.3 | Eric Andersen | |
2003-03-11 | sjhill needs to buy donuts for everyone | Eric Andersen | |
2003-03-11 | Make it so debugging pthreads works, even with DODEBUG turned off | Eric Andersen | |
-Erik | |||
2003-03-11 | Minor cleanup to better sync with glibc 2.3 | Eric Andersen | |
2003-03-11 | Compliance with MIPS ABI and MIPS kernel changes. | "Steven J. Hill" | |
2003-03-10 | Patch from Jordan Crouse to avoid potential rendering problems | Eric Andersen | |
2003-03-07 | remove a leftover debug printf | Eric Andersen | |
2003-03-07 | Patch from Stefan Allius | Eric 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-07 | Patch 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-07 | Patch from Stefan Allius: | Eric Andersen | |
fix a couple of gcc 3.3 compiler warnings in gmon.c | |||
2003-03-06 | Fixup ldd handling of multiple files | Eric Andersen | |
2003-03-06 | more random changes | Eric Andersen | |
2003-03-06 | /me needs to learn to proofread | Eric Andersen | |
2003-03-06 | Make the text a bit more clear | Eric Andersen | |
2003-03-06 | For now, leave mmap on mips using mmap1, since mmap2 seems | Eric Andersen | |
to have 'issues' (i.e. it doesn't work 100% properly). -Erik | |||
2003-03-06 | Finish off gmon based profiling for powerpc | Eric Andersen | |
2003-03-06 | Make profiling on arm work | Eric Andersen | |
2003-03-06 | Patch from Stefan Allius to finish off the last required bits | Eric Andersen | |
for gmon profiling support for the SuperH target. | |||
2003-03-06 | Update website | Eric Andersen | |
2003-03-05 | Patch from Konrad Eisele to add include/asm-generic since, at least | Eric Andersen | |
on sparc, this is needed by some of the include/asm files | |||
2003-03-05 | Patch from Konrad Eisele to omit -Wl,--dynamic-linker from | Eric Andersen | |
the gcc wrapper when not building with shared library support. | |||
2003-03-05 | Patch 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-05 | The vfork system call on powerpc seems to be completely | Eric Andersen | |
broken. Use fork instead, per glibc behavior. | |||
2003-03-05 | Default to using fork() for vfork() when no arch specific | Eric Andersen | |
implementation of vfork is present. | |||
2003-03-04 | Seperate pthread debugging from uClibc debugging. They are used | Eric Andersen | |
for different things. | |||
2003-03-04 | Patch from Stefan Allius adding the function 'thread_self_stack' | Eric Andersen | |
from glibc 2.3 that is needed for pthreads to compile for SuperH. |