summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2004-02-15Oops.Eric Andersen
2004-02-15Mips can use the generic vforkEric Andersen
2004-02-15Cris can use the generic vforkEric Andersen
2004-02-15This should not be inlined. This should probably use aEric Andersen
2004-02-15Fixup fork implementation to provide the __libc_fork symbolEric Andersen
2004-02-15Use the generic fork implementation on sh64Eric Andersen
2004-02-14Add some padding on the bottomEric Andersen
2004-02-14Update FAQ a bitEric Andersen
2004-02-14No point in including debug info for ldso. It isn't helpful to do soEric Andersen
2004-02-14Atsushi Nemoto writes:Eric Andersen
2004-02-14Fix this as should have been done a long time ago...Manuel Novoa III
2004-02-14Give gcc branch prediction some hits on obviously unlikely branchesEric Andersen
2004-02-14Joakim Tjernlund writes:Eric Andersen
2004-02-13Yet more fixups..Eric Andersen