prevent invalid reads of nl_arg in printf_core
[musl] / arch / riscv64 /
2022-03-08 Szabolcs Nagybits/syscall.h: add landlock syscalls from linux v5.13
2022-03-08 Szabolcs Nagybits/syscall.h: add mount_setattr from linux v5.12
2022-03-08 Szabolcs Nagybits/syscall.h: add epoll_pwait2 from linux v5.11
2021-06-05 Khem Rajriscv: rename __NR_fstatat __NR_newfstatat
2021-02-15 Szabolcs Nagybits/syscall.h: add process_madvise from linux v5.10
2021-02-13 Khem Rajriscv64: define ELF_NFPREG
2020-12-06 Drew DeVaultriscv64: fix inconsistent ucontext_t struct tag
2020-11-29 Szabolcs Nagybits/syscall.h: add __NR_close_range from linux v5.9
2020-09-09 Szabolcs Nagybits/syscall.h: add __NR_faccessat2 from linux v5.8
2020-09-09 Szabolcs Nagyadd pidfd_getfd and openat2 syscall numbers from linux...
2020-09-03 Rich Felkeruse generic bits/fcntl.h for x86_64 and riscv64
2020-08-27 Rich Felkerdeduplicate __pthread_self thread pointer adjustment...
2020-08-25 Rich Felkerdeduplicate TP_ADJ logic out of each arch, replace...
2020-02-04 Rich Felkermove riscv64 register index constants to signal.h
2020-01-22 Luís Marquesfix riscv64 a_cas inline asm operand sign extension
2019-12-30 Szabolcs Nagyadd clone3 syscall number from linux v5.3
2019-12-30 Szabolcs Nagyadd pidfd_open syscall number from linux v5.3
2019-11-02 Rich Felkermove time_t and suseconds_t definitions to common allty...
2019-11-02 Rich Felkermove msghdr and cmsghdr out of bits/socket.h
2019-10-17 Rich Felkermove pthread types out of per-arch alltypes.h
2019-10-17 Rich Felkerdefine LONG_MAX via arch alltypes.h, strip down bits...
2019-10-17 Rich Felkerremove indirect use of endian.h from public headers
2019-10-17 Rich Felkermove __BYTE_ORDER definition to alltypes.h
2019-10-17 Rich Felkerremove per-arch definitions for va_list
2019-10-02 Rich Felkerreintroduce riscv64 struct sigcontext
2019-09-30 Rich Felkerfix riscv64 elf_fpregset_t type and member names mismatch
2019-09-29 Rich Felkerfix riscv64 signal.h namespace violations and ucontext...
2019-09-25 Palmer Dabbeltcorrect the operand specifiers in the riscv64 CAS routines
2019-09-11 Szabolcs Nagyadd new syscall numbers from linux v5.2
2019-08-14 Khem Rajre-add ELF gregs and fpregs types to riscv64 user.h
2019-08-06 Rich Felkerremove riscv64 bits/user.h contents
2019-08-06 Baruch Siachfix risc64 conflict with kernel headers
2019-08-03 Rich Felkerupdate riscv64 syscall numbers to linux v5.1
2019-07-30 Rich Felkerremove gratuitously-different arch-specific bits/ipc...
2019-07-30 Rich Felkermove IPC_64 from public bits/ipc.h to syscall_arch.h
2019-07-29 Rich Felkerremove duplicates of new generic bits/msg.h
2019-07-29 Rich Felkerremove duplicates of new generic bits/sem.h
2019-07-29 Rich Felkerextricate bits/sem.h from x32 time_t hack
2019-07-29 Rich Felkerremove duplicates of new generic bits/shm.h
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-17 Rich Felkeruse register constraint instead of memory operand for...
2019-07-17 Rich Felkerfix riscv64 atomic asm constraints
2019-07-17 Rich Felkerfix riscv64 syscall asm constraint
2019-07-04 Rich Felkerremove spurious MAP_32BIT definition from riscv64 arch
2019-06-14 Rich Felkeradd riscv64 architecture support