Age | Commit message (Expand) | Author |
2004-01-02 | Redo the exec functions to comply with SUSv3. | Manuel Novoa III |
2004-01-02 | Rewrite popen for SUSv3 compliance. | Manuel Novoa III |
2004-01-02 | Minor fix from upstream glibc. | Manuel Novoa III |
2004-01-02 | Kept the same approach, but rewrote the code for the most part. | Manuel Novoa III |
2003-12-31 | Fir errno return when the file/path is NULL or points to an empty string. | Eric Andersen |
2003-12-31 | Add extra checks for sigprocmask and rt_sigprocmask syscalls. | Eric Andersen |
2003-12-30 | Fix the manditory typo in my last minute untested fix. | Eric Andersen |
2003-12-30 | Make sleep behave itself properly inthe presence of SIGCHLD | Eric Andersen |
2003-12-30 | Rework malloc. The new default implementation is based on dlmalloc from Doug | Eric Andersen |
2003-12-30 | Update and restore malloc-simple. Slow as molasses, but trivially | Eric Andersen |
2003-12-28 | Fix a really dumb bug introduced in version 1.4 of this file (a patch for ipv6 | Eric Andersen |
2003-12-28 | Fix whitespace | Eric Andersen |
2003-12-28 | remove unused file | Eric Andersen |
2003-12-27 | Handle the app_fini stuff in exit without requiring atexit(). | Manuel Novoa III |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-12-22 | oops | Eric Andersen |
2003-12-22 | implement the worthless cuserid() function we claim to support. | Eric Andersen |
2003-12-22 | In unistd.h, getpgrp() is redirected to __getpgid(), but | Eric Andersen |
2003-12-22 | That was awfully stupid. | Eric Andersen |
2003-12-22 | Use 'sed -i -e' rather than 'sed -ie' since we don't want | Eric Andersen |
2003-12-22 | Update the config used when building a .deb | Eric Andersen |
2003-12-19 | dev systems updated | Eric Andersen |
2003-12-17 | Use PAGE_SIZE rather than hard coding 4096 | Eric Andersen |
2003-12-17 | Patch from Paul Mundt <lethal@linux-sh.org>: | Eric Andersen |
2003-12-17 | Patch from Paul Mundt <lethal@linux-sh.org>: | Eric Andersen |
2003-12-17 | Patch from Paul Mundt <lethal@linux-sh.org>: | Eric Andersen |
2003-12-17 | When I switched from using stack allocated space for printf, I missed a case | Eric Andersen |
2003-12-17 | Add in the axis network cameras | Eric Andersen |
2003-12-16 | Add LEAF Bering-uClibc | Eric Andersen |
2003-12-16 | fix grammer such it is possible to understand what is written... | Eric Andersen |
2003-12-16 | Update for release (no really this time ;-) | Eric Andersen |
2003-12-16 | Update the website | Eric Andersen |
2003-12-14 | Link ldconfig with the appropriate libraries. | Manuel Novoa III |
2003-12-14 | Fix some dst issues in _time_mktime(). | Manuel Novoa III |
2003-12-14 | Fix a couple of 'declaration after statement' errors. | Manuel Novoa III |
2003-12-11 | fix a cut-n-paste typo | Eric Andersen |
2003-12-11 | add image for validator | Eric Andersen |
2003-12-11 | fixup some silly html bugs | Eric Andersen |
2003-12-11 | mjn3 found a url for the darwin C lib | Eric Andersen |
2003-12-11 | more minor cleanups | Eric Andersen |
2003-12-11 | Rework the website | Eric Andersen |
2003-12-08 | Prepare for uClibc 0.9.24 release | Eric Andersen |
2003-12-05 | Paul Mundt <lethal@linux-sh.org> writes: | Eric Andersen |
2003-12-05 | move _dl_fixup so staticly linked apps using dlopen have a | Eric Andersen |
2003-12-04 | Fix infinite loop in putgrent (forgotten increment). | Manuel Novoa III |
2003-12-04 | Fix arm profiling support, which was accidentally removed | Eric Andersen |
2003-12-04 | Set the default stdio buffer size to 4096, rather then 256. | Eric Andersen |
2003-12-04 | Don't download the local data if we have it already. | Manuel Novoa III |
2003-12-04 | Building of iconv.o was accidently always disabled. | Manuel Novoa III |
2003-12-03 | Henrik Grindal Bakken writes: | Eric Andersen |