1. 9b7ed97 bits/syscall.h: add __NR_faccessat2 from linux v5.8 by Szabolcs Nagy · 4 years, 4 months ago
  2. d990090 add pidfd_getfd and openat2 syscall numbers from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
  3. ffac0c2 use generic bits/fcntl.h for x86_64 and riscv64 by Rich Felker · 4 years, 3 months ago
  4. 3a5b9ae deduplicate __pthread_self thread pointer adjustment out of each arch by Rich Felker · 4 years, 3 months ago
  5. ea71a90 deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET by Rich Felker · 4 years, 3 months ago
  6. 329e792 move riscv64 register index constants to signal.h by Rich Felker · 4 years, 10 months ago
  7. 83350eb fix riscv64 a_cas inline asm operand sign extension by Luís Marques · 4 years, 10 months ago
  8. fa765ca add clone3 syscall number from linux v5.3 by Szabolcs Nagy · 5 years ago
  9. a452891 add pidfd_open syscall number from linux v5.3 by Szabolcs Nagy · 5 years ago
  10. d6dcfe4 move time_t and suseconds_t definitions to common alltypes.h.in by Rich Felker · 5 years ago
  11. a0252bc move msghdr and cmsghdr out of bits/socket.h by Rich Felker · 5 years ago
  12. 2d3083e move pthread types out of per-arch alltypes.h by Rich Felker · 5 years ago
  13. 7cc79d1 define LONG_MAX via arch alltypes.h, strip down bits/limits.h by Rich Felker · 5 years ago
  14. 71d23fb remove indirect use of endian.h from public headers by Rich Felker · 5 years ago
  15. 97d35a5 move __BYTE_ORDER definition to alltypes.h by Rich Felker · 5 years ago
  16. 00ec11d remove per-arch definitions for va_list by Rich Felker · 5 years ago
  17. a0993f8 reintroduce riscv64 struct sigcontext by Rich Felker · 5 years ago
  18. 2c2477d fix riscv64 elf_fpregset_t type and member names mismatch by Rich Felker · 5 years ago
  19. ab3eb89 fix riscv64 signal.h namespace violations and ucontext API mismatches by Rich Felker · 5 years ago
  20. 7d5c570 correct the operand specifiers in the riscv64 CAS routines by Palmer Dabbelt · 5 years ago
  21. b607630 add new syscall numbers from linux v5.2 by Szabolcs Nagy · 5 years ago
  22. 29e8737 re-add ELF gregs and fpregs types to riscv64 user.h by Khem Raj · 5 years ago
  23. d493206 remove riscv64 bits/user.h contents by Rich Felker · 5 years ago
  24. 8acc688 fix risc64 conflict with kernel headers by Baruch Siach · 5 years ago
  25. 6fcb440 update riscv64 syscall numbers to linux v5.1 by Rich Felker · 5 years ago
  26. 319b2d0 remove gratuitously-different arch-specific bits/ipc.h files by Rich Felker · 5 years ago
  27. f56d57f move IPC_64 from public bits/ipc.h to syscall_arch.h by Rich Felker · 5 years ago
  28. b74b3eb remove duplicates of new generic bits/msg.h by Rich Felker · 5 years ago
  29. de5e56c remove duplicates of new generic bits/sem.h by Rich Felker · 5 years ago
  30. 1afe5f3 extricate bits/sem.h from x32 time_t hack by Rich Felker · 5 years ago
  31. 484c34f remove duplicates of new generic bits/shm.h by Rich Felker · 5 years ago
  32. 01ae3fc decouple struct stat from kernel type by Rich Felker · 5 years ago
  33. f0eb2e7 use register constraint instead of memory operand for riscv64 atomics by Rich Felker · 5 years ago
  34. 2dcbeab fix riscv64 atomic asm constraints by Rich Felker · 5 years ago
  35. 8eb49e0 fix riscv64 syscall asm constraint by Rich Felker · 5 years ago
  36. 524e76f remove spurious MAP_32BIT definition from riscv64 arch by Rich Felker · 5 years ago
  37. 0a48860 add riscv64 architecture support by Rich Felker · 5 years ago