aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/riscv
AgeCommit message (Expand)AuthorFilesLines
2021-03-26nptl: Move pthread_kill to libcAdhemerval Zanella4-2/+4
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella2-6/+0
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella2-6/+0
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella2-8/+0
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella2-6/+0
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella2-4/+0
2021-03-18nptl: Move fcntl from libpthreadAdhemerval Zanella1-2/+0
2021-03-18nptl: Remove sendmsg from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove recvmsg from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove sigwait from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove tcdrain from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove pause from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove msync from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove fsync from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove sendto from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove recvfrom from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove recv from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove connect from libpthreadAdhemerval Zanella2-4/+0
2021-03-18nptl: Remove accept from libpthreadAdhemerval Zanella2-2/+0
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella2-4/+0
2021-03-18nptl: Remove read from libpthreadAdhemerval Zanella2-4/+0
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella2-4/+0
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer2-0/+2
2021-02-19Update syscall lists for Linux 5.11.Joseph Myers2-0/+2
2021-02-11linux: Set default kernel_stat.h to LFSAdhemerval Zanella1-23/+0
2021-02-11linux: Fix STATFS_IS_STATFS64 definitionAdhemerval Zanella1-1/+1
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