aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2020-07-16Linux: Remove rseq supportFlorian Weimer47-1066/+5
2020-07-15AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra1-2/+2
2020-07-13Remove --enable-obsolete-rpc configure flagPetr Vorel1-162/+0
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu1-1/+1
2020-07-10ARC: Build InfrastructureVineet Gupta7-0/+90
2020-07-10ARC: ABI listsVineet Gupta14-0/+3257
2020-07-10ARC: Linux Startup and Dynamic LoadingVineet Gupta2-0/+116
2020-07-10ARC: Linux ABIVineet Gupta12-0/+568
2020-07-10ARC: Linux Syscall InterfaceVineet Gupta15-0/+941
2020-07-10powerpc64: Fix calls when r2 is not used [BZ #26173]Tulio Magno Quites Machado Filho1-1/+1
2020-07-09linux: Fix syscall list generation instructionsMaciej W. Rozycki1-1/+1
2020-07-09sysv: linux: Add 64-bit time_t variant for shmctlAdhemerval Zanella14-49/+330
2020-07-09sysvipc: Remove the linux shm-pad.h fileAdhemerval Zanella12-172/+198
2020-07-09sysvipc: Split out linux struct shmid_dsAdhemerval Zanella3-33/+59
2020-07-09sysv: linux: Add 64-bit time_t variant for msgctlAdhemerval Zanella14-52/+349
2020-07-09sysvipc: Remove the linux msq-pad.h fileAdhemerval Zanella11-157/+210
2020-07-09sysvipc: Split out linux struct semid_dsAdhemerval Zanella3-33/+58
2020-07-09sysv: linux: Add 64-bit time_t variant for semctlAdhemerval Zanella16-64/+372
2020-07-08Remove --enable-obsolete-nsl configure flagPetr Vorel1-2/+0
2020-07-08aarch64: enable BTI at runtimeSudakshina Das4-0/+37
2020-07-08aarch64: fix swapcontext for BTISzabolcs Nagy1-2/+12
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella30-0/+60
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella30-0/+60
2020-07-07string: Use tls-internal on strerror_lAdhemerval Zanella1-0/+1
2020-07-07string: Remove old TLS usage on strsignalAdhemerval Zanella2-0/+38
2020-07-07linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella12-26/+39
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella11-62/+215
2020-07-07signal: Move sys_siglist to a compat symbolAdhemerval Zanella1-5/+12
2020-07-07signal: Add signum-{generic,arch}.hAdhemerval Zanella12-316/+332
2020-07-06Add the __libc_single_threaded variableFlorian Weimer30-0/+30
2020-07-06Linux: rseq registration testsMathieu Desnoyers4-1/+388
2020-07-06Linux: Use rseq in sched_getcpu if availableMathieu Desnoyers1-2/+20
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers42-2/+657
2020-06-30Linux: Fix UTC offset setting in settimeofday for __TIMESIZE != 64Florian Weimer1-3/+8
2020-06-29Update kernel version to 5.7 in tst-mman-consts.py.Joseph Myers1-1/+1
2020-06-23Add MREMAP_DONTUNMAP from Linux 5.7Joseph Myers1-0/+1
2020-06-22x86: Update CPU feature detection [BZ #26149]H.J. Lu1-1/+1
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella26-0/+26
2020-06-15Update syscall-names.list for Linux 5.7.Joseph Myers1-2/+2
2020-06-02Linux: Use __pthread_attr_setsigmask_internal for timer helper threadFlorian Weimer1-9/+10
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer30-0/+60
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer1-3/+6
2020-05-28i386: Remove unused file sysdeps/unix/i386/sysdep.SFlorian Weimer1-64/+0
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer57-27/+74
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer57-43/+79
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer57-43/+79
2020-05-20nptl: Replace some stubs with the Linux implementationFlorian Weimer9-723/+1
2020-05-20Linux: Add missing handling of tai field to __ntp_gettime64Florian Weimer1-0/+1
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2-7/+4
2020-05-20y2038: linux: Provide __ntp_gettimex64 implementationLukasz Majewski2-3/+26