aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Fix sparc32 bits/long-double.h (bug 21987).Joseph Myers2-0/+26
2017-08-21Consolidate non cancellable waitpid callAdhemerval Zanella2-4/+15
2017-08-21Consolidate non cancellable fcntl callAdhemerval Zanella1-4/+0
2017-08-21Consolidate non cancellable writev callAdhemerval Zanella1-4/+8
2017-08-21Remove SPARC sqrt wrappers (bug 21973).Joseph Myers1-0/+1
2017-08-21x86-64: Mark internal symbols with attribute_hidden [BZ #18822]H.J. Lu2-2/+2
2017-08-21x86: Mark VDSO_SYMBOL(getcpu) with attribute_hidden [BZ #18822]H.J. Lu1-1/+2
2017-08-20i386: Hide __old_glob64 [BZ #18822]H.J. Lu1-0/+3
2017-08-20i386: Hide __old_readdir64 [BZ #18822]H.J. Lu2-0/+3
2017-08-18Consolidate non cancellable close callAdhemerval Zanella21-32/+48
2017-08-18Consolidate non cancellable openat callAdhemerval Zanella3-16/+58
2017-08-18Consolidate non cancellable write callAdhemerval Zanella5-10/+18
2017-08-18Consolidate non cancellable read callAdhemerval Zanella14-19/+28
2017-08-17Consolidate non cancellable open callAdhemerval Zanella19-38/+82
2017-08-17__opensock: Remove internal_function attributeFlorian Weimer1-1/+1
2017-08-16Fix sigval namespace (bug 21944).Joseph Myers2-6/+6
2017-08-16Allow abort PLT references in libc.so for SH.Joseph Myers1-0/+2
2017-08-14posix: Fix mmap for m68k and ia64 (BZ#21908)Adhemerval Zanella4-5/+34
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer1-1/+0
2017-08-13__netlink_assert_response: Remove internal_function attributeFlorian Weimer2-3/+1
2017-08-13__fortify_fail: Remove internal_function attributeFlorian Weimer1-0/+2
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer16-0/+32
2017-08-10aarch64/sys/ptrace.h: fix typo in commentDmitry V. Levin1-1/+1
2017-08-09sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constant [BZ #21928]Dmitry V. Levin6-36/+0
2017-08-09Fix uc_* namespace (bug 21457).Joseph Myers13-31/+72
2017-08-09Fix s390 version of pt-longjmp.cAndreas Schwab1-2/+2
2017-08-09aarch64: Optimized memcpy for Qualcomm Falkor processorSiddhesh Poyarekar2-0/+4
2017-08-08Do not use __ptr_t.Joseph Myers2-2/+2
2017-08-08i386: Add <startup.h> [BZ #21913]H.J. Lu2-0/+41
2017-08-08posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780)Adhemerval Zanella4-8/+8
2017-08-07Fix XPG4.2 bits/sigaction.h namespace (bug 21899).Joseph Myers8-31/+33
2017-08-07Consistently use uintN_t not u_intN_t everywhere.Joseph Myers1-7/+7
2017-08-04i386: Update I386_USE_SYSENTER for early PIC syscallH.J. Lu1-12/+14
2017-07-28microblaze: Resolve non-relocatable branch in pt-vfork.S (BZ#21779)Nathan Rossi1-1/+1
2017-07-24tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella2-15/+35
2017-07-23S390: fix sys/ptrace.h to make it includible again after asm/ptrace.hDmitry V. Levin1-16/+52
2017-07-19alpha: Fix clone exit syscall argument passing (BZ#21512)Adhemerval Zanella1-0/+1
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 Filho1-0/+29
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-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-15Fix [BZ locale/19838].John David Anglin1-1/+1
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