aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2020-09-07 Linux: Add execveat system call wrappersasha/execveatAlexandra Hájková32-1/+110
2020-09-02Use LFS readdir in generic POSIX getcwd [BZ# 22899]Adhemerval Zanella1-0/+4
2020-09-02linux: Remove __ASSUME_ATFCTSAdhemerval Zanella1-4/+0
2020-09-02Sync getcwd with gnulibAdhemerval Zanella1-7/+5
2020-08-31x32: Add <fixup-asm-unistd.h> and regenerate arch-syscall.hH.J. Lu2-0/+22
2020-08-27RISC-V: Build infrastructure for 32-bit portZong Li5-5/+63
2020-08-27RISC-V: Add rv32 path to RTLDLIST in lddZong Li1-1/+1
2020-08-27riscv32: Specify the arch_minimum_kernel as 5.4Alistair Francis2-0/+8
2020-08-27RISC-V: Add 32-bit ABI listsAlistair Francis13-0/+3336
2020-08-27RISC-V: Support the 32-bit ABI implementationAlistair Francis1-0/+55
2020-08-27RISC-V: Add arch-syscall.h for RV32Alistair Francis1-0/+284
2020-08-27RISC-V: Add path of library directories for the 32-bitAlistair Francis1-16/+38
2020-08-27RISC-V: Support dynamic loader for the 32-bitZong Li1-1/+1
2020-08-27RISC-V: Add support for 32-bit vDSO callsAlistair Francis1-6/+17
2020-08-27RISC-V: Use 64-bit-time syscall numbers with the 32-bit portAlistair Francis1-0/+23
2020-08-27RISC-V: Cleanup some of the sysdep.h codeAlistair Francis1-13/+4
2020-08-27RISC-V: Use 64-bit time_t and off_t for RV32 and RV64Alistair Francis4-0/+162
2020-08-24linux: Simplify utimensatAdhemerval Zanella1-13/+10
2020-08-24linux: Simplify timerfd_settimeAdhemerval Zanella1-14/+9
2020-08-24linux: Simplify timer_gettimeAdhemerval Zanella1-12/+8
2020-08-24linux: Simplify sched_rr_get_intervalAdhemerval Zanella1-12/+8
2020-08-24linux: Simplify ppollAdhemerval Zanella1-11/+10
2020-08-24linux: Simplify mq_timedsendAdhemerval Zanella1-7/+7
2020-08-24linux: Simplify mq_timedreceiveAdhemerval Zanella1-9/+9
2020-08-24linux: Simplify clock_settimeAdhemerval Zanella1-9/+9
2020-08-24linux: Simplify clock_nanosleepAdhemerval Zanella1-22/+11
2020-08-24linux: Simplify clock_gettimeAdhemerval Zanella1-25/+17
2020-08-24linux: Simplify clock_adjtimeAdhemerval Zanella1-13/+10
2020-08-24linux: Add helper function to optimize 64-bit time_t fallback supportAdhemerval Zanella3-1/+95
2020-08-21S390: Sync HWCAP names with kernel by adding aliases [BZ #25971]Stefan Liebler1-0/+3
2020-08-13Update kernel version to 5.8 in tst-mman-consts.py.Joseph Myers1-1/+1
2020-08-07Linux: Use faccessat2 to implement faccessat (bug 18683)Florian Weimer2-3/+19
2020-08-07Update syscall lists for Linux 5.8.Joseph Myers25-2/+27
2020-08-04Regenerate configure scripts.Carlos O'Donell2-1/+2
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