| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make some nice SEND_ADDRESS_STDERR and SEND_NUMBER_STDERR macros that | Eric Andersen | 2001-06-15 | 7 | -26/+49 |
* | Now that our compiler wrapper is up to it, we can now use TARGET_CC | Eric Andersen | 2001-06-15 | 1 | -12/+10 |
* | Make strrchr not call other string functions. Hopefully | Eric Andersen | 2001-06-15 | 1 | -8/+7 |
* | I am very proud of myself. I managed to write a working _start for | Eric Andersen | 2001-06-15 | 2 | -0/+52 |
* | Add in (stub out really) __libc_current_sigrtmin, and | Eric Andersen | 2001-06-15 | 2 | -1/+36 |
* | Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu... | Eric Andersen | 2001-06-15 | 10 | -64/+58 |
* | Make all the uClibc tests use the --uclibc-use-build-dir flag | Eric Andersen | 2001-06-15 | 16 | -24/+25 |
* | Some silly grammar stuff | Eric Andersen | 2001-06-14 | 1 | -2/+4 |
* | Yet more ldso cleanups. Be more discriminating about when using inlines | Eric Andersen | 2001-06-14 | 23 | -222/+716 |
* | Fix a really stupid bug with ttyname, thanks to a patch from | Eric Andersen | 2001-06-13 | 1 | -1/+1 |
* | Don't create a fake readelf app. We are creating a real one now. | Eric Andersen | 2001-06-13 | 1 | -2/+2 |
* | Default to something like a strongArm, (i.e. has an MMU) | Eric Andersen | 2001-06-13 | 1 | -3/+2 |
* | A few new todo items | Eric Andersen | 2001-06-13 | 1 | -0/+2 |
* | Fix printf so that %p outputs "(nil)" for (void *) 0, to match glibc behavior. | Manuel Novoa III | 2001-06-13 | 1 | -11/+20 |
* | Add warning message if Config doesn't exist | David Schleef | 2001-06-13 | 1 | -0/+7 |
* | Fix printf handling of %p to prepend "0x" since output is in hex. | Manuel Novoa III | 2001-06-13 | 1 | -0/+1 |
* | Use sys/mman.h not asm/mman.h -- we don't want kernel headers... | Eric Andersen | 2001-06-13 | 2 | -2/+2 |
* | Some sparc updates from Stanley <ngstanley@cwc.nus.edu.sg> | Eric Andersen | 2001-06-12 | 2 | -2/+14 |
* | Make sure these use the local sysdep.h header file | Eric Andersen | 2001-06-12 | 3 | -2/+2 |
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 14 | -83/+249 |
* | Some socket cleanups | Eric Andersen | 2001-06-12 | 2 | -37/+44 |
* | Silence a few warnings. | Eric Andersen | 2001-06-12 | 4 | -1/+7 |
* | Default to testing shared libs. | Eric Andersen | 2001-06-12 | 1 | -1/+1 |
* | Default to malloc-930716 for x86 | Eric Andersen | 2001-06-11 | 2 | -4/+4 |
* | Get rid of the unused LDSO_VERSION | Eric Andersen | 2001-06-11 | 1 | -6/+1 |
* | Fix bug in ldso/util/Makefile introduced when Erik added the readelf app. | Manuel Novoa III | 2001-06-11 | 2 | -5/+9 |
* | Add in a test for outb (that currently fails) | Eric Andersen | 2001-06-07 | 4 | -2/+32 |
* | Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <joh... | Manuel Novoa III | 2001-06-07 | 1 | -0/+4 |
* | The m68k-elf compiler chokes on this code when compiling for PIC as | David McCullough | 2001-06-07 | 1 | -1129/+1128 |
* | Changes needed to build the ldso dir for m68k. I haven't tested it, | David McCullough | 2001-06-07 | 7 | -231/+402 |
* | ldso build always used $(NATIVE_ARCH)-uClibc-gcc, which doesn't work for | David McCullough | 2001-06-07 | 1 | -1/+1 |
* | Up the m68k defaults a little so that uClibc will support a g++ build. | David McCullough | 2001-06-07 | 1 | -5/+5 |
* | Change the last 2 "make" invocations to use $(MAKE). | David McCullough | 2001-06-07 | 1 | -3/+3 |
* | Update the TODO file | Eric Andersen | 2001-06-05 | 1 | -0/+3 |
* | Add a new 'readelf' util I wrote this weekend. | Eric Andersen | 2001-06-04 | 5 | -123/+325 |
* | Teach the ldso stuff to use the proper elf.h header file, not a local copy. | Eric Andersen | 2001-06-04 | 14 | -238/+693 |
* | Update the todo. Add my personal list. | Manuel Novoa III | 2001-06-02 | 1 | -1/+37 |
* | Add locale-enabled strcoll function from vodz, plus supporting tool. | Manuel Novoa III | 2001-06-02 | 8 | -82/+499 |
* | Always check before you commit...^100. We need to build the dynamic linker | Manuel Novoa III | 2001-06-02 | 2 | -3/+9 |
* | Only build ldso if building shared. Also, if building ldso, build all subdirs. | Manuel Novoa III | 2001-06-02 | 2 | -8/+4 |
* | Fix misuse of DO_SHARED and LDSO_PRESENT. Add -f option to "cp"s. | Manuel Novoa III | 2001-06-02 | 1 | -7/+7 |
* | Put the locale stuff back how it was till we can get a proper implementation | Eric Andersen | 2001-06-01 | 11 | -1222/+0 |
* | oops. | Eric Andersen | 2001-06-01 | 1 | -3/+3 |
* | decouple this from strchr | Eric Andersen | 2001-06-01 | 1 | -8/+12 |
* | Fix bug: tried to install non-existant shared libs. | Manuel Novoa III | 2001-06-01 | 1 | -0/+2 |
* | Add in an initial TODO list. Please add stuff as needed (and feel | Eric Andersen | 2001-06-01 | 1 | -0/+7 |
* | Added cmdline options --uclibc-use-build-dir and --uclibc-use-rpath so that | Manuel Novoa III | 2001-05-31 | 1 | -3/+11 |
* | Install ldd and ldconfig as appropriate. | Manuel Novoa III | 2001-05-31 | 1 | -3/+15 |
* | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel Novoa III | 2001-05-31 | 20 | -277/+255 |
* | Cleanup some stupid warnings | Eric Andersen | 2001-05-31 | 4 | -25/+24 |