Age | Commit message (Expand) | Author | Files | Lines |
2014-11-27 | Recognize recent x86 CPUs in string.h | J. Brown | 2 | -1/+10 |
2014-11-27 | Avoid deprecated sigblock in misc/tst-pselect.c. | Joseph Myers | 2 | -2/+8 |
2014-11-27 | Fix libio/bug-ungetwc1.c warning. | Joseph Myers | 2 | -2/+22 |
2014-11-27 | Fix dlfcn/failtestmod.c warning. | Joseph Myers | 2 | -2/+6 |
2014-11-27 | Add missing include of libc-internal.h. | Stefan Liebler | 2 | -0/+6 |
2014-11-27 | Don't use __warn_memset_zero_len for gcc-5.0 or newer | Siddhesh Poyarekar | 2 | -0/+13 |
2014-11-27 | Fix stdio-common/tst-fmemopen.c format warnings. | Joseph Myers | 2 | -2/+5 |
2014-11-27 | Fix nss/tst-nss-test1.c format warning. | Joseph Myers | 2 | -1/+6 |
2014-11-26 | Avoid warnings for unused results in nscd/connections.c. | Joseph Myers | 3 | -5/+15 |
2014-11-26 | Fix sysdeps/mips/__longjmp.c warning. | Joseph Myers | 2 | -3/+4 |
2014-11-26 | Fix nptl/tst-cancel-self-cancelstate.c warning. | Joseph Myers | 2 | -1/+4 |
2014-11-26 | Fix sysdeps/unix/sysv/linux/arm/libc-do-syscall.S warning. | Joseph Myers | 2 | -0/+6 |
2014-11-26 | FIx ldbl-128ibm frexpl for 32-bit systems (bug 16619, bug 16740). | Joseph Myers | 3 | -6/+11 |
2014-11-26 | Fix warnings in fwscanf / rewind tests. | Joseph Myers | 3 | -0/+18 |
2014-11-26 | Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests. | Joseph Myers | 14 | -177/+26 |
2014-11-26 | Fix test-strchr.c warnings for wide string testing. | Joseph Myers | 2 | -3/+12 |
2014-11-26 | powerpc: Fix missing barriers in atomic_exchange_and_add_{acq,rel} | Adhemerval Zanella | 5 | -0/+116 |
2014-11-26 | Fix synchronization of TPP min/max priorities. | Torvald Riegel | 6 | -32/+81 |
2014-11-26 | Fix warning in setjmp/jmpbug.c. | Joseph Myers | 2 | -1/+7 |
2014-11-25 | Fix warning in stdio-common/tst-printf-round.c. | Joseph Myers | 2 | -1/+6 |
2014-11-25 | fnmatch: work around GCC compiler warning bug with uninit var | Paul Eggert | 2 | -4/+18 |
2014-11-25 | Fix warning in posix/bug-regex31.c. | Joseph Myers | 2 | -1/+5 |
2014-11-25 | powerpc: Fix __arch_compare_and_exchange_bool_64_rel | Anton Blanchard | 2 | -1/+6 |
2014-11-24 | sysdeps/x86_64/start.S doesn't have a .size elf directive for _start. | Brooks Moses | 2 | -6/+6 |
2014-11-24 | Fix typo. | Wilco Dijkstra | 1 | -1/+1 |
2014-11-24 | Update NEWS for bug 17608 | Florian Weimer | 1 | -1/+1 |
2014-11-24 | Define CLOCK_TAI on Linux (bug 17608) | Ryan Cumming | 2 | -0/+7 |
2014-11-24 | Fix perror fileno namespace (bug 17633). | Joseph Myers | 4 | -5/+11 |
2014-11-24 | Improve performance of strncpy. | Wilco Dijkstra | 2 | -10/+10 |
2014-11-24 | Improve strcpy performance. | Wilco Dijkstra | 2 | -12/+6 |
2014-11-24 | Speed up strcoll by inlining | Leonhard Holz | 2 | -2/+7 |
2014-11-24 | Use IS_IN internally only | Siddhesh Poyarekar | 3 | -3/+14 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 317 | -447/+751 |
2014-11-24 | Remove last place for definition of IS_IN_* macros | Siddhesh Poyarekar | 2 | -1/+3 |
2014-11-24 | Remove IS_IN_rtld | Siddhesh Poyarekar | 68 | -98/+169 |
2014-11-24 | Remove IS_IN_libm | Siddhesh Poyarekar | 67 | -68/+140 |
2014-11-24 | Remove IS_IN_libpthread | Siddhesh Poyarekar | 35 | -78/+113 |
2014-11-24 | Remove IS_IN_librt | Siddhesh Poyarekar | 25 | -46/+73 |
2014-11-24 | Remove IS_IN_libdl | Siddhesh Poyarekar | 10 | -9/+19 |
2014-11-24 | Remove IS_IN_nscd | Siddhesh Poyarekar | 5 | -5/+10 |
2014-11-24 | Remove IS_IN_ldconfig | Siddhesh Poyarekar | 4 | -3/+8 |
2014-11-24 | Remove IS_IN_libc | Siddhesh Poyarekar | 3 | -5/+5 |
2014-11-24 | Define IN_MODULE for translation units that define NOT_IN_libc | Siddhesh Poyarekar | 2 | -0/+3 |
2014-11-24 | Remove IN_LIB | Siddhesh Poyarekar | 8 | -19/+20 |
2014-11-24 | Use MODULE_NAME in stap-probe instead of IN_LIB | Siddhesh Poyarekar | 4 | -6/+21 |
2014-11-23 | hurd: Fix dlopening libraries from static programs | Samuel Thibault | 2 | -0/+10 |
2014-11-22 | arm: drop EABI check | Mike Frysinger | 3 | -27/+5 |
2014-11-21 | NPTL: Fix pthread_create regression from default-sched.h refactoring. | Roland McGrath | 2 | -3/+15 |
2014-11-21 | AArch64: Reformat inline-asm in elf_machine_load_address | Andrew Pinski | 2 | -9/+15 |
2014-11-21 | AArch64: Use ELF macros rather than Elf64 throughout | Will Newton | 3 | -5/+11 |