OSDN Git Service

getproto: increase line buffer size, simlify and fix alias handling
[uclinux-h8/uClibc.git] / libc /
2010-10-14 Natanael Copagetproto: increase line buffer size, simlify and fix...
2010-10-14 Natanael Copagetnet: simplify alias handling and reduce MAXALIASES
2010-10-14 Natanael Copagetservice: fix handling of long lines
2010-10-14 Natanael Copaparse_config: discard rest of incomplete line
2010-10-14 Natanael Copaconfig parser: always initialize line pointer
2010-10-14 Natanael Copagetservice: getservent_r must return ERANGE when buffer...
2010-10-14 Natanael Copaconfig parser: do not assume that realloc return same...
2010-10-01 Austin Foxleysparc: pipe.S
2010-09-20 Carmelo Amorosonptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC...
2010-09-17 Carmelo Amorosolibc: Handle cancellation in non multiplexed socket...
2010-09-16 Carmelo Amorosonptl_sh: Fix compiler warning due to shadowed variable
2010-09-16 Carmelo Amorosolibc: Add canonicalize_file_name function
2010-09-15 Salvatore Crosh: update the memcpy adding a new loop with aggressive...
2010-09-15 Salvatore Crosh: move data without fetching cache block within the...
2010-09-15 Salvatore Crolibc: Fix cancellation handling in some C functions
2010-09-14 Salvatore Cromisc: utmpx based logging support
2010-09-05 Abdoulaye Walsimou... misc: Fix build error about missing PAGE_SIZE
2010-08-31 Carmelo Amorosolibc: Provide both getpgid and __getpgid symbols
2010-08-28 Timo TeräsFix resolver broken in NPTL build
2010-08-26 Denys Vlasenko_uintmaxtostr: fix indentation (spaces->tabs), no code...
2010-08-19 Bernhard Reutner... resolv: simplify MAXALIAS handling
2010-08-19 Bernhard Reutner... getserv: fix reading services lines w > 80 chars
2010-08-06 Timo Teräsconfig parser: fix memory corruption
2010-08-05 Bernhard Reutner... nptl i686: avoid cpp problems with thunk section
2010-08-05 Bernhard Reutner... resolver: switch to config parser
2010-08-05 Bernhard Reutner... getnet: switch to config parser
2010-08-05 Bernhard Reutner... getproto: switch to config parser
2010-08-05 Bernhard Reutner... usershell: switch to config parser
2010-08-05 Bernhard Reutner... switch getservice to config parser
2010-08-05 Bernhard Reutner... sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSOR...
2010-08-05 Bernhard Reutner... add config parser
2010-08-05 Henning Heinoldmath: isnan is a C99 feature
2010-08-02 Bernhard Reutner... nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6
2010-07-28 Ingo van LilImmediately try next nameserver on recv() failure
2010-07-27 Mike Frysingermalloc: simplify MAP_UNINITIALIZE ifdef logic
2010-07-27 Mike Frysingernew helper funcs for alloca/malloc with mmu/nommu
2010-07-27 Bernhard Reutner... remove trailing comma in enum
2010-07-27 Bernhard Reutner... silence warning about incompatible types with _dl_init_...
2010-07-27 Steven J. Magnanimalloc-simple: Make calloc() return zeroed memory
2010-07-27 Vladimir Zapolskiylutimes: add lutimes support
2010-07-27 David A RamosFix ctime() standard compliance bug
2010-07-27 Mike Frysingerdaemon: drop cruft incorrectly re-introduced by nptl...
2010-07-27 Mike Frysingerbfin: pull in common/sysdep.h
2010-07-27 Mike Frysingermsync: skip if syscall is missing
2010-07-27 Mike Frysingernommu: fix building of fork.c when stubs are disabled
2010-07-27 Mike Frysingerbfin: add exec stack markings to assembly files
2010-07-22 Khem Rajarm/crt1.S: Avoid dependency on PC+4 or PC+8
2010-07-15 Khem Rajarm: Macros in sysdeps/linux/arm also needed to be...
2010-07-14 Bernhard Reutner... silence shadow warnings
2010-07-09 Khem Rajinclude/param.h: Dont use ARG_MAX from kernel headers
2010-07-07 Khem Rajarm: Silence warning about shadow declarations
2010-07-06 Bernhard Reutner... nptl: fix buildsys
2010-07-06 Austin FoxleyRevert "don't make __errno_location / __h_errno_locatio...
2010-07-05 Peter Korsgaarddon't make __errno_location / __h_errno_location hidden
2010-07-03 Austin Foxleyremove extra comma in lock macro
2010-06-30 Timo Teräsmore workarounds for GCC PR32219
2010-06-30 Khem Rajmips/syscall-error: Choose the correct version for...
2010-06-30 Khem Rajnptl/errno: Use a separate __errno_location for libpthread.
2010-06-28 Bernhard Reutner... remove redundant args to do_ln
2010-06-24 Bernhard Reutner... use uniform form of C99 keywords
2010-06-24 Bernhard Reutner... libc: silence warnings about undefined cpp tokens
2010-06-24 Bernhard Reutner... fix race condition when generating linker scripts
2010-06-22 Abdoulaye Walsimou... MIPS: Fix build error with linuxthreads.old
2010-06-17 Bernhard Reutner... libc: define cfi_personality and cfi_lsda
2010-06-17 Carmelo Amorosolibc: Fix non-NPTL threads build
2010-06-14 Carmelo Amorososh4: Fixes for SH-4 without an FPU
2010-06-11 Bernhard Reutner... hcreate_r: silence warning in helper func
2010-06-11 Bernhard Reutner... wordexp: silence warning
2010-06-11 Bernhard Reutner... silence some warnings about missing prototypes
2010-06-07 Khem Rajmips/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK defin...
2010-06-04 Denys Vlasenkostrverscmp: I forgot to export it
2010-06-01 Vladimir Zapolskiyinotify: add inotify_init1 system call support
2010-06-01 Vladimir Zapolskiybits/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK support
2010-05-19 Khem Rajmips: Add vfork to libc
2010-05-17 Timo Terässtatic build: define pthreads wrappers only for threade...
2010-05-17 Austin Foxleysome (all?) archs don't define asm, so use builtin...
2010-05-17 Denys Vlasenkoworkaround GCC PR32219
2010-05-10 Khem Rajpowerpc: Add TLS and NPTL support
2010-05-07 Timo Terasresolv: various memory corruption and off by one fixes
2010-05-07 Timo Terasstatic build: fix internal locking weaks to get pulled...
2010-04-29 Denys Vlasenkotime.c: fix unreadable code style: assignments within...
2010-04-29 Denys Vlasenkooptional /etc/localtime support
2010-04-28 Austin Foxleyfix a few build errors for the no threads case
2010-04-27 Gabor JuhosMIPS: restore INLINE_SYSCALL macro
2010-04-27 Andreas Schultznptl: mips needs updated clone() implementation
2010-04-27 Roman I Khimovlibc/x86_64: use ELF-compatible definitions for assembler
2010-04-27 Roman I Khimovlibc/regex: fix internal_function declarations
2010-04-26 Austin Foxleyenable building __fcntl_nocancel, as it used unconditio...
2010-04-25 Carmelo Amorosolibc: Remove compiler warning due to old-style function...
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-22 Timo Teräsnptl: fix libc internal, dynamically enabled locking
2010-04-22 Timo Teräsnptl: fix malloc library locking
2010-04-22 Natanael Copanptl: proper soname handling
2010-04-20 Timo Teräsnptl: remove unneeded libc-lock.h include
2010-04-16 Timo Teraslibc: remove libc weak __pthreads_* wrappers
2010-04-15 Timo Teräsnptl: fix libc sigtimedwait
2010-04-15 Timo Teräsnptl: fix libc sigaction signal checking
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-12 Carmelo Amorosolibc_regex: __libc_lock primitives are actually availab...
next