summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-04-30Minor .deb updatesEric Andersen
2004-04-30These headers should not be included in uClibc -- they should beEric Andersen
2004-04-23It turns out that asm/reg.h is missing from the 2.6.x kernel headers,Eric Andersen
2004-04-20blahEric Andersen
2004-04-20Fix grammar and spellingEric Andersen
2004-04-20Mention uwoodyEric Andersen
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-04-20We don't need these...Eric Andersen
2004-04-14Fix typo.Manuel Novoa III
2004-04-06Fix a bug noticed by Oleg I. Vdovikin, oleg at cs dot msu dot su.Eric Andersen
2004-03-24glibc does not provide pppio.h, and our doing so conflictsEric Andersen
2004-03-19Per patch from Stefan Holst, do not try to compile theseEric Andersen
2004-03-19Patch from Stefan Holst to fix argv[0]Eric Andersen
2004-03-19Based on a patch from Alexandre Oliva, allow uClibc to compileEric Andersen
2004-03-18Alexandre Oliva writes:Eric Andersen
2004-03-18Alexandre Oliva writes:Eric Andersen
2004-03-18Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3)Eric Andersen
2004-03-18Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (whichEric Andersen
2004-03-18Look in /usr/X11R6/lib as wellEric Andersen
2004-03-18Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen
2004-03-18Joakim Tjernlund writes:Eric Andersen
2004-03-12Cope gracefully with missing module syscallsEric Andersen
2004-03-11Rewrite the err/warn functions as they were broken (__noreturn__ funcsManuel Novoa III
2004-03-10Bug fix: gethostbyname2_r would fail if /etc/host was missing.Manuel Novoa III
2004-03-09More detail about malloc-simpleEric Andersen
2004-03-09Update todo list indicating the items remaining before 0.9.27Eric Andersen
2004-03-08Fix commentEric Andersen
2004-03-06Update with the contents of a very helpful comparison ofEric Andersen
2004-03-06note that syscall on mips needs to be fixedEric Andersen
2004-02-20Sigh. I switched the values...Eric Andersen
2004-02-20Per discussion with Joakim Tjernlund, all the horrible weak declarations junkEric Andersen
2004-02-20Patch from Joakim Tjernlund:Eric Andersen
2004-02-20___brk_addr and __environ are not functions. Finding the brokenEric Andersen
2004-02-20Slightly cleaner formattingEric Andersen
2004-02-20Patch by Joakim Tjernlund <joakim.tjernlund@lumentis.se>, which gotManuel Novoa III
2004-02-20When doing symbol lookups on functionsEric Andersen
2004-02-19Update the x86 processor listing a bit, to preempt further questionsEric Andersen
2004-02-18Fixup naming of '_mmap' to 'mmap' so it will properly overrideEric Andersen
2004-02-18Minor change to better match recent changes to other archesEric Andersen
2004-02-18Alexandre Oliva writes:Eric Andersen
2004-02-18Alexandre Oliva writes:Eric Andersen
2004-02-17Fixup support for gcc 2.95Eric Andersen
2004-02-17Seperate out the startup stuff from the non-startup stuff.Eric Andersen
2004-02-17Fixup fdatasync on alpha, thanks to Alan HourihaneEric Andersen
2004-02-17Sigh... Fall back to alloca() if munmap is broken (uClinux).Manuel Novoa III
2004-02-17Kill off an arm specific hack, that fostered three other arch specificEric Andersen
2004-02-17When doing _dl_mmap to obtain a bit of anonymous memory, use a much moreEric Andersen
2004-02-17Do not duplicate stuff from ldso.hEric Andersen
2004-02-17Provide the ldso syscalls and string funcs earlier in the listEric Andersen
2004-02-15Generic fork works. Use it instead since this didn't handle errno_location.Manuel Novoa III