about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
* Regenerate configure scripts.Carlos O'Donell2020-08-042-1/+2
* Linux: Remove rseq supportFlorian Weimer2020-07-1647-1066/+5
* AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra2020-07-151-2/+2
* Remove --enable-obsolete-rpc configure flagPetr Vorel2020-07-131-162/+0
* x86: Support usable check for all CPU featuresH.J. Lu2020-07-131-1/+1
* ARC: Build InfrastructureVineet Gupta2020-07-107-0/+90
* ARC: ABI listsVineet Gupta2020-07-1014-0/+3257
* ARC: Linux Startup and Dynamic LoadingVineet Gupta2020-07-102-0/+116
* ARC: Linux ABIVineet Gupta2020-07-1012-0/+568
* ARC: Linux Syscall InterfaceVineet Gupta2020-07-1015-0/+941
* powerpc64: Fix calls when r2 is not used [BZ #26173]Tulio Magno Quites Machado Filho2020-07-101-1/+1
* linux: Fix syscall list generation instructionsMaciej W. Rozycki2020-07-091-1/+1
* sysv: linux: Add 64-bit time_t variant for shmctlAdhemerval Zanella2020-07-0914-49/+330
* sysvipc: Remove the linux shm-pad.h fileAdhemerval Zanella2020-07-0912-172/+198
* sysvipc: Split out linux struct shmid_dsAdhemerval Zanella2020-07-093-33/+59
* sysv: linux: Add 64-bit time_t variant for msgctlAdhemerval Zanella2020-07-0914-52/+349
* sysvipc: Remove the linux msq-pad.h fileAdhemerval Zanella2020-07-0911-157/+210
* sysvipc: Split out linux struct semid_dsAdhemerval Zanella2020-07-093-33/+58
* sysv: linux: Add 64-bit time_t variant for semctlAdhemerval Zanella2020-07-0916-64/+372
* Remove --enable-obsolete-nsl configure flagPetr Vorel2020-07-081-2/+0
* aarch64: enable BTI at runtimeSudakshina Das2020-07-084-0/+37
* aarch64: fix swapcontext for BTISzabolcs Nagy2020-07-081-2/+12
* string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella2020-07-0730-0/+60
* string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella2020-07-0730-0/+60
* string: Use tls-internal on strerror_lAdhemerval Zanella2020-07-071-0/+1
* string: Remove old TLS usage on strsignalAdhemerval Zanella2020-07-072-0/+38
* linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella2020-07-0712-26/+39
* signal: Move sys_errlist to a compat symbolAdhemerval Zanella2020-07-0711-62/+215
* signal: Move sys_siglist to a compat symbolAdhemerval Zanella2020-07-071-5/+12
* signal: Add signum-{generic,arch}.hAdhemerval Zanella2020-07-0711-281/+332
* Add the __libc_single_threaded variableFlorian Weimer2020-07-0630-0/+30
* Linux: rseq registration testsMathieu Desnoyers2020-07-064-1/+388
* Linux: Use rseq in sched_getcpu if availableMathieu Desnoyers2020-07-061-2/+20
* Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2020-07-0642-2/+657
* Linux: Fix UTC offset setting in settimeofday for __TIMESIZE != 64Florian Weimer2020-06-301-3/+8
* Update kernel version to 5.7 in tst-mman-consts.py.Joseph Myers2020-06-291-1/+1
* Add MREMAP_DONTUNMAP from Linux 5.7Joseph Myers2020-06-231-0/+1
* x86: Update CPU feature detection [BZ #26149]H.J. Lu2020-06-221-1/+1
* New exp10f version without SVID compat wrapperAdhemerval Zanella2020-06-1926-0/+26
* Update syscall-names.list for Linux 5.7.Joseph Myers2020-06-151-2/+2
* Linux: Use __pthread_attr_setsigmask_internal for timer helper threadFlorian Weimer2020-06-021-9/+10
* nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2020-06-0230-0/+60
* nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer2020-06-021-3/+6
* nptl: Move pthread_gettattr_np into libcFlorian Weimer2020-05-2057-27/+74
* nptl: Move pthread_getaffinity_np into libcFlorian Weimer2020-05-2057-43/+79
* nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2020-05-2057-43/+79
* nptl: Replace some stubs with the Linux implementationFlorian Weimer2020-05-209-723/+1
* Linux: Add missing handling of tai field to __ntp_gettime64Florian Weimer2020-05-201-0/+1
* y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2020-05-202-7/+4
* y2038: linux: Provide __ntp_gettimex64 implementationLukasz Majewski2020-05-202-3/+26