about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Move exp compat wrappers under math/Szabolcs Nagy2017-09-137-186/+2
* Clear up log1p, ldexp, scalbn, scalbln compat handling.Joseph Myers2017-09-137-40/+10
* posix: Fix compat glob code on s390 and alphaAdhemerval Zanella2017-09-132-4/+2
* Define and use libm_alias_double.Joseph Myers2017-09-1310-43/+110
* Remove declare_mgen_alias_2.Joseph Myers2017-09-122-19/+0
* x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]H.J. Lu2017-09-123-5/+17
* hurd: Fix build without NO_HIDDENSamuel Thibault2017-09-125-0/+17
* Define and use a libm_alias_float macro.Joseph Myers2017-09-112-0/+41
* x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu2017-09-116-8/+76
* Update x86_64 ulps for AMD Ryzen.Markus Trippelsdorf2017-09-081-2/+2
* Add thunderx2t99 and thunderx2t99p1 CPU names to tunables listSteve Ellcey2017-09-081-3/+5
* Fix glibc.tune.cpu tunable handlingSteve Ellcey2017-09-081-1/+1
* Add Linux 4.13 constants to bits/fcntl-linux.h.Joseph Myers2017-09-081-0/+15
* Add fcntl sealing interfaces from Linux 3.17 to bits/fcntl-linux.h.Joseph Myers2017-09-081-0/+10
* posix: Consolidate Linux glob implementationAdhemerval Zanella2017-09-0826-48/+129
* posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella2017-09-0813-48/+101
* Update netinet/tcp.h from Linux 4.13.Joseph Myers2017-09-071-2/+8
* Add SOL_TLS definition from Linux 4.13.Joseph Myers2017-09-071-0/+1
* Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella2017-09-067-7/+0
* Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers2017-09-0594-30/+167
* Hide __chmod and __mkdir [BZ #18822]H.J. Lu2017-09-044-0/+6
* Update kernel version in syscall-names.list to 4.13.Joseph Myers2017-09-041-2/+2
* hurd: Fix rtld's strtoul_internal use through hurdlookupSamuel Thibault2017-09-031-0/+9
* hurd: fix overriding rtld's __sbrk with the real implementationSamuel Thibault2017-09-031-0/+1
* hurd: mach/hurd/x86 also needs x86 tunablesSamuel Thibault2017-09-031-0/+21
* hurd: mach/hurd/i386 also needs mach/hurd/x86Samuel Thibault2017-09-031-0/+1
* hurd: fix libm linkSamuel Thibault2017-09-031-1/+1
* hurd: Fix libc linkSamuel Thibault2017-09-031-0/+8
* hurd: Fix libc linkSamuel Thibault2017-09-032-0/+2
* hurd: Fix rtld linkSamuel Thibault2017-09-031-0/+10
* hurd: Fix rtld linkSamuel Thibault2017-09-031-0/+6
* hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault2017-09-034-1/+5
* hurd: Fix p{read,write}v64v2.c buildSamuel Thibault2017-09-032-2/+2
* hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault2017-09-034-4/+4
* hurd: Fix getting ssize_t for <sys/socket.h>Samuel Thibault2017-09-031-1/+1
* hurd: Fix sigsetops.h macrosSamuel Thibault2017-09-031-3/+3
* sysdeps/generic/sigsetops.h: Remove spurious #endifSamuel Thibault2017-09-031-1/+0
* Obsolete pow10 functions.Joseph Myers2017-09-0124-397/+33
* Include <string.h> for strcmp call from sysdeps/unix/sysv/linux/gentempfd.c.Joseph Myers2017-09-011-0/+1
* linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella2017-09-011-0/+34
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2017-09-011-22/+20
* getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer2017-09-011-0/+8
* getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer2017-09-011-1/+4
* getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer2017-09-011-6/+10
* getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer2017-09-011-28/+18
* getaddrinfo: Use &errno has the errno pointerFlorian Weimer2017-09-011-13/+10
* ILP32 math changesSteve Ellcey2017-08-318-12/+87
* Remove NO_CANCELLATION macroAdhemerval Zanella2017-08-3120-30/+16
* Change argument type passed to ifunc resolversSteve Ellcey2017-08-311-1/+1
* posix: Remove internal_function attributeFlorian Weimer2017-08-318-18/+14