Age | Commit message (Expand) | Author |
2003-03-06 | /me needs to learn to proofread | Eric Andersen |
2003-03-06 | Make the text a bit more clear | Eric Andersen |
2003-03-06 | For now, leave mmap on mips using mmap1, since mmap2 seems | Eric Andersen |
2003-03-06 | Finish off gmon based profiling for powerpc | Eric Andersen |
2003-03-06 | Make profiling on arm work | Eric Andersen |
2003-03-06 | Patch from Stefan Allius to finish off the last required bits | Eric Andersen |
2003-03-06 | Update website | Eric Andersen |
2003-03-05 | Patch from Konrad Eisele to add include/asm-generic since, at least | Eric Andersen |
2003-03-05 | Patch from Konrad Eisele to omit -Wl,--dynamic-linker from | Eric Andersen |
2003-03-05 | Patch from Stefan Allius: | Eric Andersen |
2003-03-05 | The vfork system call on powerpc seems to be completely | Eric Andersen |
2003-03-05 | Default to using fork() for vfork() when no arch specific | Eric Andersen |
2003-03-04 | Seperate pthread debugging from uClibc debugging. They are used | Eric Andersen |
2003-03-04 | Patch from Stefan Allius adding the function 'thread_self_stack' | Eric Andersen |
2003-03-04 | Patch from Stefan Allius to make ldd.c compile under Solaris | Eric Andersen |
2003-03-04 | Teach ldd to be a bit more helpful by telling you specifically | Eric Andersen |
2003-03-04 | Fix compile when profiling is disabled | Eric Andersen |
2003-03-03 | Fix grammar | Eric Andersen |
2003-03-03 | Initial effort at adding profiling support. | Eric Andersen |
2003-03-03 | Updates for release | Eric Andersen |
2003-03-03 | Update version | Eric Andersen |
2003-03-03 | Fix location of cvs | Eric Andersen |
2003-03-03 | begin preparing for release | Eric Andersen |
2003-03-03 | Remove bogus link_warning. It is meaningless and stupid. While the | Manuel Novoa III |
2003-03-03 | more uClinux shared libs fixups | David McCullough |
2003-03-03 | fix coldfire/68000 support properly this time, ifdef logic was back to | David McCullough |
2003-03-03 | Fix the double sub #48, should have been an add :-) | David McCullough |
2003-03-02 | cut-n-paste strikes again | Eric Andersen |
2003-03-02 | Add missing alias __modify_ldt | Eric Andersen |
2003-03-01 | Teach ldd to act just the glibc provided one (relying on the | Eric Andersen |
2003-03-01 | Patch from Jeffrey Damick: | Eric Andersen |
2003-03-01 | Use a funky version in a probably vein attempt at preventing gdb | Eric Andersen |
2003-03-01 | doh. I forgot mips can't talk to globals that early on in the | Eric Andersen |
2003-03-01 | doh. I forgot mips can't talk to globals that early on in the | Eric Andersen |
2003-03-01 | Fix the shared library loader so we can properly debug things like pthreads. | Eric Andersen |
2003-02-28 | Fix a potential compile error | Eric Andersen |
2003-02-28 | Fixup mips pthreads | Eric Andersen |
2003-02-28 | restore the coldfire changes | David McCullough |
2003-02-27 | Major update for pthreads, based in large part on improvements | Eric Andersen |
2003-02-27 | Fix a silly bug | Eric Andersen |
2003-02-27 | Patch from David Airlie to fix handling of ctor/dtor stuff when used in | Eric Andersen |
2003-02-26 | Prefer mmap2 for mips when available. Fix the mmap test. | Eric Andersen |
2003-02-26 | Fixup a really stupid and terribly obvious bug that was causing | Eric Andersen |
2003-02-26 | Add a bunch of additional early debugg messages into the shared | Eric Andersen |
2003-02-25 | Add a toolchain section. Mention Steven J. Hill's mips RPMs. | Eric Andersen |
2003-02-24 | Fixup some small issues that show up when large file support is disabled | Eric Andersen |
2003-02-23 | Fix FP handling alignment problems on ARM platforms without an FPU, | David McCullough |
2003-02-23 | Some stuff I forgot to check in about a month ago... | Eric Andersen |
2003-02-21 | Reserve stack space for args we pass to __uClibc_main. | Miles Bader |
2003-02-20 | Add back in PTRACE_SINGLESTEP. | Miles Bader |