summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-21171-2391/+3118
* Add pollEric Andersen2004-01-211-1/+1
* Move poll to its own file, rather than being only half in its own fileEric Andersen2004-01-212-10/+13
* Massive formatting cleanup, making it easier to parseEric Andersen2004-01-211-431/+503
* Add __data_start needed by boehm garbage collector, in turn needed by libgcj.Manuel Novoa III2004-01-171-0/+4
* Prevent runaway asserts, which can happen if there's a problem withManuel Novoa III2004-01-171-9/+15
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-1610-32/+32
* Link with libfloat if necessary.Manuel Novoa III2004-01-161-1/+1
* Include missing errno.h header (as noted by Alan Hourihane).Eric Andersen2004-01-141-3/+5
* Ok.. we need to link with libgcc.a for some archs. I haven't looked atManuel Novoa III2004-01-141-1/+1
* Add a dummy (always fails) wcsftime. This is needed for the libstdc++ localeManuel Novoa III2004-01-142-0/+36
* Add another devfs subdir to the list of checked subdirs.Manuel Novoa III2004-01-131-0/+1
* Oops... Seems I forgot an else...Manuel Novoa III2004-01-121-0/+1
* Implement res_search and res_querydomain based on netbsd code,Eric Andersen2004-01-041-5/+203
* My mistake. We do need some weak pthread_* funcs. But we were previouslyManuel Novoa III2004-01-041-2/+87
* And just like that, clone is now fixed.... Previously theEric Andersen2004-01-031-26/+38
* oopsEric Andersen2004-01-031-6/+0
* Minor changesEric Andersen2004-01-031-13/+24
* Peter S. Mazinger writes:Eric Andersen2004-01-025-2/+140
* rohde at soap dot adsl dot dk writes:Eric Andersen2004-01-021-1/+1
* rohde at soap dot adsl dot dk writes:Eric Andersen2004-01-021-1/+1
* Fix __freadable and __fwritable... were using '~' instead of '!'. (ugh)Manuel Novoa III2004-01-021-10/+13
* Oops... temporarily support the old stdio code.Manuel Novoa III2004-01-021-0/+5
* The checking Erik added seems to be unnecessary. Without it, I am notManuel Novoa III2004-01-021-72/+5
* Redo the exec functions to comply with SUSv3.Manuel Novoa III2004-01-028-208/+332
* Rewrite popen for SUSv3 compliance.Manuel Novoa III2004-01-021-47/+171
* Minor fix from upstream glibc.Manuel Novoa III2004-01-021-4/+8
* Kept the same approach, but rewrote the code for the most part.Manuel Novoa III2004-01-021-86/+98
* Fir errno return when the file/path is NULL or points to an empty string.Eric Andersen2003-12-311-6/+6
* Add extra checks for sigprocmask and rt_sigprocmask syscalls.Eric Andersen2003-12-311-4/+34
* Fix the manditory typo in my last minute untested fix.Eric Andersen2003-12-301-1/+1
* Make sleep behave itself properly inthe presence of SIGCHLDEric Andersen2003-12-302-11/+8
* Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen2003-12-3018-798/+3133
* Update and restore malloc-simple. Slow as molasses, but triviallyEric Andersen2003-12-302-0/+233
* Fix a really dumb bug introduced in version 1.4 of this file (a patch for ipv6Eric Andersen2003-12-281-1/+3
* Fix whitespaceEric Andersen2003-12-281-5/+5
* Handle the app_fini stuff in exit without requiring atexit().Manuel Novoa III2003-12-272-3/+13
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-2733-152/+126
* oopsEric Andersen2003-12-221-1/+1
* implement the worthless cuserid() function we claim to support.Eric Andersen2003-12-221-0/+8
* In unistd.h, getpgrp() is redirected to __getpgid(), butEric Andersen2003-12-221-1/+3
* Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen2003-12-175-1/+431
* Fix some dst issues in _time_mktime().Manuel Novoa III2003-12-141-5/+12
* Fix a couple of 'declaration after statement' errors.Manuel Novoa III2003-12-142-3/+2
* Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen2003-12-051-0/+96
* Fix infinite loop in putgrent (forgotten increment).Manuel Novoa III2003-12-041-0/+1
* Fix arm profiling support, which was accidentally removedEric Andersen2003-12-041-0/+6
* Building of iconv.o was accidently always disabled.Manuel Novoa III2003-12-041-8/+4
* Lethal noticed that the generated file gmon-start.S was notEric Andersen2003-12-034-0/+8
* Patch from lethal, adding syscall() to the sh64 portEric Andersen2003-12-032-1/+25