summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
* microblaze: Resolve non-relocatable branch in pt-vfork.S (BZ#21779)Nathan Rossi2017-07-281-1/+1
* tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella2017-07-242-15/+35
* S390: fix sys/ptrace.h to make it includible again after asm/ptrace.hDmitry V. Levin2017-07-231-16/+52
* alpha: Fix clone exit syscall argument passing (BZ#21512)Adhemerval Zanella2017-07-191-0/+1
* [AArch64] Update dl-procinfo for new HWCAP flags in Linux 4.12Szabolcs Nagy2017-07-192-4/+6
* [AArch64] Fix out of bound array access regressionSzabolcs Nagy2017-07-181-30/+8
* powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho2017-07-171-0/+29
* hppa: Fix clone exit syscall argument passing (BZ#21512)Adhemerval Zanella2017-07-171-1/+1
* Add HWCAP_ macros from Linux 4.12 to AArch64 bits/hwcap.h.Szabolcs Nagy2017-07-171-0/+3
* Add CFI annotation.John David Anglin2017-07-164-0/+12
* Fix stack offset for r19 load in __getcontext.John David Anglin2017-07-161-1/+1
* Fix __setcontext return value on hppa.John David Anglin2017-07-161-1/+1
* Fix syscall cancellation on hppa.John David Anglin2017-07-162-39/+23
* Remove _exit entry from sysdeps/unix/sysv/linux/hppa/localplt.data.John David Anglin2017-07-161-1/+0
* Fix [BZ locale/19838].John David Anglin2017-07-151-1/+1
* posix: Add p{read,write}v2 RWF_NOWAIT flag (BZ#21738)Adhemerval Zanella2017-07-111-0/+1
* S390: Fix tst-ptrace-singleblock if kernel does not support PTRACE_SINGLEBLOCK.Stefan Liebler2017-07-111-2/+52
* Use generic pthread support on hppa.John David Anglin2017-07-097-381/+19
* sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]Florian Weimer2017-07-041-1/+4
* Fix typo in glibc.tune.cpu nameSiddhesh Poyarekar2017-07-011-1/+1
* Consolidate Linux fcntl implementationAdhemerval Zanella2017-06-3014-224/+34
* tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar2017-06-301-6/+41
* SPARC sys/ucontext.h namespace fixes (bug 21457).Joseph Myers2017-06-292-119/+149
* Miscellaneous sys/ucontext.h namespace fixes (bug 21457).Joseph Myers2017-06-284-7/+9
* S390: Add new hwcap values for new cpu architecture - arch12.Stefan Liebler2017-06-271-0/+3
* Add float128 support for ia64.Joseph Myers2017-06-262-0/+145
* Rename struct ucontext tag (bug 21457).Joseph Myers2017-06-2628-47/+47
* Add float128 support for x86_64, x86.Joseph Myers2017-06-266-0/+435
* Call exit directly in clone (BZ #21512)Adhemerval Zanella2017-06-2618-104/+129
* powerpc64le: Enable float128Paul E. Murphy2017-06-263-0/+147
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-237-7/+11
* powerpc: fix sysconf support for cache geometriesPaul Clarke2017-06-231-29/+8
* Fix tile SA_* conditions for POSIX.1:2008 (bug 21622).Joseph Myers2017-06-211-0/+2
* Factor out shared definitions from bits/signum.h.Zack Weinberg2017-06-207-282/+252
* Consolidate Linux openat implementationAdhemerval Zanella2017-06-204-38/+62
* conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635).Joseph Myers2017-06-201-0/+5
* conformtest: XFAIL uc_sigmask test for ia64 (bug 21634).Joseph Myers2017-06-201-0/+5
* tunables: Add IFUNC selection and cache sizesH.J. Lu2017-06-201-0/+21
* S390: Sync ptrace.h with kernel. [BZ #21539]Stefan Liebler2017-06-193-20/+154
* Fix another x86 sys/ucontext.h namespace issue (bug 21457).Joseph Myers2017-06-191-1/+1
* Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers2017-06-194-234/+4
* S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler2017-06-191-19/+12
* s390: optimize syscall functionChristian Borntraeger2017-06-192-18/+6
* linux: Consolidate sync_file_range implementationAdhemerval Zanella2017-06-152-1/+1
* Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg2017-06-145-135/+72
* Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg2017-06-143-61/+67
* PowerPC64 FRAME_PARM_SAVEAlan Modra2017-06-141-13/+13
* mips: Fix store/load gp registers to/from ucontext_tGordana Cmiljanovic2017-06-136-81/+180
* Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg2017-06-121-121/+9
* powerpc: add sysconf support for cache geometriesPaul Clarke2017-06-093-0/+170