summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2004-02-11Fix bug from the syscall reorganization, detected by python's test_poll.py.Manuel Novoa III
2004-02-10Do not include the create_module syscall if it is not presentEric Andersen
2004-02-06Fix completely hosed up formattingEric Andersen
2004-02-06Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen
2004-02-05Patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha.Manuel Novoa III
2004-02-05Use 'mmap.c' instead of '_mmap.c'Eric Andersen
2004-01-31Patch from Paul Mundt, lethal at linux-sh dot org,Eric Andersen
2004-01-30Andrew May writes:Eric Andersen
2004-01-30Add missing abort instruction for powerpcEric Andersen
2004-01-30Paul Mundt, lethal at linux-sh dot org writes:Eric Andersen
2004-01-27Joakim Tjernlund writes:Eric Andersen
2004-01-24Oleksandr G. Zhadan writes:Eric Andersen
2004-01-24Imre Sunyi writes:Eric Andersen
2004-01-21Sort all the filesEric Andersen
2004-01-21Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen
2004-01-21Add pollEric Andersen
2004-01-21Move poll to its own file, rather than being only half in its own fileEric Andersen
2004-01-21Massive formatting cleanup, making it easier to parseEric Andersen
2004-01-17Add __data_start needed by boehm garbage collector, in turn needed by libgcj.Manuel Novoa III
2004-01-17Prevent runaway asserts, which can happen if there's a problem withManuel Novoa III
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2004-01-16Link with libfloat if necessary.Manuel Novoa III
2004-01-14Include missing errno.h header (as noted by Alan Hourihane).Eric Andersen
2004-01-14Ok.. we need to link with libgcc.a for some archs. I haven't looked atManuel Novoa III
2004-01-14Add a dummy (always fails) wcsftime. This is needed for the libstdc++ localeManuel Novoa III
2004-01-13Add another devfs subdir to the list of checked subdirs.Manuel Novoa III
2004-01-12Oops... Seems I forgot an else...Manuel Novoa III
2004-01-04Implement res_search and res_querydomain based on netbsd code,Eric Andersen
2004-01-04My mistake. We do need some weak pthread_* funcs. But we were previouslyManuel Novoa III
2004-01-03And just like that, clone is now fixed.... Previously theEric Andersen
2004-01-03oopsEric Andersen
2004-01-03Minor changesEric Andersen
2004-01-02Peter S. Mazinger writes:Eric Andersen
2004-01-02rohde at soap dot adsl dot dk writes:Eric Andersen
2004-01-02rohde at soap dot adsl dot dk writes:Eric Andersen
2004-01-02Fix __freadable and __fwritable... were using '~' instead of '!'. (ugh)Manuel Novoa III
2004-01-02Oops... temporarily support the old stdio code.Manuel Novoa III
2004-01-02The checking Erik added seems to be unnecessary. Without it, I am notManuel Novoa III
2004-01-02Redo the exec functions to comply with SUSv3.Manuel Novoa III
2004-01-02Rewrite popen for SUSv3 compliance.Manuel Novoa III
2004-01-02Minor fix from upstream glibc.Manuel Novoa III
2004-01-02Kept the same approach, but rewrote the code for the most part.Manuel Novoa III
2003-12-31Fir errno return when the file/path is NULL or points to an empty string.Eric Andersen
2003-12-31Add extra checks for sigprocmask and rt_sigprocmask syscalls.Eric Andersen
2003-12-30Fix the manditory typo in my last minute untested fix.Eric Andersen
2003-12-30Make sleep behave itself properly inthe presence of SIGCHLDEric Andersen
2003-12-30Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen
2003-12-30Update and restore malloc-simple. Slow as molasses, but triviallyEric Andersen
2003-12-28Fix a really dumb bug introduced in version 1.4 of this file (a patch for ipv6Eric Andersen