about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679]Dmitry V. Levin2018-01-121-4/+4
* ia64: Fix memchr for large input sizes (BZ #22603)Adhemerval Zanella2018-01-101-0/+4
* tst-ttyname: skip the test when /dev/ptmx is not availableDmitry V. Levin2018-01-081-1/+8
* tst-ttyname: Fix namespace setup for FedoraFlorian Weimer2017-12-221-61/+6
* linux ttyname{_r}: Add testsLuke Shumaker2017-12-222-1/+627
* linux ttyname{_r}: Don't bail prematurely [BZ #22145]Luke Shumaker2017-12-222-15/+24
* linux ttyname{_r}: Make tty checks consistentLuke Shumaker2017-12-223-69/+32
* linux ttyname: Change return type of is_pty from int to boolLuke Shumaker2017-12-221-1/+2
* linux ttyname: Update a reference to kernel docs for kernel 4.10Luke Shumaker2017-12-221-1/+2
* i386: Regenerate libm-test-ulps for for gcc 7H.J. Lu2017-12-141-6/+6
* Update IA64 libm-test-ulpsAdhemerval Zanella2017-12-131-26/+1914
* posix: Fix mmap for m68k and ia64 (BZ#21908)Adhemerval Zanella2017-12-134-5/+34
* ia64: Add ipc_priv.h header to set __IPC_64 to zeroJames Clarke2017-12-121-0/+21
* powerpc: Update AT_HWCAP2 bitsTulio Magno Quites Machado Filho2017-11-241-0/+2
* Fix s390 version of pt-longjmp.cAndreas Schwab2017-11-211-2/+2
* powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy/memmoveRajalakshmi Srinivasaraghavan2017-11-212-96/+96
* Fix TLS relocations against local symbols on powerpc32, sparc32 and sparc64James Clarke2017-11-143-1/+6
* x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu2017-11-131-2/+2
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-0718-7/+64
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-0716-0/+128
* posix: Do not use WNOHANG in waitpid call for Linux posix_spawnAdhemerval Zanella2017-11-071-5/+5
* posix: Fix improper assert in Linux posix_spawn (BZ#22273)Adhemerval Zanella2017-11-071-6/+18
* posix: Fix compat glob code on s390 and alphaAdhemerval Zanella2017-10-302-4/+2
* posix: Consolidate Linux glob implementationAdhemerval Zanella2017-10-3026-48/+129
* x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]H.J. Lu2017-10-265-4/+103
* Install correct bits/long-double.h for MIPS64 (bug 22322).Joseph Myers2017-10-231-0/+0
* x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu2017-10-228-306/+227
* x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu2017-10-226-8/+76
* posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella2017-10-2013-48/+101
* i386: Hide __old_glob64 [BZ #18822]H.J. Lu2017-10-201-0/+3
* sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer2017-10-204-2/+74
* Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes2017-10-102-10/+2
* ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes2017-10-106-2253/+2241
* ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes2017-10-106-12/+3814
* powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes2017-10-103-0/+27
* powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcaseGabriel F. T. Gomes2017-10-101-0/+3
* Fix glibc.tune.cpu tunable handlingSteve Ellcey2017-10-101-1/+1
* aarch64: Optimized implementation of memmove for Qualcomm FalkorSiddhesh Poyarekar2017-10-104-2/+241
* memcpy_falkor: Fix code style in commentsSiddhesh Poyarekar2017-10-101-7/+4
* aarch64: Optimized memcpy for Qualcomm Falkor processorSiddhesh Poyarekar2017-10-106-3/+200
* Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes2017-10-033-3/+38
* Fix sparc32 bits/long-double.h (bug 21987).Joseph Myers2017-10-022-0/+26
* Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers2017-09-284-10/+10
* tst-tlsopt-powerpc as a shared libAlan Modra2017-09-184-48/+57
* Update x86_64 ulps for AMD Ryzen.Markus Trippelsdorf2017-09-081-2/+2
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2017-09-041-22/+20
* getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer2017-09-041-0/+8
* getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer2017-09-041-1/+4
* getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer2017-09-041-6/+10
* getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer2017-09-041-28/+18