about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Use REGISTERS_CLOBBERED_BY_SYSCALL hjl/pr19363/clobberH.J. Lu2015-12-141-9/+9
* Add REGISTERS_CLOBBERED_BY_SYSCALLH.J. Lu2015-12-141-2/+5
* Use INTERNAL_SYSCALL_TIMES for Linux timesH.J. Lu2015-12-142-1/+36
* Make obsolete syscall wrappers into compat symbols (bug 18472).Joseph Myers2015-12-148-48/+58
* Cleanup ARM ioperm implementationAurelien Jarno2015-12-122-9/+11
* Fix indentation.Steve Ellcey2015-12-112-1/+8
* Fix indentation.Steve Ellcey2015-12-112-1/+5
* Fix indentation.Steve Ellcey2015-12-112-2/+6
* Automate LC_CTYPE generation for tr_TR, update to Unicode 8.0.0 (bug 18491).Joseph Myers2015-12-115-1032/+1838
* grantpt: trust the kernel about pty group and permission modeAurelien Jarno2015-12-102-2/+27
* Split large string section; add truncation advicePaul Eggert2015-12-107-227/+263
* Document best practice for disconnected NSS modules.Carlos O'Donell2015-12-102-0/+12
* Update to Unicode 8.0.0.Mike FABIAN2015-12-1017-1363/+5986
* Update da, nb, nn, and sv locales (Bug 89)Mike FABIAN2015-12-094-3/+67
* Update transliteration support to Unicode 7.0.0.Carlos O'Donell2015-12-0918-713/+3928
* Regenerate locale/C-translit.h.Carlos O'Donell2015-12-092-629/+633
* Generic updates to transliterations.Mike FABIAN2015-12-094-7/+479
* Fix ldbl-128ibm logl inaccuracy near 1 (bug 19351).Joseph Myers2015-12-092-1/+6
* Fix ldbl-128ibm sinhl spurious overflows (bug 19350).Joseph Myers2015-12-092-1/+5
* Fix ldbl-128ibm tanhl inaccuracy for small arguments (bug 19349).Joseph Myers2015-12-092-1/+5
* Use direct socket syscalls for new kernels on i386, m68k, microblaze, sh.Joseph Myers2015-12-095-0/+220
* mips: fix testsuite build for O32 FPXX ABI on pre-R2 CPUAurelien Jarno2015-12-094-0/+54
* Fix grantpt basename namespace bugAurelien Jarno2015-12-092-1/+6
* benchtests: ffs and ffsll are string functions, not mathSiddhesh Poyarekar2015-12-092-16/+25
* benchtests: Add inputs from sin and cos to sincosSiddhesh Poyarekar2015-12-092-0/+5107
* Utilize x86_64 vector math functions w/o -fopenmp.Andrew Senkevich2015-12-072-0/+11
* Fix typo in strncat, wcsncat manual entriesPaul Eggert2015-12-042-4/+13
* Fix nan functions handling of payload strings (bug 16961, bug 16962).Joseph Myers2015-12-049-25/+217
* Revert "tst-res_hconf_reorder: Set RESOLV_REORDER environment variable"Florian Weimer2015-12-042-8/+0
* tst-res_hconf_reorder: Set RESOLV_REORDER environment variableFlorian Weimer2015-12-042-0/+8
* Consistency about byte vs character in string.texiPaul Eggert2015-12-042-221/+248
* math: add LDBL_CLASSIFY_COMPAT supportChris Metcalf2015-12-0319-18/+98
* Corrected path to installed libmvec_nonshared.aAndrew Senkevich2015-12-032-1/+6
* powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo2015-12-0315-7/+480
* Use shell's builtin pwd.Ludovic Courtès2015-12-025-19/+18
* Comment on IBM930, IBM933, IBM935, IBM937, IBM939.Carlos O'Donell2015-12-026-0/+32
* nptl: Fix racy pipe closing in tst-cancel{20,21}Adhemerval Zanella2015-12-023-12/+24
* Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu2015-12-0110-1/+27
* [AArch64] Regenerate libm-test-ulpsSzabolcs Nagy2015-12-012-50/+58
* Use hex float constants in sysdeps/ieee754/dbl-64/e_sqrt.c.Joseph Myers2015-12-013-46/+9
* Update family and model detection for AMD CPUsH.J. Lu2015-11-302-12/+23
* hurd: Make mmap64 use vm_offset_t for overflow checkSamuel Thibault2015-11-292-0/+54
* hurd: install correct number of send rights on forkThomas Schwinge2015-11-292-5/+6
* MIPS: Wire FCSR.ABS2008 to FCSR.NAN2008Maciej W. Rozycki2015-11-282-3/+8
* Rename localedir to complocaledir (bug 14259).Carlos O'Donell2015-11-2721-33/+70
* Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich2015-11-275-31/+74
* hurd: Initialize __libc_stack_end for hidden supportSamuel Thibault2015-11-252-3/+3
* Do not add relro attribute to __libc_stack_endSamuel Thibault2015-11-252-3/+3
* Revert not defining NO_HIDDEN on hurdSamuel Thibault2015-11-253-2/+6
* Fix hurd build with hidden supportSamuel Thibault2015-11-2512-11/+36