aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/riscv
AgeCommit message (Expand)AuthorFilesLines
2021-01-13ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu1-10/+12
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert30-30/+30
2020-12-16Update syscall lists for Linux 5.10.Joseph Myers2-0/+2
2020-12-10linux: Consolidate brk implementationAdhemerval Zanella1-0/+3
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella1-0/+1
2020-11-10riscv: Get cache information through sysconfZong Li1-0/+100
2020-10-27Reinstate ftime and add deprecate message on ftime usageAdhemerval Zanella1-0/+1
2020-10-23Update syscall lists for Linux 5.9.Joseph Myers2-0/+2
2020-10-19Move vtimes to a compatibility symbolAdhemerval Zanella1-1/+0
2020-10-16Move ftime to a compatibility symbolAdhemerval Zanella1-1/+0
2020-10-09linux: Move xmknod{at} to compat symbolsAdhemerval Zanella1-2/+0
2020-10-09linux: Move {f}xstat{at} to compat symbolsAdhemerval Zanella1-8/+0
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2-0/+4
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2-0/+16
2020-09-17Update mallinfo2 ABI, and testDJ Delorie2-0/+2
2020-09-17Allow memset local PLT reference for RISC-V.Alistair Francis1-0/+1
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-07Update syscall lists for Linux 5.8.Joseph Myers1-0/+1
2020-07-16Linux: Remove rseq supportFlorian Weimer1-1/+0
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella1-0/+2
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella1-0/+2
2020-07-06Add the __libc_single_threaded variableFlorian Weimer1-0/+1
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers1-0/+1
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer1-0/+2
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer2-1/+2
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer2-1/+2
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2-1/+2
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella2-1/+2
2020-04-03Update syscall lists for Linux 5.6.Joseph Myers1-0/+2
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer1-1/+0