Age | Commit message (Expand) | Author |
2004-03-12 | Cope gracefully with missing module syscalls | Eric Andersen |
2004-03-11 | Rewrite the err/warn functions as they were broken (__noreturn__ funcs | Manuel Novoa III |
2004-03-10 | Bug fix: gethostbyname2_r would fail if /etc/host was missing. | Manuel Novoa III |
2004-03-09 | More detail about malloc-simple | Eric Andersen |
2004-03-09 | Update todo list indicating the items remaining before 0.9.27 | Eric Andersen |
2004-03-08 | Fix comment | Eric Andersen |
2004-03-06 | Update with the contents of a very helpful comparison of | Eric Andersen |
2004-03-06 | note that syscall on mips needs to be fixed | Eric Andersen |
2004-02-20 | Sigh. I switched the values... | Eric Andersen |
2004-02-20 | Per discussion with Joakim Tjernlund, all the horrible weak declarations junk | Eric Andersen |
2004-02-20 | Patch from Joakim Tjernlund: | Eric Andersen |
2004-02-20 | ___brk_addr and __environ are not functions. Finding the broken | Eric Andersen |
2004-02-20 | Slightly cleaner formatting | Eric Andersen |
2004-02-20 | Patch by Joakim Tjernlund <joakim.tjernlund@lumentis.se>, which got | Manuel Novoa III |
2004-02-20 | When doing symbol lookups on functions | Eric Andersen |
2004-02-19 | Update the x86 processor listing a bit, to preempt further questions | Eric Andersen |
2004-02-18 | Fixup naming of '_mmap' to 'mmap' so it will properly override | Eric Andersen |
2004-02-18 | Minor change to better match recent changes to other arches | Eric Andersen |
2004-02-18 | Alexandre Oliva writes: | Eric Andersen |
2004-02-18 | Alexandre Oliva writes: | Eric Andersen |
2004-02-17 | Fixup support for gcc 2.95 | Eric Andersen |
2004-02-17 | Seperate out the startup stuff from the non-startup stuff. | Eric Andersen |
2004-02-17 | Fixup fdatasync on alpha, thanks to Alan Hourihane | Eric Andersen |
2004-02-17 | Sigh... Fall back to alloca() if munmap is broken (uClinux). | Manuel Novoa III |
2004-02-17 | Kill off an arm specific hack, that fostered three other arch specific | Eric Andersen |
2004-02-17 | When doing _dl_mmap to obtain a bit of anonymous memory, use a much more | Eric Andersen |
2004-02-17 | Do not duplicate stuff from ldso.h | Eric Andersen |
2004-02-17 | Provide the ldso syscalls and string funcs earlier in the list | Eric Andersen |
2004-02-15 | Generic fork works. Use it instead since this didn't handle errno_location. | Manuel Novoa III |
2004-02-15 | Oops. | Eric Andersen |
2004-02-15 | Mips can use the generic vfork | Eric Andersen |
2004-02-15 | Cris can use the generic vfork | Eric Andersen |
2004-02-15 | This should not be inlined. This should probably use a | Eric Andersen |
2004-02-15 | Fixup fork implementation to provide the __libc_fork symbol | Eric Andersen |
2004-02-15 | Use the generic fork implementation on sh64 | Eric Andersen |
2004-02-14 | Add some padding on the bottom | Eric Andersen |
2004-02-14 | Update FAQ a bit | Eric Andersen |
2004-02-14 | No point in including debug info for ldso. It isn't helpful to do so | Eric Andersen |
2004-02-14 | Atsushi Nemoto writes: | Eric Andersen |
2004-02-14 | Fix this as should have been done a long time ago... | Manuel Novoa III |
2004-02-14 | Give gcc branch prediction some hits on obviously unlikely branches | Eric Andersen |
2004-02-14 | Joakim Tjernlund writes: | Eric Andersen |
2004-02-13 | Yet more fixups.. | Eric Andersen |
2004-02-13 | Done free path if it equals not_found | Eric Andersen |
2004-02-13 | Another little touch up to avoid problems... | Eric Andersen |
2004-02-13 | A better fix... | Eric Andersen |
2004-02-13 | Fix the annoying "not a dynamic executable" problem when running ldd | Eric Andersen |
2004-02-13 | Cleanup whitespace and formatting | Eric Andersen |
2004-02-13 | Avoid potential double free when locate_library_file() is used | Eric Andersen |
2004-02-13 | Oops.. The custom stream funcs should only be compiled if wanted. | Manuel Novoa III |