2002-02-17 |
Eric Andersen | Eliminate circular dependancy |
tree | commitdiff |
2002-02-17 |
Eric Andersen | A ton of cleanups. Eliminate some useless code. Much... |
tree | commitdiff |
2002-02-13 |
Eric Andersen | Fix silly buffer overflow |
tree | commitdiff |
2002-02-02 |
Eric Andersen | Don't free memory prematurely |
tree | commitdiff |
2002-01-31 |
Eric Andersen | Fix makefile so it actually works when cross compiling |
tree | commitdiff |
2002-01-31 |
Eric Andersen | make sure all utilities will build even with older... |
tree | commitdiff |
2002-01-30 |
Eric Andersen | Fixup util build |
tree | commitdiff |
2002-01-29 |
Eric Andersen | Go back to using ld, now that I've found the real probl... |
tree | commitdiff |
2002-01-28 |
Eric Andersen | Fix the bug where binaries built with older toolchains... |
tree | commitdiff |
2002-01-25 |
Eric Andersen | Fix up all non-x86 arches to cope with the latest ldso... |
tree | commitdiff |
2002-01-23 |
Eric Andersen | Fixup build a bit. Be sneaky and include everything... |
tree | commitdiff |
2002-01-16 |
Eric Andersen | Oops. I forgot to add -Bdynamic to this one. |
tree | commitdiff |
2002-01-16 |
Eric Andersen | Tell ld explicitly when stuff is supposed to by dynamic... |
tree | commitdiff |
2002-01-14 |
Eric Andersen | Both _dl_simple_ltoa and _dl_simple_ltoahex use buffers... |
tree | commitdiff |
2002-01-12 |
Eric Andersen | Depend upon libc |
tree | commitdiff |
2002-01-11 |
Eric Andersen | More build system cleanups... |
tree | commitdiff |
2002-01-11 |
Eric Andersen | Oops. We lost -FPIC in the shuffle... |
tree | commitdiff |
2002-01-11 |
Eric Andersen | Remove the now obsolete d-link tree. Update things... |
tree | commitdiff |
2002-01-11 |
Eric Andersen | Remove old named file. Fix headers on updated one. |
tree | commitdiff |
2002-01-11 |
Eric Andersen | Rework naming for shared lib loader to avoid potential |
tree | commitdiff |
2002-01-11 |
Eric Andersen | Don't use target strip on native binary |
tree | commitdiff |
2002-01-11 |
Eric Andersen | Scrub the way libraries are linked. Use ld, not gcc... |
tree | commitdiff |
2002-01-09 |
Eric Andersen | Ignore native ldd |
tree | commitdiff |
2002-01-09 |
Eric Andersen | Build a native uClibc ldd |
tree | commitdiff |
2002-01-01 |
Eric Andersen | Change all 'cd <foo>; bar' constructs to 'cd <foo>... |
tree | commitdiff |
2001-12-19 |
Eric Andersen | Update my email address. I am no longer [email protected] |
tree | commitdiff |
2001-11-26 |
David Schleef | Removed TARGET_CFLAGS definition, since it was moved... |
tree | commitdiff |
2001-11-26 |
David Schleef | Fix buggy R_PPC_RELATIVE relocation. Symptom was that... |
tree | commitdiff |
2001-11-26 |
David Schleef | Fix calculation of PLT entry index. Caused segfaults... |
tree | commitdiff |
2001-11-12 |
David Schleef | powerpc/elfinterp.c: Powerpc works now. Major rework... |
tree | commitdiff |
2001-08-27 |
Eric Andersen | elide some debug noise |
tree | commitdiff |
2001-08-18 |
Eric Andersen | Fix problem with possible redundant entries. |
tree | commitdiff |
2001-08-17 |
Eric Andersen | Fix a stupid bug causing the ld-uClibc entry to be... |
tree | commitdiff |
2001-08-11 |
Eric Andersen | Sync up ldd behavior |
tree | commitdiff |
2001-08-11 |
Eric Andersen | Fix the library searching routine so it is way simpler... |
tree | commitdiff |
2001-08-11 |
Eric Andersen | Begin removing some unnecessary inlining, and fix naming |
tree | commitdiff |
2001-08-10 |
Eric Andersen | Update the build system, yet again. I hope this is... |
tree | commitdiff |
2001-08-08 |
Eric Andersen | This syncs things up with my local tree. Mainly change... |
tree | commitdiff |
2001-08-06 |
Eric Andersen | Try search for the shared lib interpreter. Eliminate... |
tree | commitdiff |
2001-08-06 |
Eric Andersen | If /etc/ld.so.preload was size 0, the shared lib loader... |
tree | commitdiff |
2001-07-17 |
Eric Andersen | search_for_named_library forgot to wipe the target... |
tree | commitdiff |
2001-07-17 |
Eric Andersen | Turn off USE_CACHE by default (so ldconfig, by default... |
tree | commitdiff |
2001-07-17 |
Eric Andersen | Fix missing function when USE_CACHE is enabled |
tree | commitdiff |
2001-07-17 |
Eric Andersen | Oops. USE_CACHE was disabled and didn't compile when... |
tree | commitdiff |
2001-07-17 |
Eric Andersen | Forgot this... |
tree | commitdiff |
2001-07-17 |
Eric Andersen | Some cleanups needed for things to compile and work... |
tree | commitdiff |
2001-07-13 |
Eric Andersen | Scrub up a few things I forgot. Add a few more cleanups. |
tree | commitdiff |
2001-07-13 |
Eric Andersen | This takes about 6k off the size of the x86 shared... |
tree | commitdiff |
2001-07-12 |
Eric Andersen | This commit merges David Schleef's updates to the build... |
tree | commitdiff |
2001-07-12 |
David Schleef | Added #ifdef DEBUG where appropriate. |
tree | commitdiff |
2001-07-12 |
David Schleef | First cut of PowerPC port. It works for hello world... |
tree | commitdiff |
2001-07-12 |
David Schleef | Small fixups for powerpc |
tree | commitdiff |
2001-07-11 |
Eric Andersen | Rewrite of ldd so it works as expected, and does not... |
tree | commitdiff |
2001-07-10 |
Eric Andersen | Fix the code for finding the interpreter, which was... |
tree | commitdiff |
2001-07-03 |
Eric Andersen | Finish up merging the arm port into the main tree. |
tree | commitdiff |
2001-07-03 |
Eric Andersen | Merge the arm port into the main tree. The final versi... |
tree | commitdiff |
2001-07-03 |
Eric Andersen | Merge arm support into the mainstream. This change... |
tree | commitdiff |
2001-07-03 |
Eric Andersen | Scrub a couple of ints |
tree | commitdiff |
2001-07-03 |
Eric Andersen | Allow the shared lib loader to fallback on the builddir... |
tree | commitdiff |
2001-07-03 |
Eric Andersen | Force our child libs to link vs libc |
tree | commitdiff |
2001-06-27 |
Eric Andersen | Cleanup to not use kernel headers at all. |
tree | commitdiff |
2001-06-18 |
Eric Andersen | This commit finishes adding support for the old m68k... |
tree | commitdiff |
2001-06-15 |
Eric Andersen | A few build updates |
tree | commitdiff |
2001-06-15 |
Eric Andersen | Make some nice SEND_ADDRESS_STDERR and SEND_NUMBER_STDE... |
tree | commitdiff |
2001-06-15 |
Eric Andersen | Now that our compiler wrapper is up to it, we can now... |
tree | commitdiff |
2001-06-15 |
Eric Andersen | Be consistant for all the client code, and use TARGET_C... |
tree | commitdiff |
2001-06-14 |
Eric Andersen | Some silly grammar stuff |
tree | commitdiff |
2001-06-14 |
Eric Andersen | Yet more ldso cleanups. Be more discriminating about... |
tree | commitdiff |
2001-06-13 |
Eric Andersen | Use sys/mman.h not asm/mman.h -- we don't want kernel... |
tree | commitdiff |
2001-06-11 |
Eric Andersen | Get rid of the unused LDSO_VERSION |
tree | commitdiff |
2001-06-11 |
Manuel Novoa III | Fix bug in ldso/util/Makefile introduced when Erik... |
tree | commitdiff |
2001-06-07 |
David McCullough | Changes needed to build the ldso dir for m68k. I haven... |
tree | commitdiff |
2001-06-07 |
David McCullough | ldso build always used $(NATIVE_ARCH)-uClibc-gcc, ... |
tree | commitdiff |
2001-06-04 |
Eric Andersen | Add a new 'readelf' util I wrote this weekend. |
tree | commitdiff |
2001-06-04 |
Eric Andersen | Teach the ldso stuff to use the proper elf.h header... |
tree | commitdiff |
2001-06-02 |
Manuel Novoa III | Always check before you commit...^100. We need to... |
tree | commitdiff |
2001-06-02 |
Manuel Novoa III | Only build ldso if building shared. Also, if building... |
tree | commitdiff |
2001-05-31 |
Manuel Novoa III | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX... |
tree | commitdiff |
2001-05-25 |
Eric Andersen | One last structural change. Install header files to... |
tree | commitdiff |
2001-05-18 |
Eric Andersen | I wasn't building the libdl shared lib anymore. Make... |
tree | commitdiff |
2001-05-16 |
Eric Andersen | Oops again. We do want to print this info, but only... |
tree | commitdiff |
2001-05-16 |
Eric Andersen | Oops. I left in some debugging noise. Also some minor... |
tree | commitdiff |
2001-05-12 |
Eric Andersen | Ok, this should finish off my massive ro-organization... |
tree | commitdiff |
2001-05-11 |
Eric Andersen | Rework where libraries get installed to. Now thew... |
tree | commitdiff |
2001-05-10 |
Eric Andersen | Check if ld.so is included in the NEEDED list. If... |
tree | commitdiff |
2001-05-10 |
Eric Andersen | Fix up naming of ld.so so every uses the same define... |
tree | commitdiff |
2001-05-10 |
Eric Andersen | minor formatting cleanups |
tree | commitdiff |
2001-05-10 |
Eric Andersen | Add in _dl_strrchr |
tree | commitdiff |
2001-05-08 |
Eric Andersen | Make sure types are pulled in |
tree | commitdiff |
2001-05-08 |
Eric Andersen | Some very minor cleanups |
tree | commitdiff |
2001-05-07 |
Eric Andersen | Put in but leave commented the DL_DEBUG define |
tree | commitdiff |
2001-05-04 |
Eric Andersen | Another update to make sure things work properly on... |
tree | commitdiff |
2001-05-04 |
Eric Andersen | This patch allows powerpc to compile again. It also... |
tree | commitdiff |
2001-05-03 |
Eric Andersen | Dont segfault when folks run ld-uclibc as an executable. |
tree | commitdiff |
2001-05-03 |
Eric Andersen | Describe what this routine is supposed to do so we... |
tree | commitdiff |
2001-05-03 |
Eric Andersen | Some more minor updates. Add in some debug stuff, and |
tree | commitdiff |
2001-05-02 |
Eric Andersen | Some more updates and explanation |
tree | commitdiff |
2001-05-01 |
Eric Andersen | Another cleanup. Never pass addresses as an 'int' |
tree | commitdiff |
2001-05-01 |
Eric Andersen | I forgot to check this in. |
tree | commitdiff |
2001-05-01 |
Eric Andersen | Yet another major rework. This time around, rework... |
tree | commitdiff |
next |