1. a3c4835 sigreturn.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  2. d70d1c4 syscall.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  3. ccb4fda x86_64, x32: implement rt_sigreturn decoding by Dmitry V. Levin · 10 years ago
  4. 4341373 ioctl: use x32 specific ioctl entries on x32 personality by Dmitry V. Levin · 10 years ago
  5. 19fcb27 x32: fix build regression by Dmitry V. Levin · 10 years ago
  6. 6826f98 Cleanup auxiliary signalent files by Dmitry V. Levin · 10 years ago
  7. 789bc3a Cleanup auxiliary errnoent files by Dmitry V. Levin · 10 years ago
  8. df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 10 years ago
  9. e78f02a Wire up new syscalls by Dmitry V. Levin · 10 years ago
  10. 166b0bc Change syscallent.h files to use designated initializers by Dmitry V. Levin · 10 years ago
  11. b873785 Fix umount and umount2 syscall entries by Dmitry V. Levin · 10 years ago
  12. 45cffe0 Fix number of arguments in ipc family syscall entries by Dmitry V. Levin · 10 years ago
  13. b9efc7d Fix sched_setparam syscall entries by Dmitry V. Levin · 10 years ago
  14. 5b05361 Fix lookup_dcookie syscall entries by Dmitry V. Levin · 10 years ago
  15. fced7b0 process.c: split struct_user_offsets into architecture-specific include files by Dmitry V. Levin · 10 years ago
  16. e971da4 Update syscall tables to the point where they include renameat2 by Mike Frysinger · 10 years ago
  17. 212287c x32: update io_{setup,submit} syscalls by Mike Frysinger · 10 years ago
  18. 549e2c4 unwind: add SE and SI flags to syscall entries for all architectures by Dmitry V. Levin · 10 years ago
  19. cd96f77 Add TM flag to shmat and shmdt syscall entries by Dmitry V. Levin · 10 years ago
  20. cbd4e92 Add syscall entries for new linux syscalls by Dmitry V. Levin · 11 years ago
  21. 5273cb7 pread, pwrite: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  22. ea5a079 preadv, pwritev: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  23. eb1cc15 fallocate: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  24. 4996b3a readahead: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  25. 7ae4a88 x32: fix decoding of i386 truncate and ftruncate syscalls by Dmitry V. Levin · 11 years ago
  26. 0eeda2c x32: fix build regressions introduced by commit v4.7-96-g8435d67 by Dmitry V. Levin · 11 years ago
  27. 44f0ed1 Alias sys_*lstat* syscall printing functions by Dmitry V. Levin · 11 years ago
  28. bd2e28a x32: fix decoding of __old_kernel_stat based syscalls by Dmitry V. Levin · 11 years ago
  29. d2ab7fd Fix building outside source directory by Andreas Schwab · 11 years ago
  30. 2c42f32 Do not use off_t in sendfile decoding by Dmitry V. Levin · 12 years ago
  31. 99d3e01 Assorted fixes to syscallent.h by Denys Vlasenko · 12 years ago
  32. 4bfb198 Use the same style of includes in linux/*/* files by Denys Vlasenko · 12 years ago
  33. 09a87ae Remove wrong x32-specific lseek by Denys Vlasenko · 12 years ago
  34. 7943966 Enhance quotactl decoding by Dmitry V. Levin · 12 years ago
  35. 9679296 Add -e trace=memory option by Namhyung Kim · 12 years ago
  36. 85c2178 x32: add 64bit annotation too by Mike Frysinger · 12 years ago
  37. f04b5de x32: update {g,s}etsockopt syscall numbers by Mike Frysinger · 12 years ago
  38. d7df591 x32: update syscall table by Mike Frysinger · 12 years ago
  39. 085e428 x32: add ia32 support by H.J. Lu · 12 years ago
  40. 35be581 Add x32 support to strace by H.J. Lu · 12 years ago