summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blahEric Andersen2004-04-201-1/+2
* Fix grammar and spellingEric Andersen2004-04-201-9/+11
* Mention uwoodyEric Andersen2004-04-201-0/+15
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-2023-55/+56
* We don't need these...Eric Andersen2004-04-202-1653/+0
* Fix typo.Manuel Novoa III2004-04-141-1/+1
* Fix a bug noticed by Oleg I. Vdovikin, oleg at cs dot msu dot su.Eric Andersen2004-04-061-4/+0
* glibc does not provide pppio.h, and our doing so conflictsEric Andersen2004-03-241-99/+0
* Per patch from Stefan Holst, do not try to compile theseEric Andersen2004-03-194-0/+8
* Patch from Stefan Holst to fix argv[0]Eric Andersen2004-03-191-5/+5
* Based on a patch from Alexandre Oliva, allow uClibc to compileEric Andersen2004-03-192-1/+18
* Alexandre Oliva writes:Eric Andersen2004-03-182-2/+58
* Alexandre Oliva writes:Eric Andersen2004-03-182-1/+42
* Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3)Eric Andersen2004-03-182-4/+7
* Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (whichEric Andersen2004-03-1811-25/+26
* Look in /usr/X11R6/lib as wellEric Andersen2004-03-182-1/+2
* Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen2004-03-185-13/+68
* Joakim Tjernlund writes:Eric Andersen2004-03-181-8/+4
* Cope gracefully with missing module syscallsEric Andersen2004-03-124-6/+21
* Rewrite the err/warn functions as they were broken (__noreturn__ funcsManuel Novoa III2004-03-113-76/+111
* Bug fix: gethostbyname2_r would fail if /etc/host was missing.Manuel Novoa III2004-03-101-21/+38
* More detail about malloc-simpleEric Andersen2004-03-091-2/+5
* Update todo list indicating the items remaining before 0.9.27Eric Andersen2004-03-091-11/+19
* Fix commentEric Andersen2004-03-081-2/+2
* Update with the contents of a very helpful comparison ofEric Andersen2004-03-061-7/+79
* note that syscall on mips needs to be fixedEric Andersen2004-03-061-0/+2
* Sigh. I switched the values...Eric Andersen2004-02-201-2/+2
* Per discussion with Joakim Tjernlund, all the horrible weak declarations junkEric Andersen2004-02-201-78/+96
* Patch from Joakim Tjernlund:Eric Andersen2004-02-201-22/+13
* ___brk_addr and __environ are not functions. Finding the brokenEric Andersen2004-02-201-2/+2
* Slightly cleaner formattingEric Andersen2004-02-201-4/+4
* Patch by Joakim Tjernlund <joakim.tjernlund@lumentis.se>, which gotManuel Novoa III2004-02-201-1/+1
* When doing symbol lookups on functionsEric Andersen2004-02-201-4/+4
* Update the x86 processor listing a bit, to preempt further questionsEric Andersen2004-02-192-8/+21
* Fixup naming of '_mmap' to 'mmap' so it will properly overrideEric Andersen2004-02-182-1/+1
* Minor change to better match recent changes to other archesEric Andersen2004-02-182-61/+63
* Alexandre Oliva writes:Eric Andersen2004-02-1839-1/+3996
* Alexandre Oliva writes:Eric Andersen2004-02-188-12/+12
* Fixup support for gcc 2.95Eric Andersen2004-02-171-15/+15
* Seperate out the startup stuff from the non-startup stuff.Eric Andersen2004-02-1718-694/+696
* Fixup fdatasync on alpha, thanks to Alan HourihaneEric Andersen2004-02-171-0/+7
* Sigh... Fall back to alloca() if munmap is broken (uClinux).Manuel Novoa III2004-02-171-8/+6
* Kill off an arm specific hack, that fostered three other arch specificEric Andersen2004-02-172-13/+5
* When doing _dl_mmap to obtain a bit of anonymous memory, use a much moreEric Andersen2004-02-172-4/+4
* Do not duplicate stuff from ldso.hEric Andersen2004-02-171-12/+0
* Provide the ldso syscalls and string funcs earlier in the listEric Andersen2004-02-171-3/+4
* Generic fork works. Use it instead since this didn't handle errno_location.Manuel Novoa III2004-02-152-66/+1
* Oops.Eric Andersen2004-02-151-1/+2
* Mips can use the generic vforkEric Andersen2004-02-152-31/+1
* Cris can use the generic vforkEric Andersen2004-02-152-12/+1