about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
...
* RISC-V: Use 64-bit time_t and off_t for RV32 and RV64Alistair Francis2020-08-274-0/+162
* linux: Simplify utimensatAdhemerval Zanella2020-08-241-13/+10
* linux: Simplify timerfd_settimeAdhemerval Zanella2020-08-241-14/+9
* linux: Simplify timer_gettimeAdhemerval Zanella2020-08-241-12/+8
* linux: Simplify sched_rr_get_intervalAdhemerval Zanella2020-08-241-12/+8
* linux: Simplify ppollAdhemerval Zanella2020-08-241-11/+10
* linux: Simplify mq_timedsendAdhemerval Zanella2020-08-241-7/+7
* linux: Simplify mq_timedreceiveAdhemerval Zanella2020-08-241-9/+9
* linux: Simplify clock_settimeAdhemerval Zanella2020-08-241-9/+9
* linux: Simplify clock_nanosleepAdhemerval Zanella2020-08-241-22/+11
* linux: Simplify clock_gettimeAdhemerval Zanella2020-08-241-25/+17
* linux: Simplify clock_adjtimeAdhemerval Zanella2020-08-241-13/+10
* linux: Add helper function to optimize 64-bit time_t fallback supportAdhemerval Zanella2020-08-243-1/+95
* S390: Sync HWCAP names with kernel by adding aliases [BZ #25971]Stefan Liebler2020-08-211-0/+3
* Update kernel version to 5.8 in tst-mman-consts.py.Joseph Myers2020-08-131-1/+1
* Linux: Use faccessat2 to implement faccessat (bug 18683)Florian Weimer2020-08-072-3/+19
* Update syscall lists for Linux 5.8.Joseph Myers2020-08-0725-2/+27
* 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