Age | Commit message (Expand) | Author |
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 |
2004-02-12 | Based on a problem report and patch from Florian Schirmer, fix a compile | Eric Andersen |
2004-02-12 | More todo list updates | Eric Andersen |
2004-02-12 | Paul Mundt lethal at linux-sh dot org writes: | Eric Andersen |
2004-02-12 | Add missing mips specific include/sys/user.h | Eric Andersen |
2004-02-12 | Add our own copies of the include/scsi header files, per what glibc | Eric Andersen |
2004-02-11 | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III |
2004-02-11 | Fix bug from the syscall reorganization, detected by python's test_poll.py. | Manuel Novoa III |
2004-02-11 | yet another todo item | Eric Andersen |
2004-02-11 | mention valgrind/atexit annoyance | Eric Andersen |
2004-02-11 | Update TODO list with some items for 1.0 | Eric Andersen |
2004-02-10 | Do not include the create_module syscall if it is not present | Eric Andersen |
2004-02-10 | Eliminate the PIE support option, and simply support that all the time | Eric Andersen |
2004-02-10 | Fix function prototype to match the official ELF standard hash function | Eric Andersen |
2004-02-10 | Fixup header file naming | Eric Andersen |
2004-02-10 | clean trailing whitespace | Eric Andersen |
2004-02-10 | Rework file naming, aiming for at least a vague level of consistancy | Eric Andersen |
2004-02-10 | oops, manditory forgotten patch | Eric Andersen |
2004-02-10 | Fixup the definition of _dl_open, and move some bits back where they were, | Eric Andersen |
2004-02-09 | Nicolas Pitre writes: | Eric Andersen |
2004-02-08 | Move _dl_printf and _dl_malloc to ldso, which is a more sensible | Eric Andersen |
2004-02-08 | Cleanup whitespace and formatting | Eric Andersen |
2004-02-08 | Add some permissions when creating the logfile | Eric Andersen |
2004-02-07 | Thanks to Joakim's recent paches, we can now remove the FIXME | Eric Andersen |