summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-1623-63/+63
* Fixup selection of endianness, since select does not work on choiceEric Andersen2004-01-1615-10/+71
* Minor updates from linux 2.6.1Eric Andersen2004-01-163-15/+32
* Link with libfloat if necessary.Manuel Novoa III2004-01-161-1/+1
* Make sure we remove -fomit-frame-pointer from the ldso build. It'sDavid McCullough2004-01-161-0/+3
* Include missing errno.h header (as noted by Alan Hourihane).Eric Andersen2004-01-141-3/+5
* Use the gcc 3.4 -funit-at-a-time optimization when availableEric Andersen2004-01-141-1/+3
* 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-143-2/+36
* Add another devfs subdir to the list of checked subdirs.Manuel Novoa III2004-01-131-0/+1
* Fixup dated commentsEric Andersen2004-01-131-3/+2
* Oops... Seems I forgot an else...Manuel Novoa III2004-01-121-0/+1
* As mjn3 noticed, 64 bit arches should select UCLIBC_HAS_LFSEric Andersen2004-01-092-0/+2
* Some badly behaved arches fail to provide a PAGE_SIZE defineEric Andersen2004-01-061-0/+4
* Implement res_search and res_querydomain based on netbsd code,Eric Andersen2004-01-041-5/+203
* Bump .deb versionEric Andersen2004-01-041-0/+6
* Fix paragraph seperationEric Andersen2004-01-041-0/+2
* spell 'pthread' properlyEric Andersen2004-01-041-1/+1
* Fix grammar0_9_26Eric Andersen2004-01-041-5/+5
* Update for releaseEric Andersen2004-01-044-4/+96
* My mistake. We do need some weak pthread_* funcs. But we were previouslyManuel Novoa III2004-01-041-2/+87
* Fix up the news a bit0_9_25Eric Andersen2004-01-032-119/+118
* Update for releaseEric Andersen2004-01-037-907/+1315
* Be sure to fully clean 2.6 kernel headers on 'make clean'Eric Andersen2004-01-031-1/+1
* Add ldflags where neededEric Andersen2004-01-031-7/+7
* 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
* A useful/useless little malloc time testEric Andersen2004-01-021-0/+62
* Peter S. Mazinger writes:Eric Andersen2004-01-028-2/+215
* Minor update of the debian packaging stuffEric Andersen2004-01-023-2/+9
* Remove remnants of the gcc wrapperEric Andersen2004-01-021-3/+3
* Do not make tests depend on CC, since we no longer build a wrapper.Eric Andersen2004-01-0218-52/+52
* Bump version, cleanup whitespaceEric Andersen2004-01-021-4/+4
* Cope with 2.6.x headersEric Andersen2004-01-022-20/+29
* 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-3020-807/+3155
* Update and restore malloc-simple. Slow as molasses, but triviallyEric Andersen2003-12-302-0/+233