about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Remove configure tests for assembler CFI support.Joseph Myers2014-06-2611-246/+57
* Fix Wundef warning for WIDE_CHAR_VERSIONSiddhesh Poyarekar2014-06-263-13/+20
* Fix Wundef warning for ELF_MACHINE_NO_RELASiddhesh Poyarekar2014-06-2617-1/+35
* Fix Wundef warning for SEPARATE_KEYSiddhesh Poyarekar2014-06-262-20/+7
* S390: Consolidate nptl/ subdirectories under linux/...Roland McGrath2014-06-2631-13/+70
* Move remaining S390 code out of nptl/.Roland McGrath2014-06-2629-22/+81
* S390: Consolidate NPTL/non versions of vforkRoland McGrath2014-06-268-117/+31
* S390: Consolidate NPTL/non versions of cloneRoland McGrath2014-06-265-22/+6
* AArch64: Consolidate nptl/ subdirectories under linux/...Roland McGrath2014-06-2621-0/+44
* MIPS: Consolidate NPTL/non versions of cloneRoland McGrath2014-06-253-10/+6
* Remove __ASSUME_O_CLOEXEC / O_CLOEXEC conditionals in sysdeps/unix/sysv/linux/.Joseph Myers2014-06-254-56/+15
* Move USE_REGPARMS define to sysdeps/i386/configure.ac.Joseph Myers2014-06-255-9/+10
* Remove stray includes of kernel-features.h.Joseph Myers2014-06-25130-185/+130
* Remove BROKEN_PPC_ASM_CR0 configure test.Joseph Myers2014-06-254-50/+4
* Move base_machine and machine settings from configure.ac to sysdeps preconfig...Joseph Myers2014-06-258-71/+65
* SPARC: Consolidate unnecessary nptl/ subdirectories.Roland McGrath2014-06-2533-8/+68
* SPARC: Consolidate nptl/ subdirectories under linux/...Roland McGrath2014-06-2531-0/+75
* Update timezone code from tzcode 2014e.Joseph Myers2014-06-256-84/+145
* Remove __ASSUME_XFS_RESTRICTED_CHOWN.Joseph Myers2014-06-253-34/+9
* ARM: Add support for AT_HWCAP2 in _dl_procinfoWill Newton2014-06-253-28/+56
* Update powerpc-fpu ULPs.Adhemerval Zanella2014-06-252-4/+70
* Update README and NEWS for ports directory removal.Joseph Myers2014-06-253-4/+6
* Remove __ASSUME_UTIMENSAT.Joseph Myers2014-06-253-88/+11
* Fix exp10 spurious underflows (bug 16560).Joseph Myers2014-06-257-0/+709
* Remove __ASSUME_COMPLETE_READV_WRITEV.Joseph Myers2014-06-254-52/+23
* sysdeps/posix/tempname.c: Merge from gnulibWill Newton2014-06-252-62/+30
* m68k: Add compat symbols for scalbln*Andreas Schwab2014-06-252-0/+12
* Add compat symbols for scalb* in i386Siddhesh Poyarekar2014-06-255-1/+23
* x86: Consolidate unnecessary nptl/ subdirectories.Roland McGrath2014-06-2412-4/+25
* Fix x86/x86_64 expm1l spurious underflow exceptions (bug 16539).Joseph Myers2014-06-246-11/+122
* Fix ldbl-128 erfl spurious underflows (bug 16287).Joseph Myers2014-06-245-12/+324
* Move architecture cases out of sysdeps/unix/sysv/linux/configure.ac.Joseph Myers2014-06-2417-120/+83
* Fix namespace violation in pthreadtypes.h (BZ #17084)Siddhesh Poyarekar2014-06-243-4/+10
* Add bug 16918 to NEWS.Wilco2014-06-242-3/+8
* Revert "Add bug 16918 to NEWS."Marcus Shawcroft2014-06-242-12/+3
* Optimize fesetenvWilco2014-06-242-15/+24
* Add _FPU_MASK_RM and use it instead of FE_TOWARDZERO.Wilco2014-06-245-13/+23
* Remove an unused include.Wilco2014-06-242-1/+4
* Cleanup fenv implementationWilco2014-06-245-4/+7
* Add bug 16918 to NEWS.Wilco2014-06-242-3/+12
* Rewrite feupdateenvWilco2014-06-242-6/+44
* Speed up the ARM fenv implementation by avoiding unnecessary FPSCRWilco2014-06-246-23/+38
* Use libc calls defined by fenv_private.h to implement several fenv functionsWilco2014-06-247-102/+75
* Fix build warning in pthread_rwlock_*Siddhesh Poyarekar2014-06-242-1/+4
* Print offending diff when check-abi failsSiddhesh Poyarekar2014-06-242-1/+7
* Add missing #include in get-rounding-mode.hRoland McGrath2014-06-232-0/+4
* Remove an unused variable in fstatvfs.Roland McGrath2014-06-232-1/+5
* Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ...Joseph Myers2014-06-2310-338/+458
* Set errno for y1 overflow (bug 17050).Joseph Myers2014-06-238-5/+1796
* Test cpow in all rounding modes.Joseph Myers2014-06-238-135/+251