Age | Commit message (Expand) | Author |
2001-06-15 | Add in (stub out really) __libc_current_sigrtmin, and | Eric Andersen |
2001-06-15 | Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu... | Eric Andersen |
2001-06-15 | Make all the uClibc tests use the --uclibc-use-build-dir flag | 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 | Fix a really stupid bug with ttyname, thanks to a patch from | Eric Andersen |
2001-06-13 | Don't create a fake readelf app. We are creating a real one now. | Eric Andersen |
2001-06-13 | Default to something like a strongArm, (i.e. has an MMU) | Eric Andersen |
2001-06-13 | A few new todo items | Eric Andersen |
2001-06-13 | Fix printf so that %p outputs "(nil)" for (void *) 0, to match glibc behavior. | Manuel Novoa III |
2001-06-13 | Add warning message if Config doesn't exist | David Schleef |
2001-06-13 | Fix printf handling of %p to prepend "0x" since output is in hex. | Manuel Novoa III |
2001-06-13 | Use sys/mman.h not asm/mman.h -- we don't want kernel headers... | Eric Andersen |
2001-06-12 | Some sparc updates from Stanley <ngstanley@cwc.nus.edu.sg> | Eric Andersen |
2001-06-12 | Make sure these use the local sysdep.h header file | Eric Andersen |
2001-06-12 | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen |
2001-06-12 | Some socket cleanups | Eric Andersen |
2001-06-12 | Silence a few warnings. | Eric Andersen |
2001-06-12 | Default to testing shared libs. | Eric Andersen |
2001-06-11 | Default to malloc-930716 for x86 | 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 | Add in a test for outb (that currently fails) | Eric Andersen |
2001-06-07 | Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <joh... | Manuel Novoa III |
2001-06-07 | The m68k-elf compiler chokes on this code when compiling for PIC as | David McCullough |
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 |
2001-06-07 | Up the m68k defaults a little so that uClibc will support a g++ build. | David McCullough |
2001-06-07 | Change the last 2 "make" invocations to use $(MAKE). | David McCullough |
2001-06-05 | Update the TODO file | Eric Andersen |
2001-06-04 | Add a new 'readelf' util I wrote this weekend. | Eric Andersen |
2001-06-04 | Teach the ldso stuff to use the proper elf.h header file, not a local copy. | Eric Andersen |
2001-06-02 | Update the todo. Add my personal list. | Manuel Novoa III |
2001-06-02 | Add locale-enabled strcoll function from vodz, plus supporting tool. | Manuel Novoa III |
2001-06-02 | Always check before you commit...^100. We need to build the dynamic linker | Manuel Novoa III |
2001-06-02 | Only build ldso if building shared. Also, if building ldso, build all subdirs. | Manuel Novoa III |
2001-06-02 | Fix misuse of DO_SHARED and LDSO_PRESENT. Add -f option to "cp"s. | Manuel Novoa III |
2001-06-01 | Put the locale stuff back how it was till we can get a proper implementation | Eric Andersen |
2001-06-01 | oops. | Eric Andersen |
2001-06-01 | decouple this from strchr | Eric Andersen |
2001-06-01 | Fix bug: tried to install non-existant shared libs. | Manuel Novoa III |
2001-06-01 | Add in an initial TODO list. Please add stuff as needed (and feel | Eric Andersen |
2001-05-31 | Added cmdline options --uclibc-use-build-dir and --uclibc-use-rpath so that | Manuel Novoa III |
2001-05-31 | Install ldd and ldconfig as appropriate. | Manuel Novoa III |
2001-05-31 | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel Novoa III |
2001-05-31 | Cleanup some stupid warnings | Eric Andersen |
2001-05-30 | warn folks that libresolv is a stub | Eric Andersen |
2001-05-30 | Look's like I need to disable the rpath stuff for now as well. | Manuel Novoa III |
2001-05-30 | Revert behavior of wrapper to not use dynamic linker in the build dir, so | Manuel Novoa III |
2001-05-29 | Give Erik's build-with-uClibc method. | Manuel Novoa III |