1. a6dd094 Implement decoding of preadv2 and pwritev2 syscalls by Dmitry V. Levin · 9 years ago
  2. 1e9c966 Remove initialization of big holes in syscallent.h files by Dmitry V. Levin · 9 years ago
  3. c1f99f5 Implement copy_file_range syscall decoding by Dmitry V. Levin · 9 years ago
  4. 4ab2040 Fix numbers of syscall arguments in syscall tables by Dmitry V. Levin · 9 years ago
  5. aef5e14 Set SYSCALL_NEVER_FAILS flag for getpid, getppid and gettid syscall by Dmitry V. Levin · 9 years ago
  6. dd039b7 Set SYSCALL_NEVER_FAILS flag for umask syscall by Dmitry V. Levin · 9 years ago
  7. ffb6c55 Set SYSCALL_NEVER_FAILS flag for personality syscall by Dmitry V. Levin · 9 years ago
  8. 38a34c9 Add copyright headers to some files which lack them by Dmitry V. Levin · 9 years ago
  9. c37173f aarch64: swap 64-bit and 32-bit personalities by Dmitry V. Levin · 9 years ago
  10. 69b7307 Fix select and _newselect syscall entries by Dmitry V. Levin · 9 years ago
  11. 211d6ef fcntl: create a separate parser for fcntl64 syscall by Elvira Khabirova · 9 years ago
  12. 5105d4a Cleanup print_pc by Dmitry V. Levin · 9 years ago
  13. 1651051 cleanup: make get_scno.c files more readable by Dmitry V. Levin · 9 years ago
  14. 64672a6 cleanup: make get_syscall_args.c files more readable by Dmitry V. Levin · 9 years ago
  15. 0c8c5c9 cleanup: make get_error.c files more readable by Dmitry V. Levin · 9 years ago
  16. 527b42f cleanup: make arch_sigreturn.c files more readable by Dmitry V. Levin · 9 years ago
  17. 329288b Fix syscall entries of unimplemented getpmsg and putpmsg syscalls by Dmitry V. Levin · 9 years ago
  18. a318cc0 Fix syscall entries of deprecated bdflush syscall by Dmitry V. Levin · 9 years ago
  19. 401d4bd Wire up userfaultfd, membarrier, and mlock2 syscalls by Dmitry V. Levin · 9 years ago
  20. 82841f7 alpha, arm, ia64, mips, sh64: fix semop syscall entries by Dmitry V. Levin · 9 years ago
  21. 140ecf8 Introduce SEN macro by Elvira Khabirova · 9 years ago
  22. 6c8ef05 Consistently use error_msg instead of fprintf(stderr) by Dmitry V. Levin · 10 years ago
  23. 9945ec9 arm: fix v4.10-25-g8497b62 fallout by Dmitry V. Levin · 10 years ago
  24. a3c4835 sigreturn.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  25. d70d1c4 syscall.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  26. dbadf7b Fix decoding of mmap2 for arm by Andreas Schwab · 10 years ago
  27. 5b9b7e1 aarch64: implement rt_sigreturn decoding by Dmitry V. Levin · 10 years ago
  28. ddcf549 Rename _newselect to select by Dmitry V. Levin · 10 years ago
  29. adee242 arm: sync syscall entry names with kernel by Dmitry V. Levin · 10 years ago
  30. ff865c6 arm: fix get_mempolicy, set_mempolicy, and timerfd_create syscall entries by Dmitry V. Levin · 10 years ago
  31. d77f742 arm: simplify ARM_FIRST_SHUFFLED_SYSCALL definition by Dmitry V. Levin · 10 years ago
  32. 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 10 years ago
  33. df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 10 years ago
  34. e78f02a Wire up new syscalls by Dmitry V. Levin · 10 years ago
  35. 166b0bc Change syscallent.h files to use designated initializers by Dmitry V. Levin · 10 years ago
  36. e56465c Fix getrlimit and ugetrlimit syscall entries by Dmitry V. Levin · 10 years ago
  37. b873785 Fix umount and umount2 syscall entries by Dmitry V. Levin · 10 years ago
  38. 45cffe0 Fix number of arguments in ipc family syscall entries by Dmitry V. Levin · 10 years ago
  39. b9efc7d Fix sched_setparam syscall entries by Dmitry V. Levin · 10 years ago
  40. 48ce4a3 ARM EABI: reserve some space for new syscalls by Dmitry V. Levin · 10 years ago
  41. cf7248d arm: rewrite shuffle_scno in a bit more readable way by Dmitry V. Levin · 10 years ago
  42. 7c524f4 Move socket and ipc subcall entries to subcall.h by Dmitry V. Levin · 10 years ago
  43. 530bed0 Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscalls by Dmitry V. Levin · 10 years ago
  44. 80f7db1 Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls by Dmitry V. Levin · 10 years ago
  45. fced7b0 process.c: split struct_user_offsets into architecture-specific include files by Dmitry V. Levin · 10 years ago
  46. e971da4 Update syscall tables to the point where they include renameat2 by Mike Frysinger · 10 years ago
  47. 549e2c4 unwind: add SE and SI flags to syscall entries for all architectures by Dmitry V. Levin · 11 years ago
  48. cd96f77 Add TM flag to shmat and shmdt syscall entries by Dmitry V. Levin · 11 years ago
  49. 7845a42 Fix preadv/pwritev offset decoding by Dmitry V. Levin · 11 years ago
  50. 9e937d9 fanotify_mark: fix number of args for 32bit arches by Mike Frysinger · 11 years ago
  51. cbd4e92 Add syscall entries for new linux syscalls by Dmitry V. Levin · 12 years ago
  52. de462cf Move subcall decoding configuration out of the common code by Dmitry V. Levin · 12 years ago
  53. 6b03c9b Fix syscall flags by Dmitry V. Levin · 12 years ago
  54. 99d3e01 Assorted fixes to syscallent.h by Denys Vlasenko · 12 years ago
  55. 7270de5 ARM: make it one-personality arch by Denys Vlasenko · 12 years ago
  56. e7030e5 arm: shorten syscall table for EABI - no point in storing NULL entries by Denys Vlasenko · 12 years ago
  57. 4bfb198 Use the same style of includes in linux/*/* files by Denys Vlasenko · 12 years ago
  58. 1ba8543 Clean up mmap decoding by Denys Vlasenko · 12 years ago
  59. a32086f Cosmetic fixes to syscall tables, no code changes by Denys Vlasenko · 12 years ago
  60. 7943966 Enhance quotactl decoding by Dmitry V. Levin · 12 years ago
  61. 9679296 Add -e trace=memory option by Namhyung Kim · 12 years ago
  62. c1371eb Shrink space needed by undefined syscalls in syscall tables. by Denys Vlasenko · 13 years ago
  63. 8677913 Revert "Remove underscores from a few syscall names which have them" by Denys Vlasenko · 13 years ago
  64. 31972d5 Remove underscores from a few syscall names which have them by Denys Vlasenko · 13 years ago
  65. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
  66. d92029e Add syscall entries for new linux syscalls by Dmitry V. Levin · 13 years ago
  67. 3cc9438 Fix sigreturn arg count from 1 to 0 on all architectures. by Denys Vlasenko · 13 years ago
  68. 00ebeee Add syscall entries for new linux syscalls by Dmitry V. Levin · 13 years ago
  69. b11adf3 arm: fix io_* syscall entries by Dmitry V. Levin · 13 years ago
  70. 0c79bef Fix mincore syscall entries by Dmitry V. Levin · 13 years ago
  71. e86f542 Fix sendmsg syscall entries by Dmitry V. Levin · 13 years ago
  72. 609ccb2 Fix epoll_wait syscall entries by Dmitry V. Levin · 13 years ago
  73. 6ea78df Fix epoll_ctl syscall entries by Dmitry V. Levin · 13 years ago
  74. 2b1d119 arm: fix epoll_create syscall entry by Dmitry V. Levin · 13 years ago
  75. 6710f4a Fix mlockall syscall entries by Dmitry V. Levin · 13 years ago
  76. a706881 Fix epoll_pwait syscall entries by Dmitry V. Levin · 13 years ago
  77. 30a0515 Fix reboot syscall entries by Dmitry V. Levin · 13 years ago
  78. c0861c0 Fix swapon syscall entries by Dmitry V. Levin · 13 years ago
  79. 9538352 Rename siggetmask to sgetmask and sigsetmask to ssetmask by Dmitry V. Levin · 13 years ago
  80. 454dcd4 Add TRACE_IPC flag to sys_ipc syscall entries by Dmitry V. Levin · 13 years ago
  81. b9e897d Add names for dummy parsers. No code changes by Dmitry V. Levin · 13 years ago
  82. d99e48c Implement decoding of splice, tee and vmsplice(2) syscalls by Dmitry V. Levin · 13 years ago
  83. d9560c1 Set saner MAX_ARGS (6 or 8) for X86_64 and I386 by Denys Vlasenko · 13 years ago
  84. f073679 Don't display bogus parameter for sigreturn syscall by Denys Vlasenko · 14 years ago
  85. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 14 years ago
  86. 7a5b08f ARM EABI: fix 64-bit syscall's arguments decoding by Dmitry V. Levin · 14 years ago
  87. 3087dd6 Linux: implement decoding of preadv and pwritev syscalls by Damir Shayhutdinov · 14 years ago
  88. 9004e12 linux/ioctlent: unify them all by Mike Frysinger · 14 years ago
  89. 7bab9fc Add TRACE_DESC|TRACE_FILE flags to fanotify_* sysentries by Dmitry V. Levin · 14 years ago
  90. 2bc744d Fix flags of fallocate sysentries by Dmitry V. Levin · 14 years ago
  91. b9839ef Add TRACE_DESC flag to epoll_create* sysentries by Dmitry V. Levin · 14 years ago
  92. 1e43961 Add TRACE_DESC flag to fgetxattr, flistxattr, and fremovexattr sysentries by Dmitry V. Levin · 14 years ago
  93. 612e092 Add TRACE_FILE flag to swapoff sysentries by Dmitry V. Levin · 14 years ago
  94. fdbe3c5 Add TRACE_DESC flag to fadvise64* sysentries by Dmitry V. Levin · 14 years ago
  95. bde8033 Add TRACE_DESC flag to mmap, mmap2, and old_mmap sysentries by Dmitry V. Levin · 14 years ago
  96. 50a218d Fix decoding of get[ug]id, gete[ug]id and setfs[ug]id return values by Dmitry V. Levin · 14 years ago
  97. 62d0428 * linux/*/syscallent.h: Fix typo in sys_newfstatat syscall flags. by Dmitry V. Levin · 14 years ago
  98. e9e3d70 Update linux/*/syscallent.h files to match Linux kernel v2.6.37 by Dmitry V. Levin · 14 years ago
  99. 6230039 Update linux/*/syscallent.h files to match Linux kernel v2.6.33 by Dmitry V. Levin · 15 years ago
  100. 0873f29 Decode recvmmsg syscall by Andreas Schwab · 15 years ago