summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-024-6/+64
* x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-026-8/+166
* x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-024-11/+96
* x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-023-3/+61
* x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-026-38/+118
* x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-015-6/+112
* x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-014-2/+116
* Fix segfault in maybe_script_execute.Stefan Liebler2018-09-101-1/+1
* powerpc: Fix syscalls during early process initialization [BZ #22685]Tulio Magno Quites Machado Filho2018-02-123-4/+36
* tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella2018-02-123-15/+54
* x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]H.J. Lu2018-01-191-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