about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715] hjl/pr22715/2.25H.J. Lu2018-01-171-2/+10
* csu: Update __libgcc_s_init commentFlorian Weimer2018-01-161-2/+6
* nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636]Florian Weimer2018-01-161-1/+1
* linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679]Dmitry V. Levin2018-01-161-4/+4
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2018-01-041-20/+19
* getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer2018-01-041-0/+8
* getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer2018-01-041-1/+4
* getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer2018-01-041-6/+10
* getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer2018-01-041-28/+18
* getaddrinfo: Use &errno has the errno pointerFlorian Weimer2018-01-041-13/+10
* getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer2018-01-041-7/+3
* getaddrinfo: Merge IPv6 addresses and IPv4 addresses [BZ #21295]Dmitry Bilunov2018-01-041-4/+4
* getaddrinfo: Avoid stack copy of IPv6 addressFlorian Weimer2018-01-041-40/+5
* getaddrinfo: Eliminate another strdup callFlorian Weimer2018-01-041-1/+1
* getaddrinfo: Fix localplt failure involving strdupFlorian Weimer2018-01-041-4/+11
* getaddrinfo: Always allocate canonical name on the heapFlorian Weimer2018-01-041-67/+42
* getaddrinfo: Unconditionally use malloc for address listFlorian Weimer2018-01-041-24/+5
* x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu2018-01-041-2/+2
* ia64: Add ipc_priv.h header to set __IPC_64 to zeroJames Clarke2017-12-121-0/+21
* posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella2017-12-0113-48/+101
* i386: Hide __old_glob64 [BZ #18822]H.J. Lu2017-12-011-0/+3
* Fix missing posix_fadvise64 mips64 static build (BZ #21232)Adhemerval Zanella2017-11-301-0/+2
* posix: Do not use WNOHANG in waitpid call for Linux posix_spawnAdhemerval Zanella2017-11-271-5/+5
* posix: Fix improper assert in Linux posix_spawn (BZ#22273)Adhemerval Zanella2017-11-261-6/+18
* Fix s390 version of pt-longjmp.cAndreas Schwab2017-11-211-2/+2
* Fix TLS relocations against local symbols on powerpc32, sparc32 and sparc64James Clarke2017-11-143-1/+6
* 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-226-297/+202
* x86-64: Verify that _dl_runtime_resolve preserves vector registersH.J. Lu2017-10-199-4/+405
* Fix sparc32 bits/long-double.h (bug 21987).Joseph Myers2017-10-022-0/+26
* Return to caller if dl_fixup fails to resolve callee on hppa.John David Anglin2017-08-121-0/+22
* Call exit directly in clone (BZ #21512)John David Anglin2017-08-122-4/+3
* hppa: set __IPC_64 as zero for SysV IPC callsJohn David Anglin2017-08-121-0/+21
* Add CFI annotation.John David Anglin2017-08-124-0/+12
* Fix stack offset for r19 load in __getcontext.John David Anglin2017-08-121-1/+1
* Fix __setcontext return value on hppa.John David Anglin2017-08-121-1/+1
* Fix syscall cancellation on hppa.John David Anglin2017-08-122-39/+23
* Fix [BZ 20098].John David Anglin2017-08-121-18/+45
* Fix [BZ locale/19838].John David Anglin2017-08-121-1/+1
* Fix failing sNaN tests on hppa.John David Anglin2017-08-121-0/+22
* Use generic pthread support on hppa.John David Anglin2017-08-128-407/+43
* hppa: Fix register corruption in __longjmp.John David Anglin2017-08-081-4/+5
* x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]H.J. Lu2017-08-061-2/+5
* i686/multiarch: Regenerate ulpsAurelien Jarno2017-08-041-7/+7
* powerpc: Fix logbl on power7 [BZ# 21280]Tulio Magno Quites Machado Filho2017-08-021-6/+18
* [AArch64] Use hidden __GI__dl_argv in rtld startup codeSzabolcs Nagy2017-07-121-2/+2
* x86-64: Align the stack in __tls_get_addr [BZ #21609]H.J. Lu2017-07-066-2/+130
* i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2017-06-202-3/+7
* Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar2017-06-201-0/+1
* fork: Remove bogus parent PID assertions [BZ #21386]Florian Weimer2017-06-091-8/+0