Age | Commit message (Expand) | Author |
2002-01-09 | Build a native uClibc ldd | Eric Andersen |
2002-01-01 | Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' for | Eric Andersen |
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen |
2001-11-26 | Removed TARGET_CFLAGS definition, since it was moved to toplevel Rules.mak | David Schleef |
2001-11-26 | Fix buggy R_PPC_RELATIVE relocation. Symptom was that strings | David Schleef |
2001-11-26 | Fix calculation of PLT entry index. Caused segfaults on second call | David Schleef |
2001-11-12 | powerpc/elfinterp.c: Powerpc works now. Major rework; most relocs | David Schleef |
2001-08-27 | elide some debug noise | Eric Andersen |
2001-08-18 | Fix problem with possible redundant entries. | Eric Andersen |
2001-08-17 | Fix a stupid bug causing the ld-uClibc entry to be lost. | Eric Andersen |
2001-08-11 | Sync up ldd behavior | Eric Andersen |
2001-08-11 | Fix the library searching routine so it is way simpler, and so | Eric Andersen |
2001-08-11 | Begin removing some unnecessary inlining, and fix naming | Eric Andersen |
2001-08-10 | Update the build system, yet again. I hope this is the last time... | Eric Andersen |
2001-08-08 | This syncs things up with my local tree. Mainly changes installer | Eric Andersen |
2001-08-06 | Try search for the shared lib interpreter. Eliminate all double "//"s | Eric Andersen |
2001-08-06 | If /etc/ld.so.preload was size 0, the shared lib loader would | Eric Andersen |
2001-07-17 | search_for_named_library forgot to wipe the target string, so each time | Eric Andersen |
2001-07-17 | Turn off USE_CACHE by default (so ldconfig, by default, isn't | Eric Andersen |
2001-07-17 | Fix missing function when USE_CACHE is enabled | Eric Andersen |
2001-07-17 | Oops. USE_CACHE was disabled and didn't compile when enabled | Eric Andersen |
2001-07-17 | Forgot this... | Eric Andersen |
2001-07-17 | Some cleanups needed for things to compile and work as expected | Eric Andersen |
2001-07-13 | Scrub up a few things I forgot. Add a few more cleanups. | Eric Andersen |
2001-07-13 | This takes about 6k off the size of the x86 shared lib loader... | Eric Andersen |
2001-07-12 | This commit merges David Schleef's updates to the build system, which a | Eric Andersen |
2001-07-12 | Added #ifdef DEBUG where appropriate. | David Schleef |
2001-07-12 | First cut of PowerPC port. It works for hello world, but has lots | David Schleef |
2001-07-12 | Small fixups for powerpc | David Schleef |
2001-07-11 | Rewrite of ldd so it works as expected, and does not invoke the | Eric Andersen |
2001-07-10 | Fix the code for finding the interpreter, which was I had | Eric Andersen |
2001-07-03 | Finish up merging the arm port into the main tree. | Eric Andersen |
2001-07-03 | Merge the arm port into the main tree. The final version (the one that | Eric Andersen |
2001-07-03 | Merge arm support into the mainstream. This change is pretty | Eric Andersen |
2001-07-03 | Scrub a couple of ints | Eric Andersen |
2001-07-03 | Allow the shared lib loader to fallback on the builddir if everything | Eric Andersen |
2001-07-03 | Force our child libs to link vs libc | Eric Andersen |
2001-06-27 | Cleanup to not use kernel headers at all. | Eric Andersen |
2001-06-18 | This commit finishes adding support for the old m68k-coff toolchains by | Eric Andersen |
2001-06-15 | A few build updates | Eric Andersen |
2001-06-15 | Make some nice SEND_ADDRESS_STDERR and SEND_NUMBER_STDERR macros that | Eric Andersen |
2001-06-15 | Now that our compiler wrapper is up to it, we can now use TARGET_CC | Eric Andersen |
2001-06-15 | Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu... | Eric Andersen |
2001-06-14 | Some silly grammar stuff | Eric Andersen |
2001-06-14 | Yet more ldso cleanups. Be more discriminating about when using inlines | Eric Andersen |
2001-06-13 | Use sys/mman.h not asm/mman.h -- we don't want kernel headers... | Eric Andersen |
2001-06-11 | Get rid of the unused LDSO_VERSION | Eric Andersen |
2001-06-11 | Fix bug in ldso/util/Makefile introduced when Erik added the readelf app. | Manuel Novoa III |
2001-06-07 | Changes needed to build the ldso dir for m68k. I haven't tested it, | David McCullough |
2001-06-07 | ldso build always used $(NATIVE_ARCH)-uClibc-gcc, which doesn't work for | David McCullough |