| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | This should not be inlined. This should probably use a | Eric Andersen | 2004-02-15 | 1 | -2/+2 |
* | Fixup fork implementation to provide the __libc_fork symbol | Eric Andersen | 2004-02-15 | 2 | -5/+7 |
* | Use the generic fork implementation on sh64 | Eric Andersen | 2004-02-15 | 2 | -36/+1 |
* | Add some padding on the bottom | Eric Andersen | 2004-02-14 | 1 | -0/+64 |
* | Update FAQ a bit | Eric Andersen | 2004-02-14 | 1 | -93/+181 |
* | No point in including debug info for ldso. It isn't helpful to do so | Eric Andersen | 2004-02-14 | 1 | -5/+4 |
* | Atsushi Nemoto writes: | Eric Andersen | 2004-02-14 | 1 | -2/+3 |
* | Fix this as should have been done a long time ago... | Manuel Novoa III | 2004-02-14 | 1 | -0/+3 |
* | Give gcc branch prediction some hits on obviously unlikely branches | Eric Andersen | 2004-02-14 | 9 | -30/+31 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-02-14 | 25 | -123/+177 |
* | Yet more fixups.. | Eric Andersen | 2004-02-13 | 1 | -2/+8 |
* | Done free path if it equals not_found | Eric Andersen | 2004-02-13 | 1 | -1/+5 |
* | Another little touch up to avoid problems... | Eric Andersen | 2004-02-13 | 1 | -0/+2 |
* | A better fix... | Eric Andersen | 2004-02-13 | 1 | -6/+4 |
* | Fix the annoying "not a dynamic executable" problem when running ldd | Eric Andersen | 2004-02-13 | 1 | -4/+4 |
* | Cleanup whitespace and formatting | Eric Andersen | 2004-02-13 | 1 | -36/+31 |
* | Avoid potential double free when locate_library_file() is used | Eric Andersen | 2004-02-13 | 1 | -4/+7 |
* | Oops.. The custom stream funcs should only be compiled if wanted. | Manuel Novoa III | 2004-02-13 | 1 | -2/+4 |
* | Based on a problem report and patch from Florian Schirmer, fix a compile | Eric Andersen | 2004-02-12 | 2 | -4/+4 |
* | More todo list updates | Eric Andersen | 2004-02-12 | 1 | -28/+46 |
* | Paul Mundt lethal at linux-sh dot org writes: | Eric Andersen | 2004-02-12 | 1 | -0/+2 |
* | Add missing mips specific include/sys/user.h | Eric Andersen | 2004-02-12 | 1 | -0/+52 |
* | Add our own copies of the include/scsi header files, per what glibc | Eric Andersen | 2004-02-12 | 5 | -4/+537 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 119 | -7767/+9224 |
* | Fix bug from the syscall reorganization, detected by python's test_poll.py. | Manuel Novoa III | 2004-02-11 | 1 | -3/+3 |
* | yet another todo item | Eric Andersen | 2004-02-11 | 1 | -0/+9 |
* | mention valgrind/atexit annoyance | Eric Andersen | 2004-02-11 | 1 | -0/+4 |
* | Update TODO list with some items for 1.0 | Eric Andersen | 2004-02-11 | 1 | -56/+46 |
* | Do not include the create_module syscall if it is not present | Eric Andersen | 2004-02-10 | 1 | -0/+3 |
* | Eliminate the PIE support option, and simply support that all the time | Eric Andersen | 2004-02-10 | 2 | -33/+6 |
* | Fix function prototype to match the official ELF standard hash function | Eric Andersen | 2004-02-10 | 2 | -3/+3 |
* | Fixup header file naming | Eric Andersen | 2004-02-10 | 2 | -2/+2 |
* | clean trailing whitespace | Eric Andersen | 2004-02-10 | 2 | -2/+2 |
* | Rework file naming, aiming for at least a vague level of consistancy | Eric Andersen | 2004-02-10 | 49 | -4966/+35 |
* | oops, manditory forgotten patch | Eric Andersen | 2004-02-10 | 2 | -0/+262 |
* | Fixup the definition of _dl_open, and move some bits back where they were, | Eric Andersen | 2004-02-10 | 5 | -246/+104 |
* | Nicolas Pitre writes: | Eric Andersen | 2004-02-09 | 1 | -5/+6 |
* | Move _dl_printf and _dl_malloc to ldso, which is a more sensible | Eric Andersen | 2004-02-08 | 3 | -258/+129 |
* | Cleanup whitespace and formatting | Eric Andersen | 2004-02-08 | 7 | -390/+377 |
* | Add some permissions when creating the logfile | Eric Andersen | 2004-02-08 | 1 | -3/+3 |
* | Thanks to Joakim's recent paches, we can now remove the FIXME | Eric Andersen | 2004-02-07 | 2 | -14/+0 |
* | Restore the library entry point so it works. It does have | Eric Andersen | 2004-02-07 | 20 | -12/+22 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-02-07 | 2 | -220/+90 |
* | Remove unneeded forward declaration | Eric Andersen | 2004-02-07 | 1 | -1/+0 |
* | Split off the stuff that cannot use function into its own file, | Eric Andersen | 2004-02-07 | 26 | -694/+1236 |
* | Step one, begin shuffling things around a bit | Eric Andersen | 2004-02-07 | 9 | -87/+135 |
* | Yet more consistancy fixups | Eric Andersen | 2004-02-07 | 1 | -2/+2 |
* | Use unsigned char * pointers | Eric Andersen | 2004-02-07 | 3 | -3/+3 |
* | Trim trailing whitespace | Eric Andersen | 2004-02-06 | 2 | -14/+14 |
* | Remove trailing whitespace | Eric Andersen | 2004-02-06 | 2 | -128/+126 |