summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2010-06-24libc: silence warnings about undefined cpp tokensBernhard Reutner-Fischer
2010-06-24fix race condition when generating linker scriptsBernhard Reutner-Fischer
2010-06-22MIPS: Fix build error with linuxthreads.oldAbdoulaye Walsimou Gaye
2010-06-17libc: define cfi_personality and cfi_lsdaBernhard Reutner-Fischer
2010-06-17libc: Fix non-NPTL threads buildCarmelo Amoroso
2010-06-14sh4: Fixes for SH-4 without an FPUCarmelo Amoroso
2010-06-11hcreate_r: silence warning in helper funcBernhard Reutner-Fischer
2010-06-11wordexp: silence warningBernhard Reutner-Fischer
2010-06-11silence some warnings about missing prototypesBernhard Reutner-Fischer
2010-06-07mips/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK definitions for mipsKhem Raj
2010-06-04strverscmp: I forgot to export itDenys Vlasenko
2010-06-01inotify: add inotify_init1 system call supportVladimir Zapolskiy
2010-06-01bits/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK supportVladimir Zapolskiy
2010-05-19mips: Add vfork to libcKhem Raj
2010-05-17static build: define pthreads wrappers only for threaded buildsTimo Teräs
2010-05-17some (all?) archs don't define asm, so use builtin __asm__Austin Foxley
2010-05-17workaround GCC PR32219Denys Vlasenko
2010-05-09powerpc: Add TLS and NPTL supportKhem Raj
2010-05-07resolv: various memory corruption and off by one fixesTimo Teras
2010-05-07static build: fix internal locking weaks to get pulled in alwaysTimo Teras
2010-04-29time.c: fix unreadable code style: assignments within if(), misplaced commentsDenys Vlasenko
2010-04-29optional /etc/localtime supportDenys Vlasenko
2010-04-28fix a few build errors for the no threads caseAustin Foxley
2010-04-27MIPS: restore INLINE_SYSCALL macroGabor Juhos
2010-04-27nptl: mips needs updated clone() implementationAndreas Schultz
2010-04-27libc/x86_64: use ELF-compatible definitions for assemblerRoman I Khimov
2010-04-27libc/regex: fix internal_function declarationsRoman I Khimov
2010-04-25enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley
2010-04-25libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso
2010-04-22nptl: fix libc internal, dynamically enabled lockingTimo Teräs
2010-04-22nptl: fix malloc library lockingTimo Teräs
2010-04-22nptl: proper soname handlingNatanael Copa
2010-04-20nptl: remove unneeded libc-lock.h includeTimo Teräs
2010-04-16libc: remove libc weak __pthreads_* wrappersTimo Teras
2010-04-15nptl: fix libc sigtimedwaitTimo Teräs
2010-04-15nptl: fix libc sigaction signal checkingTimo Teräs
2010-04-12Merge remote branch 'origin/master' into nptlAustin Foxley
2010-04-12libc_regex: __libc_lock primitives are actually available on uClibcCarmelo Amoroso
2010-04-12libc_regex: __libc_lock primitives are actually available on uClibcCarmelo Amoroso
2010-04-09resolv: tentatively fix usage of uninitialized DNS parametersDenys Vlasenko
2010-04-09Fixes NPTL build on x86.Natanael Copa
2010-04-08confstr: properly stringify version partsBernhard Reutner-Fischer
2010-04-06correctly quote version in confstrAustin Foxley
2010-04-06Merge commit 'origin/master' into nptlAustin Foxley
2010-04-06getconf: print arbitrary GNU_LIBPTHREAD_VERSION stringBernhard Reutner-Fischer
2010-04-06Fix use-after-free bug in __dns_lookupGabor Juhos
2010-04-06i386/bits/syscalls.h: more compact, but stack-hungry syscall code. disabled s...Denys Vlasenko
2010-04-06i386/bits/syscalls.h: explain _BITS_SYSCALLS_ASMDenys Vlasenko
2010-04-06i386/bits/syscalls.h: generate better code using more restrictive asm constra...Denys Vlasenko
2010-04-06i386/bits/syscalls.h: explain how it works. no code changesDenys Vlasenko