aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2017-06-30Consolidate Linux fcntl implementationAdhemerval Zanella14-224/+34
2017-06-30tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar1-6/+41
2017-06-29SPARC sys/ucontext.h namespace fixes (bug 21457).Joseph Myers2-119/+149
2017-06-28Miscellaneous sys/ucontext.h namespace fixes (bug 21457).Joseph Myers4-7/+9
2017-06-27S390: Add new hwcap values for new cpu architecture - arch12.Stefan Liebler1-0/+3
2017-06-26Add float128 support for ia64.Joseph Myers2-0/+145
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers28-47/+47
2017-06-26Add float128 support for x86_64, x86.Joseph Myers6-0/+435
2017-06-26Call exit directly in clone (BZ #21512)Adhemerval Zanella18-104/+129
2017-06-26powerpc64le: Enable float128Paul E. Murphy3-0/+147
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella7-7/+11
2017-06-23powerpc: fix sysconf support for cache geometriesPaul Clarke1-29/+8
2017-06-21Fix tile SA_* conditions for POSIX.1:2008 (bug 21622).Joseph Myers1-0/+2
2017-06-20Factor out shared definitions from bits/signum.h.Zack Weinberg8-330/+262
2017-06-20Consolidate Linux openat implementationAdhemerval Zanella4-38/+62
2017-06-20conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635).Joseph Myers1-0/+5
2017-06-20conformtest: XFAIL uc_sigmask test for ia64 (bug 21634).Joseph Myers1-0/+5
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu1-0/+21
2017-06-19S390: Sync ptrace.h with kernel. [BZ #21539]Stefan Liebler3-20/+154
2017-06-19Fix another x86 sys/ucontext.h namespace issue (bug 21457).Joseph Myers1-1/+1
2017-06-19Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers4-234/+4
2017-06-19S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler1-19/+12
2017-06-19s390: optimize syscall functionChristian Borntraeger2-18/+6
2017-06-15linux: Consolidate sync_file_range implementationAdhemerval Zanella2-1/+1
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg5-135/+72
2017-06-14Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg3-61/+67
2017-06-14PowerPC64 FRAME_PARM_SAVEAlan Modra1-13/+13
2017-06-13mips: Fix store/load gp registers to/from ucontext_tGordana Cmiljanovic6-81/+180
2017-06-12Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg1-121/+9
2017-06-09powerpc: add sysconf support for cache geometriesPaul Clarke3-0/+170
2017-06-09Fix waitid namespace (bug 21561).Joseph Myers1-4/+6
2017-06-09Update nios2, sparc32 localplt.data files for recent GCC change.Joseph Myers2-4/+5
2017-06-09aarch64: Fix undefined behavior in _dl_procinfoSiddhesh Poyarekar1-3/+3
2017-06-08ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu1-1/+1
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg1-3/+4
2017-06-07Remove check for NULL buffer passed to `ptsname_r'Arjun Shankar1-6/+0
2017-06-07Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.cArjun Shankar1-4/+3
2017-06-07aarch64: Add hwcap string routinesSiddhesh Poyarekar2-8/+65
2017-06-07aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASKSiddhesh Poyarekar2-4/+50
2017-06-07Add include guards to dl-procinfo.hSiddhesh Poyarekar2-0/+6
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler4-0/+12
2017-06-05x86-64: Update LO_HI_LONG for p{readv,writev}{64}v2H.J. Lu2-1/+5
2017-06-05Define SIG_HOLD for XPG4 (bug 21538).Joseph Myers6-6/+6
2017-06-05Fix struct sigaltstack namespace (bug 21517).Joseph Myers9-9/+9
2017-06-01Add shim header for bits/syscall.h.Zack Weinberg1-0/+3
2017-06-01Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers8-142/+235
2017-06-01Avoid tickling a linker bug from microblaze pt-vfork.S.Zack Weinberg3-2/+50
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella39-0/+348
2017-05-31Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar1-18/+5
2017-05-30Add reallocarray functionDennis Wölfing28-0/+56