OSDN Git Service

uclinux-h8/uClibc.git
2001-06-28 Eric AndersenI missed an item when reentrantifying des.c, reuse...
2001-06-28 Eric AndersenOops. I forgot to check this in...
2001-06-28 Eric AndersenReplace the crypt implementation with one based on...
2001-06-28 Manuel Novoa... Optimized for size over speed to (substantially) reduce...
2001-06-28 David McCulloughChanges for new auto-generated syscall.h
2001-06-28 David McCulloughChanges to support autogenerated syscall.h
2001-06-28 David McCulloughsysdep.h was not providing all the needed bits to build...
2001-06-28 Manuel Novoa... Added a script to create bits/syscall.h for each arch.
2001-06-27 David McCulloughthe minimum needed for now
2001-06-27 David McCulloughAdded this guy, nothing needed here really.
2001-06-27 Eric AndersenCleanup to not use kernel headers at all.
2001-06-27 Eric AndersenCleanup and don't require LIBC to be defined for the...
2001-06-27 Manuel Novoa... Remove nonstandard functions.
2001-06-27 Manuel Novoa... Remove obsolete files tell.c and getdents.c
2001-06-27 Eric AndersenStub out an initial version. Manuel will be writing
2001-06-27 Eric AndersenDon't even threaten to include asm/* stuff
2001-06-27 Eric AndersenDon't include asm/unistd.h
2001-06-27 Eric AndersenStep one in a process to ween ourselves off of using...
2001-06-27 Manuel Novoa... Fix syntax error in comment.
2001-06-27 Manuel Novoa... Make these PIC and _LIBC_REENTRANT compatible.
2001-06-27 Manuel Novoa... For now, we need to explicitly make clean in libc/unist...
2001-06-27 Manuel Novoa... Yes... I forgot to update bits/dirent.h for the other...
2001-06-26 Manuel Novoa... ANSI/ISO specifies that no library function sets errno...
2001-06-26 Eric AndersenLooks like we lost clearing errno
2001-06-26 David SchleefChange to allow compiling against unconfigured kernels...
2001-06-25 Manuel Novoa... Note need to fix scandir.c's dynamic memory handling.
2001-06-25 Manuel Novoa... Remove simulated d_type support for getdents and the...
2001-06-25 Eric AndersenAdd in missing syscalls.h for powerpc
2001-06-25 David McCulloughFixed vfork so the child doesn't trash the parents...
2001-06-23 Eric AndersenMake PIC a config option
2001-06-23 Eric AndersenThis adds in support for PIC on x86. Unfortunately...
2001-06-21 Eric AndersenPatch from Shane Nay, who noticed that these were not...
2001-06-19 Manuel Novoa... Oops... forgot to remove rint.c from the makefile.
2001-06-19 Manuel Novoa... Remove Erik's broken implementation of rint(). Replace...
2001-06-19 Eric AndersenAdd in "HAVE_SHARED" so shared libs build or not as...
2001-06-19 Eric AndersenThis was violating policy and using a kernel header...
2001-06-18 Eric AndersenThis commit finishes adding support for the old m68k...
2001-06-18 Eric AndersenI went nuts and wrote a generic rint implementation...
2001-06-17 Manuel Novoa... Update TODO file.
2001-06-17 Manuel Novoa... Add the in* and out* functions for i386. Note: the...
2001-06-15 Eric AndersenA few build updates
2001-06-15 Eric AndersenThese are needed for powerpc to compile
2001-06-15 Eric AndersenNote missing struct _res in resolv.h
2001-06-15 Eric AndersenMake some nice SEND_ADDRESS_STDERR and SEND_NUMBER_STDE...
2001-06-15 Eric AndersenNow that our compiler wrapper is up to it, we can now...
2001-06-15 Eric AndersenMake strrchr not call other string functions. Hopefully
2001-06-15 Eric AndersenI am very proud of myself. I managed to write a workin...
2001-06-15 Eric AndersenAdd in (stub out really) __libc_current_sigrtmin, and
2001-06-15 Eric AndersenBe consistant for all the client code, and use TARGET_C...
2001-06-15 Eric AndersenMake all the uClibc tests use the --uclibc-use-build...
2001-06-14 Eric AndersenSome silly grammar stuff
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...
next