OSDN Git Service

Optimized for size over speed to (substantially) reduce generated code size.
[uclinux-h8/uClibc.git] / libc /
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 III 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 Manuel Novoa III Remove nonstandard functions.
2001-06-27 Manuel Novoa III 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 AndersenStep one in a process to ween ourselves off of using...
2001-06-27 Manuel Novoa III Make these PIC and _LIBC_REENTRANT compatible.
2001-06-27 Manuel Novoa III Yes... I forgot to update bits/dirent.h for the other...
2001-06-26 Manuel Novoa III ANSI/ISO specifies that no library function sets errno...
2001-06-26 Eric AndersenLooks like we lost clearing errno
2001-06-25 Manuel Novoa III 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 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 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-17 Manuel Novoa III Add the in* and out* functions for i386. Note: the...
2001-06-15 Eric AndersenThese are needed for powerpc to compile
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-13 Eric AndersenFix a really stupid bug with ttyname, thanks to a patch...
2001-06-13 Manuel Novoa III Fix printf so that %p outputs "(nil)" for (void *)...
2001-06-13 Manuel Novoa III Fix printf handling of %p to prepend "0x" since output...
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 AndersenSilence a few warnings.
2001-06-07 Manuel Novoa III 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-02 Manuel Novoa III Add locale-enabled strcoll function from vodz, plus...
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-05-31 Eric AndersenCleanup some stupid warnings
2001-05-29 Eric AndersenRemove the now obsolete "headers" target. Fix call...
2001-05-29 Eric AndersenSometimes (often) the kernel will return things other...
2001-05-28 Manuel Novoa III Make selection of uClibc floating point support in...
2001-05-26 Manuel Novoa III Minor fix.
2001-05-26 Eric AndersenThese are needed for arm to compile
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 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 SchleefNeeded for libm
2001-05-25 Eric AndersenAdd in missing capset and capget syscalls. Stub out...
2001-05-25 Eric AndersenUpdate for the SH port from Jean-Yves Avenard <jean...
2001-05-23 Manuel Novoa III Remove dead code.
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 Manuel Novoa III Add comment about scanf pushback behavior and glibc...
2001-05-17 Eric AndersenFix up some problems noted by August Hoerandl <ahoerand...
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 AndersenFix up a few little problems
2001-05-12 Eric AndersenThese seem to be missing also
2001-05-12 Eric AndersenAdd in a libc.so link as well
2001-05-12 Eric AndersenThis file was missing on arm
2001-05-12 Eric AndersenI'd broken powerpc crt0.o installation
2001-05-12 Eric AndersenAdd missing header file for arm
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-11 Eric AndersenBring powerpc back into line so it compiles again.
2001-05-11 Eric AndersenA patch from Matthias Kilian <kili@outback.escape.de...
2001-05-11 Eric AndersenFix up the 'make clean' target
2001-05-11 Eric AndersenFix 'make clean' target
2001-05-11 Eric AndersenFix 'make clean' so it clean the rpc dir
2001-05-10 Eric AndersenOops. Forgot the makefile updates
2001-05-10 Eric AndersenThese are needed for ash-0.3.8
2001-05-09 Eric AndersenAdd in an older libc5 glob implementation, which is...
2001-05-09 Eric AndersenBy default, leave out the RPC junk (it adds over 30k...
2001-05-08 Eric AndersenAdd in libutil, based on Cory Visi's variant of Michael...
2001-05-08 Eric AndersenTurns out alphasort was totally broken. This fixed...
2001-05-08 Eric AndersenA patch from Jon Nelson <jnelson@securepipe.com> to...
2001-05-08 David McCulloughCode did not match the prototypes, from what I can...
2001-05-08 David McCulloughQuick fix to setjmp/longjmp/sigsetjmp etc to make them...
2001-05-08 Eric AndersenLooks like I forgot to commit this.
2001-05-07 Manuel Novoa III Fix fwrite return value bug reported by Matthias Kilian...
2001-05-07 Eric AndersenChange FILENAME_MAX to be only 255. Max filename on...
2001-05-07 Manuel Novoa III A couple of printf fixes from Johan Adolfsson (johan...
2001-05-04 Eric AndersenAdd in inet_ntop() and inet_pton() -- ported from glibc...
2001-05-04 Eric AndersenThis patch allows powerpc to compile again. It also...
2001-05-04 Eric AndersenInitial sparc port, thanks to Mathew Bosworth <mboswort...
2001-05-04 David McCulloughClean up some issues for building on m68k.
2001-04-28 Eric AndersenFix up a comment
2001-04-27 Eric AndersenAs noted by Michiel Thuys <michiel.thuys@intersil.com...
next