aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-27Don't use __warn_memset_zero_len for gcc-5.0 or newerSiddhesh Poyarekar2-0/+13
2014-11-27Fix stdio-common/tst-fmemopen.c format warnings.Joseph Myers2-2/+5
2014-11-27Fix nss/tst-nss-test1.c format warning.Joseph Myers2-1/+6
2014-11-26Avoid warnings for unused results in nscd/connections.c.Joseph Myers3-5/+15
2014-11-26Fix sysdeps/mips/__longjmp.c warning.Joseph Myers2-3/+4
2014-11-26Fix nptl/tst-cancel-self-cancelstate.c warning.Joseph Myers2-1/+4
2014-11-26Fix sysdeps/unix/sysv/linux/arm/libc-do-syscall.S warning.Joseph Myers2-0/+6
2014-11-26FIx ldbl-128ibm frexpl for 32-bit systems (bug 16619, bug 16740).Joseph Myers3-6/+11
2014-11-26Fix warnings in fwscanf / rewind tests.Joseph Myers3-0/+18
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