aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-07-24tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella3-15/+54
2017-07-24Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752]H.J. Lu1-5/+10
2017-07-24Remove extra semicolons in struct pthread_mutex (bug 21804)Andreas Schwab2-5/+5
2017-07-23S390: fix sys/ptrace.h to make it includible again after asm/ptrace.hDmitry V. Levin1-16/+52
2017-07-23[BZ 19170]John David Anglin1-3/+13
2017-07-21Fix cexpl when compiled with latest GCCSteve Ellcey1-0/+1
2017-07-19Update sparc ulpsAdhemerval Zanella1-80/+88
2017-07-19alpha: Fix clone exit syscall argument passing (BZ#21512)Adhemerval Zanella1-0/+1
2017-07-19i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu1-0/+4
2017-07-19[AArch64] Update dl-procinfo for new HWCAP flags in Linux 4.12Szabolcs Nagy2-4/+6
2017-07-18[AArch64] Fix out of bound array access regressionSzabolcs Nagy1-30/+8
2017-07-17powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho6-1/+226
2017-07-17hppa: Fix clone exit syscall argument passing (BZ#21512)Adhemerval Zanella1-1/+1
2017-07-17Add HWCAP_ macros from Linux 4.12 to AArch64 bits/hwcap.h.Szabolcs Nagy1-0/+3
2017-07-16Return to caller if dl_fixup fails to resolve callee on hppa.John David Anglin1-0/+12
2017-07-16Add CFI annotation.John David Anglin4-0/+12
2017-07-16Fix stack offset for r19 load in __getcontext.John David Anglin1-1/+1
2017-07-16Fix __setcontext return value on hppa.John David Anglin1-1/+1
2017-07-16Fix syscall cancellation on hppa.John David Anglin2-39/+23
2017-07-16Remove _exit entry from sysdeps/unix/sysv/linux/hppa/localplt.data.John David Anglin1-1/+0
2017-07-16Remove extra braces from sysdeps/hppa/__longjmp.c.John David Anglin1-2/+0
2017-07-16Fix [BZ 20098].John David Anglin1-18/+46
2017-07-15Fix [BZ locale/19838].John David Anglin1-1/+1
2017-07-15Fix failing sNaN tests on hppa.John David Anglin1-0/+22
2017-07-13[ARM] Fix ld.so crash when built using Binutils 2.29Jiong Wang1-2/+10
2017-07-12Fix type in sysdeps/hppa/dl-machine.h.John David Anglin1-1/+1
2017-07-11powerpc64le: Iterate over all object suffixes when appending -mfloat128Gabriel F. T. Gomes1-4/+10
2017-07-11Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu1-5/+6
2017-07-11posix: Add p{read,write}v2 RWF_NOWAIT flag (BZ#21738)Adhemerval Zanella1-0/+1
2017-07-11S390: Fix tst-ptrace-singleblock if kernel does not support PTRACE_SINGLEBLOCK.Stefan Liebler1-2/+52
2017-07-10x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu1-0/+4
2017-07-09Update hppa ulps.John David Anglin1-50/+54
2017-07-09Use generic pthread support on hppa.John David Anglin8-382/+20
2017-07-09x86-64: Update comments in IFUNC selectorsH.J. Lu16-21/+16
2017-07-09x86-64: Update comments in ifunc-impl-list.cH.J. Lu1-16/+16
2017-07-09Fix BZ #21049.John David Anglin1-4/+7
2017-07-06nptl: Fix typo on __have_pthread_attr_t (BZ#21715)Matthew Krupcale1-1/+1
2017-07-06x86-64: Align the stack in __tls_get_addr [BZ #21609]H.J. Lu6-2/+130
2017-07-05posix: Fix default posix_spawn return valueAdhemerval Zanella1-20/+20
2017-07-04Single threaded stdio optimizationSzabolcs Nagy1-0/+1
2017-07-04sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]Florian Weimer1-1/+4
2017-07-03resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer1-17/+22
2017-07-03powerpc: Clean up strlen and strnlen for power8Rajalakshmi Srinivasaraghavan2-20/+1
2017-07-01Fix typo in glibc.tune.cpu nameSiddhesh Poyarekar1-1/+1
2017-06-30float128: Add signbit alternative for old compilersGabriel F. T. Gomes4-1/+60
2017-06-30Consolidate Linux fcntl implementationAdhemerval Zanella14-224/+34
2017-06-30tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar2-6/+66
2017-06-30aarch64: Call all string function implementations in testsSiddhesh Poyarekar1-4/+2
2017-06-30i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]H.J. Lu3-0/+56
2017-06-29SPARC sys/ucontext.h namespace fixes (bug 21457).Joseph Myers2-119/+149