OSDN Git Service

uclinux-h8/uClibc.git
2001-06-14 Eric AndersenYet more ldso cleanups. Be more discriminating about...
2001-06-13 Eric AndersenFix a really stupid bug with ttyname, thanks to a patch...
2001-06-13 Eric AndersenDon't create a fake readelf app. We are creating a...
2001-06-13 Eric AndersenDefault to something like a strongArm, (i.e. has an...
2001-06-13 Eric AndersenA few new todo items
2001-06-13 Manuel Novoa... Fix printf so that %p outputs "(nil)" for (void *)...
2001-06-13 David SchleefAdd warning message if Config doesn't exist
2001-06-13 Manuel Novoa... Fix printf handling of %p to prepend "0x" since output...
2001-06-13 Eric AndersenUse sys/mman.h not asm/mman.h -- we don't want kernel...
2001-06-12 Eric AndersenSome sparc updates from Stanley <ngstanley@cwc.nus...
2001-06-12 Eric AndersenMake sure these use the local sysdep.h header file
2001-06-12 Eric AndersenCleanup the toploevel makefile handing of shared libs...
2001-06-12 Eric AndersenSome socket cleanups
2001-06-12 Eric AndersenSilence a few warnings.
2001-06-12 Eric AndersenDefault to testing shared libs.
2001-06-11 Eric AndersenDefault to malloc-930716 for x86
2001-06-11 Eric AndersenGet rid of the unused LDSO_VERSION
2001-06-11 Manuel Novoa... Fix bug in ldso/util/Makefile introduced when Erik...
2001-06-07 Eric AndersenAdd in a test for outb (that currently fails)
2001-06-07 Manuel Novoa... Commit _uClibc_fread bug fix (with minor edit) posted...
2001-06-07 David McCulloughThe m68k-elf compiler chokes on this code when compilin...
2001-06-07 David McCulloughChanges needed to build the ldso dir for m68k. I haven...
2001-06-07 David McCulloughldso build always used $(NATIVE_ARCH)-uClibc-gcc, ...
2001-06-07 David McCulloughUp the m68k defaults a little so that uClibc will suppo...
2001-06-07 David McCulloughChange the last 2 "make" invocations to use $(MAKE).
2001-06-05 Eric AndersenUpdate the TODO file
2001-06-04 Eric AndersenAdd a new 'readelf' util I wrote this weekend.
2001-06-04 Eric AndersenTeach the ldso stuff to use the proper elf.h header...
2001-06-02 Manuel Novoa... Update the todo. Add my personal list.
2001-06-02 Manuel Novoa... Add locale-enabled strcoll function from vodz, plus...
2001-06-02 Manuel Novoa... Always check before you commit...^100. We need to...
2001-06-02 Manuel Novoa... Only build ldso if building shared. Also, if building...
2001-06-02 Manuel Novoa... Fix misuse of DO_SHARED and LDSO_PRESENT. Add -f optio...
2001-06-01 Eric AndersenPut the locale stuff back how it was till we can get...
2001-06-01 Eric Andersenoops.
2001-06-01 Eric Andersendecouple this from strchr
2001-06-01 Manuel Novoa... Fix bug: tried to install non-existant shared libs.
2001-06-01 Eric AndersenAdd in an initial TODO list. Please add stuff as neede...
2001-05-31 Manuel Novoa... Added cmdline options --uclibc-use-build-dir and -...
2001-05-31 Manuel Novoa... Install ldd and ldconfig as appropriate.
2001-05-31 Manuel Novoa... Removed INSTALL_DIR and replaced it with DEVEL_PREFIX...
2001-05-31 Eric AndersenCleanup some stupid warnings
2001-05-30 Eric Andersenwarn folks that libresolv is a stub
2001-05-30 Manuel Novoa... Look's like I need to disable the rpath stuff for now...
2001-05-30 Manuel Novoa... Revert behavior of wrapper to not use dynamic linker...
2001-05-29 Manuel Novoa... Give Erik's build-with-uClibc method.
2001-05-29 Eric AndersenRemove the now obsolete "headers" target. Fix call...
2001-05-29 Eric AndersenDefine "NM = $(CROSS)nm" and use $NM and $AR in get...
2001-05-29 Eric AndersenSometimes (often) the kernel will return things other...
2001-05-29 Eric AndersenComment out broken test
2001-05-28 Manuel Novoa... Add a _really_ basic README outlining building/using...
2001-05-28 Manuel Novoa... Make selection of uClibc floating point support in...
2001-05-27 Manuel Novoa... Revert behavior to either INSTALL_DIR or BUILD_DIR...
2001-05-26 Manuel Novoa... Minor fix.
2001-05-26 Eric AndersenThese are needed for arm to compile
2001-05-26 Eric AndersenDon't try to run ldconfig unless it exists
2001-05-26 David SchleefAdded definition of __THROW
2001-05-26 David SchleefMakefile targets to symlink arch-specific headers into...
2001-05-26 David SchleefNasty hack to get around inconsistency between dynamic...
2001-05-26 Eric AndersenMake powerpc compile. Needs this header...
2001-05-26 Eric AndersenFix regex support to be compatible with 4.2 BSD regex...
2001-05-26 Eric AndersenAdd in message queue support, based on work from <tapu...
2001-05-25 David SchleefFixing flak from the directory rearrangement
2001-05-25 David SchleefAdded -Wall
2001-05-25 David SchleefChanges to make types.h more compatible with the Linux...
2001-05-25 David SchleefRandom change to get a log message: Previous change...
2001-05-25 Eric AndersenEnable mlock and friends if __UCLIBC_HAS_MMU__ is defin...
2001-05-25 David SchleefAdded powerpc-specific mmap syscall, 'cause we're special.
2001-05-25 Eric AndersenAdd in some more GNU compatible locale stuff. I only...
2001-05-25 David Schleefadded __GNUC_PREREQ() macro
2001-05-25 David SchleefRandom quick-and-dirty evil malloc checker.
2001-05-25 David SchleefThe mmap syscall has 6 arguments, which has various...
2001-05-25 David SchleefTest to check for proper stat mangling.
2001-05-25 David Schleeftermios test program, since I'm having difficulty on...
2001-05-25 David SchleefNeeded for libm
2001-05-25 Eric AndersenAdd in missing capset and capget syscalls. Stub out...
2001-05-25 Eric AndersenWe need the definition of HUGE_VAL fpr some apps. ...
2001-05-25 Eric AndersenCleanup the math.h header file. It was broken when...
2001-05-25 Eric AndersenUpdate for the SH port from Jean-Yves Avenard <jean...
2001-05-25 Eric AndersenOne last structural change. Install header files to...
2001-05-23 Manuel Novoa... Remove dead code.
2001-05-22 Manuel Novoa... Added file for non-Cephes double routines; currently...
2001-05-22 Manuel Novoa... Add poll.h header.
2001-05-22 David SchleefCopied sgidefs.h from Debian libc6 2.2.2-4 for MIPS...
2001-05-22 David SchleefHeader cleanups to fix compilation. Mostly a hack...
2001-05-22 David SchleefCopied bits/*.h from Debian MIPS libc6-dev 2.2.2-4...
2001-05-22 David SchleefFirst cut of MIPS port
2001-05-21 Eric Andersenrewrite to accomodate devfs
2001-05-21 Eric AndersenStub out libresolv for now. Some apps try to link...
2001-05-21 Eric AndersenPatch from Andreas Neuhaus <andy@fasta.fh-dortmund.de>
2001-05-21 Eric AndersenWrap getline() inside #ifdef __USE_GNU
2001-05-21 Manuel Novoa... Proper prototype for mtherr, although this should proba...
2001-05-21 Manuel Novoa... Add comment about scanf pushback behavior and glibc...
2001-05-18 Eric AndersenI wasn't building the libdl shared lib anymore. Make...
2001-05-17 Eric AndersenFix up some problems noted by August Hoerandl <ahoerand...
2001-05-17 Eric AndersenPatch from David McCullough <davidm@lineo.com> -- do not
2001-05-17 Eric AndersenAdd in tempnam()
2001-05-16 Eric AndersenMove the default ptrace.c to common, but let arches...
2001-05-16 Eric AndersenSigpause was broken. Now it is fixed.
2001-05-16 Eric AndersenOops again. We do want to print this info, but only...
next