1. 4ab2040 Fix numbers of syscall arguments in syscall tables by Dmitry V. Levin · 9 years ago
  2. 90c7de6 aarch64: make arm registers unsigned by Dmitry V. Levin · 9 years ago
  3. c37173f aarch64: swap 64-bit and 32-bit personalities by Dmitry V. Levin · 9 years ago
  4. 5105d4a Cleanup print_pc by Dmitry V. Levin · 9 years ago
  5. 1651051 cleanup: make get_scno.c files more readable by Dmitry V. Levin · 9 years ago
  6. 64672a6 cleanup: make get_syscall_args.c files more readable by Dmitry V. Levin · 9 years ago
  7. 0c8c5c9 cleanup: make get_error.c files more readable by Dmitry V. Levin · 9 years ago
  8. 140ecf8 Introduce SEN macro by Elvira Khabirova · 9 years ago
  9. a3c4835 sigreturn.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  10. d70d1c4 syscall.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  11. 71d6ffc aarch64: properly decode generic syscalls by Andreas Schwab · 10 years ago
  12. 0e3811d aarch64: fix ioctl decoding by Andreas Schwab · 10 years ago
  13. 47e289b aarch64: fix compilation warnings by Dmitry V. Levin · 10 years ago
  14. 5b9b7e1 aarch64: implement rt_sigreturn decoding by Dmitry V. Levin · 10 years ago
  15. 6826f98 Cleanup auxiliary signalent files by Dmitry V. Levin · 10 years ago
  16. 789bc3a Cleanup auxiliary errnoent files by Dmitry V. Levin · 10 years ago
  17. df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 10 years ago
  18. b873785 Fix umount and umount2 syscall entries by Dmitry V. Levin · 10 years ago
  19. 200c02c Create generic 64-bit syscallent.h by Dmitry V. Levin · 10 years ago
  20. b9efc7d Fix sched_setparam syscall entries by Dmitry V. Levin · 10 years ago
  21. f8b7994 aarch64: fix syscall names for statfs, fstatfs, truncate, and ftruncate by Dmitry V. Levin · 10 years ago
  22. 83eaf7b aarch64: fix mlock syscall entry by Dmitry V. Levin · 10 years ago
  23. e971da4 Update syscall tables to the point where they include renameat2 by Mike Frysinger · 10 years ago
  24. 549e2c4 unwind: add SE and SI flags to syscall entries for all architectures by Dmitry V. Levin · 11 years ago
  25. cd96f77 Add TM flag to shmat and shmdt syscall entries by Dmitry V. Levin · 11 years ago
  26. 5273cb7 pread, pwrite: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
  27. ea5a079 preadv, pwritev: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
  28. eb1cc15 fallocate: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
  29. 4996b3a readahead: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
  30. 6b03c9b Fix syscall flags by Dmitry V. Levin · 12 years ago
  31. d2ab7fd Fix building outside source directory by Andreas Schwab · 12 years ago
  32. 2c42f32 Do not use off_t in sendfile decoding by Dmitry V. Levin · 12 years ago
  33. 99d3e01 Assorted fixes to syscallent.h by Denys Vlasenko · 12 years ago
  34. 890a5ca Add support for tracing 32-bit ARM EABI binaries on AArch64 by Steve McIntyre · 12 years ago
  35. 7943966 Enhance quotactl decoding by Dmitry V. Levin · 12 years ago
  36. d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago