aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-26Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.Joseph Myers14-177/+26
2014-11-26Fix test-strchr.c warnings for wide string testing.Joseph Myers2-3/+12
2014-11-26powerpc: Fix missing barriers in atomic_exchange_and_add_{acq,rel}Adhemerval Zanella5-0/+116
2014-11-26Fix synchronization of TPP min/max priorities.Torvald Riegel6-32/+81
2014-11-26Fix warning in setjmp/jmpbug.c.Joseph Myers2-1/+7
2014-11-25Fix warning in stdio-common/tst-printf-round.c.Joseph Myers2-1/+6
2014-11-25fnmatch: work around GCC compiler warning bug with uninit varPaul Eggert2-4/+18
2014-11-25Fix warning in posix/bug-regex31.c.Joseph Myers2-1/+5
2014-11-25powerpc: Fix __arch_compare_and_exchange_bool_64_relAnton Blanchard2-1/+6
2014-11-24sysdeps/x86_64/start.S doesn't have a .size elf directive for _start.Brooks Moses2-6/+6
2014-11-24Fix typo.Wilco Dijkstra1-1/+1
2014-11-24Update NEWS for bug 17608Florian Weimer1-1/+1
2014-11-24Define CLOCK_TAI on Linux (bug 17608)Ryan Cumming2-0/+7
2014-11-24Fix perror fileno namespace (bug 17633).Joseph Myers4-5/+11
2014-11-24Improve performance of strncpy.Wilco Dijkstra2-10/+10
2014-11-24Improve strcpy performance.Wilco Dijkstra2-12/+6
2014-11-24Speed up strcoll by inliningLeonhard Holz2-2/+7
2014-11-24Use IS_IN internally onlySiddhesh Poyarekar3-3/+14
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar317-447/+751
2014-11-24Remove last place for definition of IS_IN_* macrosSiddhesh Poyarekar2-1/+3
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar68-98/+169
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar67-68/+140
2014-11-24Remove IS_IN_libpthreadSiddhesh Poyarekar35-78/+113
2014-11-24Remove IS_IN_librtSiddhesh Poyarekar25-46/+73
2014-11-24Remove IS_IN_libdlSiddhesh Poyarekar10-9/+19
2014-11-24Remove IS_IN_nscdSiddhesh Poyarekar5-5/+10
2014-11-24Remove IS_IN_ldconfigSiddhesh Poyarekar4-3/+8
2014-11-24Remove IS_IN_libcSiddhesh Poyarekar3-5/+5
2014-11-24Define IN_MODULE for translation units that define NOT_IN_libcSiddhesh Poyarekar2-0/+3
2014-11-24Remove IN_LIBSiddhesh Poyarekar8-19/+20
2014-11-24Use MODULE_NAME in stap-probe instead of IN_LIBSiddhesh Poyarekar4-6/+21
2014-11-23hurd: Fix dlopening libraries from static programsSamuel Thibault2-0/+10
2014-11-22arm: drop EABI checkMike Frysinger3-27/+5
2014-11-21NPTL: Fix pthread_create regression from default-sched.h refactoring.Roland McGrath2-3/+15
2014-11-21AArch64: Reformat inline-asm in elf_machine_load_addressAndrew Pinski2-9/+15
2014-11-21AArch64: Use ELF macros rather than Elf64 throughoutWill Newton3-5/+11
2014-11-21AArch64: Update relocations for ILP32Will Newton3-9/+42
2014-11-21microblaze: 64b atomic operations are not supported.Torvald Riegel2-1/+6
2014-11-21BZ#16469: resolv: skip leading dot in domain to searchAlexandre Oliva2-3/+20
2014-11-21BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)Alexandre Oliva5-16/+85
2014-11-21BZ#14498: fix infinite loop in nss_db_getservbynameAlexandre Oliva4-9/+24
2014-11-21manual: fix addmntent's MT-Safety race annotationMa Shimiao2-1/+6
2014-11-21ctermid: return string literal, document MT-Safety pitfallAlexandre Oliva3-11/+21
2014-11-21manual: cuserid is mtasurace if not passed a stringAlexandre Oliva2-2/+9
2014-11-21Require check-safety.sh to pass; wish for check that all fns are documentedAlexandre Oliva3-1/+13
2014-11-20NPTL: Use __libc_fatal in unwind.c.Roland McGrath2-5/+4
2014-11-20NPTL: Conditionalize asynchronous cancellation support on [SIGCANCEL].Roland McGrath3-7/+24
2014-11-20NPTL: Refactor scheduler setup in pthread_create.Roland McGrath4-15/+91
2014-11-20Use C11 atomics in pthread_once.Torvald Riegel2-14/+14
2014-11-20Add tests for C11-like atomic operations.Torvald Riegel2-1/+133