OSDN Git Service

- revert bad hunk from (my) r22403
[uclinux-h8/uClibc.git] / libc /
2008-10-08 Bernhard Reutner... - Fix strtol*() with xlocale (on e.g. x86_64) (closes...
2008-10-08 Bernhard Reutner... - add/use variables to make build-tools configurable
2008-10-06 Carmelo AmorosoFix scandir function to reset the errno when the
2008-10-06 Bernhard Reutner... - fix typo in previous commit
2008-10-06 Bernhard Reutner... - add libc_hidden_def(clock_getres) as spotted by Ned...
2008-10-06 Bernhard Reutner... - sync obstack.{c,h} with glibc (Peter S. Mazinger)
2008-10-06 Bernhard Reutner... - Fallback waitid impl (Peter S. Mazinger)
2008-10-06 Bernhard Reutner... - hide relocation (Peter S. Mazinger)
2008-10-06 Bernhard Reutner... - tweak inclusion of asm/socket.h for linux-2.4 (Peter...
2008-10-03 Bernhard Reutner... - add long double math wrappers (Ned Ludd)
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-10-01 Carmelo AmorosoFix compilation problem whit the following config options:
2008-09-30 Bernhard Reutner... - add missing const qualifier for !__NR_sched_setaffini...
2008-09-30 Bernhard Reutner... - remove some duplicate includes
2008-09-30 Bernhard Reutner... - fix compilation of UCLIBC_HAS_PTY && !ASSUME_DEVPTS...
2008-09-29 Bernhard Reutner... - add a copy of user_regs
2008-09-29 Bernhard Reutner... - honour UCLIBC_HAS_SYSLOG
2008-09-29 Bernhard Reutner... - now passes all LTP tests
2008-09-29 Carmelo Amorosoi18n: Fix mbrtowc function to handle 0xc0 and 0xc1...
2008-09-29 Bernhard Reutner... - fix ISO C keywords
2008-09-27 Denis Vlasenkogetgrouplist(): ...add files which I forgot to add.
2008-09-27 Denis Vlasenkoimplement getgrouplist()
2008-09-26 Mike Frysingeruse __UCLIBC_HAS_STUBS__
2008-09-26 Bernhard Reutner... - move libm_hidden_proto to the corresponding headers...
2008-09-26 Peter KjellerstedtRebased the memcpy() and memset() implementations for...
2008-09-26 Peter KjellerstedtCorrect _init()/_fini() for CRISv32 as suggested by...
2008-09-25 Bernhard Reutner... - cast both times to double for consistency
2008-09-25 Bernhard Reutner... - also clean .oS
2008-09-25 Bernhard Reutner... - disable gettext support in obstack.
2008-09-25 Bernhard Reutner... - fix compilation of legacy mode
2008-09-25 Bernhard Reutner... - add missing hidden_def
2008-09-25 Bernhard Reutner... - fix !LFS case for i386
2008-09-25 Bernhard Reutner... - arm eabi needs __UCLIBC_TRUNCATE64_HAS_4_ARGS__
2008-09-25 Carmelo Amorososh: Fix SYSCALL_INST_STRx to work for SH-2[A] core...
2008-09-25 Mike Frysingerdelete/init module functions are not 2.4 specific
2008-09-24 Bernhard Reutner... - only compile them if the respective syscalls are...
2008-09-24 Bernhard Reutner... - silence warning about possibly undefined preprocessor...
2008-09-24 Bernhard Reutner... - Fix arguments to compare function. Closes #1081
2008-09-22 Carmelo AmorosoAdd work-around for powerpc.
2008-09-21 Paul MundtFix up memset() argument ordering in open_memstream...
2008-09-19 Bernhard Reutner... - fix for r23427. Thanks to psm for mentioning this...
2008-09-19 Bernhard Reutner... - add posix_fadvise. Not yet tested most likely broken...
2008-09-19 Bernhard Reutner... - take LFS into account and add fallback via fadvise64
2008-09-19 Bernhard Reutner... - posix_fadvise64 for i386
2008-09-18 Carmelo AmorosoFix posix_fadvise[64] functions to return the error...
2008-09-18 Bernhard Reutner... - remove non stdc path (old style definitions). No...
2008-09-18 Bernhard Reutner... - exec_comm_child can not return ever
2008-09-17 Hans-Christian Egtvedtavr32: add defines and prototype function for sync_file...
2008-09-16 Bernhard Reutner... - sync_file_range(). Missed the i386 directory in previ...
2008-09-16 Carmelo AmorosoAdd INTERNAL_SYSCALL macros for sh
2008-09-16 Bernhard Reutner... - add sync_file_range()
2008-09-15 Bernhard Reutner... - commentary typo fix
2008-09-13 Chris Zankelxtensa: The Xtensa port needs to define the __UCLIBC_TR...
2008-09-13 Chris Zankelxtensa: The Xtensa-specific strcmp.S file is testing...
2008-09-12 Bernhard Reutner... - fix typo
2008-09-11 Bernhard Reutner... - whitespace fixes
2008-09-11 Bernhard Reutner... - remove gethostbyname_r relocation
2008-09-11 Bernhard Reutner... - remove posix_openpt relocation
2008-09-11 Bernhard Reutner... - fix typo
2008-09-11 Bernhard Reutner... - remove relocations for clock_getres
2008-09-09 Carmelo AmorosoAdd optimized memcpy implementation for sh4 (from Stuar...
2008-09-09 Carmelo AmorosoFix some locale multibyte tests failures ad below:
2008-09-09 Carmelo AmorosoFix problem in vfprintf when assertion are enabled.
2008-09-09 Carmelo AmorosoFill in termios_p data structure only if ioctl syscall
2008-09-09 Carmelo AmorosoHush compiler for extern inline warnings by using
2008-09-09 Carmelo AmorosoRevert latest changes. Instead of applying this work...
2008-09-09 Carmelo AmorosoUse getdents syscall if kernel provide supports for...
2008-09-04 Carmelo AmorosoFollow sh asm convention to indent the instruction...
2008-09-04 Paul MundtKill off the GOT lookup for init/fini in the sh crti...
2008-08-28 Ricard WanderlofMove ifaddrs.h from uClibc-internal location libc/inet...
2008-08-27 Bernhard Reutner... - remove a couple of duplicate includes
2008-08-27 Ricard WanderlofRemoved redundant includes.
2008-08-20 Bernhard Reutner... - Fix powerpc pread/pwrite (Wade Berrier)
2008-08-08 Carmelo AmorosoFix SH ldso sequence startup.
2008-08-06 Bernhard Reutner... - some more asm keyword fixes (Yann E. MORIN)
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-07-23 Bernhard Reutner... - fix asm and volatile keywords
2008-07-23 Haavard Skinnemoenavr32: Put underscores around asm, inline, etc.
2008-07-17 Bernhard Reutner... - pull fix for unwinding from the NPTL branch (Johannes...
2008-07-14 Bernhard Reutner... - improve UCLIBC_LINUX_SPECIFIC
2008-07-08 Carmelo Amorososh4 don't need to cope with older RLIMIT implementation.
2008-07-08 Denis VlasenkoNew .config option UCLIBC_HAS_STUBS, enables fork(...
2008-07-02 Carmelo AmorosoInclude errno.h from kernel headers instead of using...
2008-07-01 Ricard WanderlofSimplified check_pf() so it returns a bit vector in...
2008-06-28 Denis Vlasenko#include <ifaddrs.h> should be #include "ifaddrs.h"
2008-06-27 Mike Frysingerif argv[0] is NULL, dont try to parse it and subsequent...
2008-06-27 Ricard WanderlofRemoved include/ifaddrs.h and put contents in libc...
2008-06-27 Ricard WanderlofFixed #if -> #if defined.
2008-06-27 Ricard WanderlofAdded support for the AI_ADDRCONFIG flag in the hints...
2008-06-20 Bernhard Reutner... - make sure to build crti and crtn with PICFLAG
2008-06-17 Bernhard Reutner... - move stripping into do_ar resp compile-m for the...
2008-06-16 Bernhard Reutner... - fix build error
2008-06-12 Peter KjellerstedtInclude sys/syscall.h since we are checking for __NR_cl...
2008-06-12 Bernd SchmidtRevert revision 19347, plus libc_hidden_proto for __uc_...
2008-06-12 Bernd SchmidtRevert revision 19345 plus libc_hidden_proto for __uc_m...
2008-06-12 Bernd SchmidtRevert revision 19344 plus the libc_hidden_proto for...
2008-06-12 Bernd SchmidtRevert revision 19343 and also remove libc_hidden_proto...
2008-06-11 Bernd SchmidtFix two more cases where a libc_hidden_proto was added...
2008-06-11 Chris Zankelxtensa: Fix spill routine.
next