summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* libc: define cfi_personality and cfi_lsdaBernhard Reutner-Fischer2010-06-171-0/+11
* libc: Fix non-NPTL threads buildCarmelo Amoroso2010-06-171-1/+3
* sh4: Fixes for SH-4 without an FPUCarmelo Amoroso2010-06-143-3/+7
* hcreate_r: silence warning in helper funcBernhard Reutner-Fischer2010-06-111-4/+4
* wordexp: silence warningBernhard Reutner-Fischer2010-06-111-1/+2
* silence some warnings about missing prototypesBernhard Reutner-Fischer2010-06-115-4/+6
* mips/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK definitions for mipsKhem Raj2010-06-071-7/+21
* strverscmp: I forgot to export itDenys Vlasenko2010-06-041-0/+1
* inotify: add inotify_init1 system call supportVladimir Zapolskiy2010-06-012-0/+17
* bits/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK supportVladimir Zapolskiy2010-06-011-1/+11
* mips: Add vfork to libcKhem Raj2010-05-192-3/+8
* static build: define pthreads wrappers only for threaded buildsTimo Teräs2010-05-171-0/+2
* some (all?) archs don't define asm, so use builtin __asm__Austin Foxley2010-05-171-1/+1
* workaround GCC PR32219Denys Vlasenko2010-05-171-2/+13
* powerpc: Add TLS and NPTL supportKhem Raj2010-05-0912-336/+724
* resolv: various memory corruption and off by one fixesTimo Teras2010-05-071-4/+8
* static build: fix internal locking weaks to get pulled in alwaysTimo Teras2010-05-073-41/+35
* time.c: fix unreadable code style: assignments within if(), misplaced commentsDenys Vlasenko2010-04-291-35/+48
* optional /etc/localtime supportDenys Vlasenko2010-04-291-3/+41
* fix a few build errors for the no threads caseAustin Foxley2010-04-282-0/+3
* MIPS: restore INLINE_SYSCALL macroGabor Juhos2010-04-271-2/+2
* nptl: mips needs updated clone() implementationAndreas Schultz2010-04-271-59/+97
* libc/x86_64: use ELF-compatible definitions for assemblerRoman I Khimov2010-04-271-17/+1
* libc/regex: fix internal_function declarationsRoman I Khimov2010-04-271-5/+5
* enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley2010-04-251-2/+0
* libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso2010-04-2519-206/+93
* nptl: fix libc internal, dynamically enabled lockingTimo Teräs2010-04-223-12/+46
* nptl: fix malloc library lockingTimo Teräs2010-04-222-10/+8
* nptl: proper soname handlingNatanael Copa2010-04-221-5/+5
* nptl: remove unneeded libc-lock.h includeTimo Teräs2010-04-201-1/+0
* libc: remove libc weak __pthreads_* wrappersTimo Teras2010-04-166-82/+22
* nptl: fix libc sigtimedwaitTimo Teräs2010-04-151-2/+3
* nptl: fix libc sigaction signal checkingTimo Teräs2010-04-152-19/+0
* Merge remote branch 'origin/master' into nptlAustin Foxley2010-04-122-8/+7
|\
| * libc_regex: __libc_lock primitives are actually available on uClibcCarmelo Amoroso2010-04-122-3/+6
| * resolv: tentatively fix usage of uninitialized DNS parametersDenys Vlasenko2010-04-091-4/+2
| * confstr: properly stringify version partsBernhard Reutner-Fischer2010-04-081-3/+5
* | libc_regex: __libc_lock primitives are actually available on uClibcCarmelo Amoroso2010-04-122-3/+6
* | Fixes NPTL build on x86.Natanael Copa2010-04-091-1/+1
* | correctly quote version in confstrAustin Foxley2010-04-061-3/+4
* | Merge commit 'origin/master' into nptlAustin Foxley2010-04-066-161/+229
|\|
| * getconf: print arbitrary GNU_LIBPTHREAD_VERSION stringBernhard Reutner-Fischer2010-04-061-0/+18
| * Fix use-after-free bug in __dns_lookupGabor Juhos2010-04-061-3/+1
| * i386/bits/syscalls.h: more compact, but stack-hungry syscall code. disabled s...Denys Vlasenko2010-04-061-18/+78
| * i386/bits/syscalls.h: explain _BITS_SYSCALLS_ASMDenys Vlasenko2010-04-061-45/+9
| * i386/bits/syscalls.h: generate better code using more restrictive asm constra...Denys Vlasenko2010-04-061-4/+11
| * i386/bits/syscalls.h: explain how it works. no code changesDenys Vlasenko2010-04-061-100/+116
| * utent: do not create extra static functions if !THREADSDenys Vlasenko2010-04-051-37/+49
| * regex_old: convert static flag variable to smallintDenys Vlasenko2010-04-052-10/+4
| * getutid is not used internally, removing hidden_protoDenys Vlasenko2010-04-051-4/+3