summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove last place for definition of IS_IN_* macrosSiddhesh Poyarekar
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar
2014-11-24Remove IS_IN_libpthreadSiddhesh Poyarekar
2014-11-24Remove IS_IN_librtSiddhesh Poyarekar
2014-11-24Remove IS_IN_libdlSiddhesh Poyarekar
2014-11-24Remove IS_IN_nscdSiddhesh Poyarekar
2014-11-24Remove IS_IN_ldconfigSiddhesh Poyarekar
2014-11-24Remove IS_IN_libcSiddhesh Poyarekar
2014-11-24Define IN_MODULE for translation units that define NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IN_LIBSiddhesh Poyarekar
2014-11-24Use MODULE_NAME in stap-probe instead of IN_LIBSiddhesh Poyarekar
2014-11-23hurd: Fix dlopening libraries from static programsSamuel Thibault
2014-11-22arm: drop EABI checkMike Frysinger
2014-11-21NPTL: Fix pthread_create regression from default-sched.h refactoring.Roland McGrath
2014-11-21AArch64: Reformat inline-asm in elf_machine_load_addressAndrew Pinski
2014-11-21AArch64: Use ELF macros rather than Elf64 throughoutWill Newton
2014-11-21AArch64: Update relocations for ILP32Will Newton
2014-11-21microblaze: 64b atomic operations are not supported.Torvald Riegel
2014-11-21BZ#16469: resolv: skip leading dot in domain to searchAlexandre Oliva
2014-11-21BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)Alexandre Oliva
2014-11-21BZ#14498: fix infinite loop in nss_db_getservbynameAlexandre Oliva
2014-11-21manual: fix addmntent's MT-Safety race annotationMa Shimiao
2014-11-21ctermid: return string literal, document MT-Safety pitfallAlexandre Oliva
2014-11-21manual: cuserid is mtasurace if not passed a stringAlexandre Oliva
2014-11-21Require check-safety.sh to pass; wish for check that all fns are documentedAlexandre Oliva
2014-11-20NPTL: Use __libc_fatal in unwind.c.Roland McGrath
2014-11-20NPTL: Conditionalize asynchronous cancellation support on [SIGCANCEL].Roland McGrath
2014-11-20NPTL: Refactor scheduler setup in pthread_create.Roland McGrath
2014-11-20Use C11 atomics in pthread_once.Torvald Riegel
2014-11-20Add tests for C11-like atomic operations.Torvald Riegel
2014-11-20Add atomic operations similar to those provided by C11.Torvald Riegel
2014-11-20Add arch-specific configuration for C11 atomics support.Torvald Riegel
2014-11-19NPTL: Don't (re)validate sched_priority in pthread_create.Roland McGrath
2014-11-19Test that pthread_create diagnoses invalid scheduling parameters.Roland McGrath
2014-11-19CVE-2014-7817: wordexp fails to honour WRDE_NOCMD.Carlos O'Donell
2014-11-19Auto-generate libc-modules.hSiddhesh Poyarekar
2014-11-19Fix -Wundef warning in SHLIB_COMPATSiddhesh Poyarekar
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar
2014-11-18NPTL: Add stub createthread.cRoland McGrath
2014-11-18NPTL: Move Linux-specific createthread.c to sysdeps.Roland McGrath
2014-11-18NPTL: Refactor createthread.cRoland McGrath
2014-11-18Fix libm mpone, mptwo namespace (bug 17616).Joseph Myers
2014-11-18Fix crossreference to nonexistent node BSD HandlerTom de Vries
2014-11-17alpha: Fix soft-fp breakageRichard Henderson
2014-11-14Remove sigvec.Roland McGrath
2014-11-14Remove x86_64 __GNUC_PREREQ (4, 6) conditional.Joseph Myers
2014-11-14Remove ARM __GNUC_PREREQ(4,4) conditionals.Joseph Myers
2014-11-14Only declare __sigpause in installed signal.h when necessary.Joseph Myers