summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* This should not be inlined. This should probably use aEric Andersen2004-02-151-2/+2
* Fixup fork implementation to provide the __libc_fork symbolEric Andersen2004-02-152-5/+7
* Use the generic fork implementation on sh64Eric Andersen2004-02-152-36/+1
* Add some padding on the bottomEric Andersen2004-02-141-0/+64
* Update FAQ a bitEric Andersen2004-02-141-93/+181
* No point in including debug info for ldso. It isn't helpful to do soEric Andersen2004-02-141-5/+4
* Atsushi Nemoto writes:Eric Andersen2004-02-141-2/+3
* Fix this as should have been done a long time ago...Manuel Novoa III2004-02-141-0/+3
* Give gcc branch prediction some hits on obviously unlikely branchesEric Andersen2004-02-149-30/+31
* Joakim Tjernlund writes:Eric Andersen2004-02-1425-123/+177
* Yet more fixups..Eric Andersen2004-02-131-2/+8
* Done free path if it equals not_foundEric Andersen2004-02-131-1/+5