about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* inet: Remove internal_function attributeFlorian Weimer2017-08-312-2/+0
* Simplify NAN definitions.Joseph Myers2017-08-312-119/+0
* Simplify INFINITY definitions.Joseph Myers2017-08-311-29/+0
* Simplify HUGE_VAL definitions.Joseph Myers2017-08-317-328/+0
* elf: Remove internal_function attributeFlorian Weimer2017-08-3120-87/+50
* gmon: Remove internal_function attributeFlorian Weimer2017-08-312-4/+4
* resolv: Remove internal_function attributeFlorian Weimer2017-08-311-1/+0
* dirent: Remove internal_function attributeFlorian Weimer2017-08-314-6/+1
* Linux getcwd: Remove internal_function attributeFlorian Weimer2017-08-311-2/+2
* aio: Remove internal_function function attributeFlorian Weimer2017-08-315-23/+9
* Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers2017-08-3026-81/+280
* aarch64: Fix tst-makecontext3 in ILP32 mode.Steve Ellcey2017-08-301-5/+5
* Fix m68k bits/math-inline.h macro namespace (bug 22035).Joseph Myers2017-08-291-33/+40
* MIPS/o32: Fix internal_syscall5/6/7Adhemerval Zanella2017-08-2914-186/+147
* [AArch64] Fix procfs.h not to expose stdint.h typesSzabolcs Nagy2017-08-291-2/+1
* Provide a C++ version of iszero that does not use __MATH_TG (bug 21930)Gabriel F. T. Gomes2017-08-281-1/+2
* x86_64 __redirect_ieee754_expf: Change double to floatH.J. Lu2017-08-281-1/+1