aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-20Add atomic operations similar to those provided by C11.Torvald Riegel2-0/+227
2014-11-20Add arch-specific configuration for C11 atomics support.Torvald Riegel22-0/+119
2014-11-19NPTL: Don't (re)validate sched_priority in pthread_create.Roland McGrath2-20/+5
2014-11-19Test that pthread_create diagnoses invalid scheduling parameters.Roland McGrath3-1/+104
2014-11-19CVE-2014-7817: wordexp fails to honour WRDE_NOCMD.Carlos O'Donell4-13/+77
2014-11-19Auto-generate libc-modules.hSiddhesh Poyarekar6-47/+91
2014-11-19Fix -Wundef warning in SHLIB_COMPATSiddhesh Poyarekar2-1/+3
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar18-28/+134
2014-11-18NPTL: Add stub createthread.cRoland McGrath2-0/+49
2014-11-18NPTL: Move Linux-specific createthread.c to sysdeps.Roland McGrath2-0/+3
2014-11-18NPTL: Refactor createthread.cRoland McGrath3-169/+240
2014-11-18Fix libm mpone, mptwo namespace (bug 17616).Joseph Myers10-34/+53
2014-11-18Fix crossreference to nonexistent node BSD HandlerTom de Vries2-1/+5
2014-11-17alpha: Fix soft-fp breakageRichard Henderson14-62/+95
2014-11-14Remove sigvec.Roland McGrath10-312/+209
2014-11-14Remove x86_64 __GNUC_PREREQ (4, 6) conditional.Joseph Myers2-10/+6
2014-11-14Remove ARM __GNUC_PREREQ(4,4) conditionals.Joseph Myers2-16/+8
2014-11-14Only declare __sigpause in installed signal.h when necessary.Joseph Myers4-5/+13
2014-11-14Fix sparc build.David S. Miller2-0/+6
2014-11-14Require GCC 4.6 or later to build glibc.Joseph Myers6-8/+25