about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-0/+324
* Remove last place for definition of IS_IN_* macrosSiddhesh Poyarekar2014-11-241-0/+2
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-241-0/+71
* Remove IS_IN_libmSiddhesh Poyarekar2014-11-241-0/+72
* Remove IS_IN_libpthreadSiddhesh Poyarekar2014-11-241-0/+35
* Remove IS_IN_librtSiddhesh Poyarekar2014-11-241-0/+27
* Remove IS_IN_libdlSiddhesh Poyarekar2014-11-241-0/+10
* Remove IS_IN_nscdSiddhesh Poyarekar2014-11-241-0/+5
* Remove IS_IN_ldconfigSiddhesh Poyarekar2014-11-241-0/+5
* Remove IS_IN_libcSiddhesh Poyarekar2014-11-241-0/+4
* Define IN_MODULE for translation units that define NOT_IN_libcSiddhesh Poyarekar2014-11-241-0/+2
* Remove IN_LIBSiddhesh Poyarekar2014-11-241-0/+8
* Use MODULE_NAME in stap-probe instead of IN_LIBSiddhesh Poyarekar2014-11-241-0/+11
* hurd: Fix dlopening libraries from static programsSamuel Thibault2014-11-231-0/+5
* arm: drop EABI checkMike Frysinger2014-11-221-0/+5
* NPTL: Fix pthread_create regression from default-sched.h refactoring.Roland McGrath2014-11-211-0/+6
* AArch64: Reformat inline-asm in elf_machine_load_addressAndrew Pinski2014-11-211-0/+3
* AArch64: Use ELF macros rather than Elf64 throughoutWill Newton2014-11-211-0/+6
* AArch64: Update relocations for ILP32Will Newton2014-11-211-0/+19
* microblaze: 64b atomic operations are not supported.Torvald Riegel2014-11-211-0/+5
* BZ#16469: resolv: skip leading dot in domain to searchAlexandre Oliva2014-11-211-0/+6
* BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)Alexandre Oliva2014-11-211-0/+9
* BZ#14498: fix infinite loop in nss_db_getservbynameAlexandre Oliva2014-11-211-0/+9
* manual: fix addmntent's MT-Safety race annotationMa Shimiao2014-11-211-0/+5
* ctermid: return string literal, document MT-Safety pitfallAlexandre Oliva2014-11-211-0/+8
* manual: cuserid is mtasurace if not passed a stringAlexandre Oliva2014-11-211-0/+6
* Require check-safety.sh to pass; wish for check that all fns are documentedAlexandre Oliva2014-11-211-0/+7
* NPTL: Use __libc_fatal in unwind.c.Roland McGrath2014-11-201-0/+2
* NPTL: Conditionalize asynchronous cancellation support on [SIGCANCEL].Roland McGrath2014-11-201-0/+5
* NPTL: Refactor scheduler setup in pthread_create.Roland McGrath2014-11-201-0/+8
* Use C11 atomics in pthread_once.Torvald Riegel2014-11-201-0/+5
* Add tests for C11-like atomic operations.Torvald Riegel2014-11-201-0/+4
* Add atomic operations similar to those provided by C11.Torvald Riegel2014-11-201-0/+15
* Add arch-specific configuration for C11 atomics support.Torvald Riegel2014-11-201-0/+45
* NPTL: Don't (re)validate sched_priority in pthread_create.Roland McGrath2014-11-191-0/+4
* Test that pthread_create diagnoses invalid scheduling parameters.Roland McGrath2014-11-191-0/+5
* CVE-2014-7817: wordexp fails to honour WRDE_NOCMD.Carlos O'Donell2014-11-191-0/+22
* Auto-generate libc-modules.hSiddhesh Poyarekar2014-11-191-0/+17
* Fix -Wundef warning in SHLIB_COMPATSiddhesh Poyarekar2014-11-191-0/+2
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-191-0/+24
* NPTL: Add stub createthread.cRoland McGrath2014-11-181-0/+2
* NPTL: Move Linux-specific createthread.c to sysdeps.Roland McGrath2014-11-181-0/+3
* NPTL: Refactor createthread.cRoland McGrath2014-11-181-0/+24
* Fix libm mpone, mptwo namespace (bug 17616).Joseph Myers2014-11-181-0/+39
* Fix crossreference to nonexistent node BSD HandlerTom de Vries2014-11-181-0/+4
* alpha: Fix soft-fp breakageRichard Henderson2014-11-171-0/+22
* Remove sigvec.Roland McGrath2014-11-141-0/+22
* Remove x86_64 __GNUC_PREREQ (4, 6) conditional.Joseph Myers2014-11-141-0/+5
* Remove ARM __GNUC_PREREQ(4,4) conditionals.Joseph Myers2014-11-141-0/+7
* Only declare __sigpause in installed signal.h when necessary.Joseph Myers2014-11-141-0/+11