1. b2ede14 Enhance setns syscall decoding by Masatake YAMATO · 10 years ago
  2. 985425a mips: fix syscall entries that should have TP flag set by Dmitry V. Levin · 10 years ago
  3. 10b735a xtensa: fix unshare syscall entry by Dmitry V. Levin · 10 years ago
  4. 117d13d alpha, hppa, mips n64: fix waitid syscall entry by Dmitry V. Levin · 10 years ago
  5. cd96f77 Add TM flag to shmat and shmdt syscall entries by Dmitry V. Levin · 10 years ago
  6. 6556315 Alias sys_vfork to sys_fork by Dmitry V. Levin · 10 years ago
  7. 7845a42 Fix preadv/pwritev offset decoding by Dmitry V. Levin · 10 years ago
  8. 15bc281 mips: enable decoding of set_thread_area by Dmitry V. Levin · 10 years ago
  9. 662221c x86_64, x32: enable decoding of modify_ldt, get_thread_area, and set_thread_area by Dmitry V. Levin · 10 years ago
  10. a7c6e51 Revert "Add support for Altera's Nios-II softcore architecture" by Dmitry V. Levin · 10 years ago
  11. 61e426e Add support for Altera's Nios-II softcore architecture by Ezequiel Garcia · 10 years ago
  12. 3acf403 Implement add_key, keyctl, and request_key decoding by Dmitry V. Levin · 10 years ago
  13. fc4727d Implement ioprio_get and ioprio_set decoding by Dmitry V. Levin · 10 years ago
  14. f67502e Implement finit_module decoding by Dmitry V. Levin · 10 years ago
  15. 2f332e9 Cleanup inotify syscalls decoding by Dmitry V. Levin · 10 years ago
  16. 9aaf88c Enhance reboot decoding by Dmitry V. Levin · 10 years ago
  17. 90aa9f4 Implement kexec_load decoding by Dmitry V. Levin · 10 years ago
  18. d21f186 Use prepared editions of recently imported linux headers by Dmitry V. Levin · 10 years ago
  19. 99db95d Implement fanotify_init and fanotify_mark decoding by Dmitry V. Levin · 10 years ago
  20. 2a32eaa Convert personality_options to XLAT form by Dmitry V. Levin · 10 years ago
  21. b88a6f8 Decode ptp ioctls by Stefan Sørensen · 10 years ago
  22. 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
  23. 16b9dcf Add support for decoding sync_file_range by William Manley · 11 years ago
  24. 9e937d9 fanotify_mark: fix number of args for 32bit arches by Mike Frysinger · 11 years ago
  25. 1cd3f5f ioctlent: add UAPI support by Dmitry V. Levin · 11 years ago
  26. 8190912 mips o32: fix syscall table by Dmitry V. Levin · 11 years ago
  27. b1e7cb1 mips n64: fix syscall table by Dmitry V. Levin · 11 years ago
  28. 26ff3f2 mips n32: fix syscall table by Dmitry V. Levin · 11 years ago
  29. f9236e6 sync_file_range: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  30. cbd4e92 Add syscall entries for new linux syscalls by Dmitry V. Levin · 11 years ago
  31. de462cf Move subcall decoding configuration out of the common code by Dmitry V. Levin · 11 years ago
  32. ebe3d3a sparc: remove some unused declarations and macros by Dmitry V. Levin · 11 years ago
  33. f6c246f metag: rename llseek syscall to _llseek by James Hogan · 11 years ago
  34. 28927cd metag: disable socket and ipc subcall support by James Hogan · 11 years ago
  35. 5273cb7 pread, pwrite: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  36. ea5a079 preadv, pwritev: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  37. 54aee7a ftruncate64, truncate64: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  38. eb1cc15 fallocate: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  39. 3f4a41a fadvise64, fadvise64_64: fix handlers and number of syscall arguments by Dmitry V. Levin · 11 years ago
  40. 34c445b mips: split syscallent.h by Dmitry V. Levin · 11 years ago
  41. 4996b3a readahead: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  42. 828bbd8 linux/syscall.h: make subcall decoding configuration more readable by Dmitry V. Levin · 11 years ago
  43. 2f6519a xtensa: disable socket and ipc subcall support by Chris Zankel · 11 years ago
  44. 6b03c9b Fix syscall flags by Dmitry V. Levin · 11 years ago
  45. c7b2f0c tile: disable socket and ipc subcall support by Chris Metcalf · 11 years ago
  46. 6b572cf Blackfin: disable socketcall and ipc subcall support by Mike Frysinger · 11 years ago
  47. 554c8be s390: fix # of args truncate64/ftruncate64 takes by Mike Frysinger · 11 years ago
  48. d648f29 Decode mtd/ubi ioctls by Mike Frysinger · 11 years ago
  49. 8582f88 ia64: fix compilation warnings introduced by commit v4.7-174-g44f0ed1 by Dmitry V. Levin · 11 years ago
  50. 7ae4a88 x32: fix decoding of i386 truncate and ftruncate syscalls by Dmitry V. Levin · 11 years ago
  51. 0eeda2c x32: fix build regressions introduced by commit v4.7-96-g8435d67 by Dmitry V. Levin · 11 years ago
  52. 44f0ed1 Alias sys_*lstat* syscall printing functions by Dmitry V. Levin · 11 years ago
  53. e67e9f8 x86_64: decode __old_kernel_stat based syscalls by Dmitry V. Levin · 11 years ago
  54. bd2e28a x32: fix decoding of __old_kernel_stat based syscalls by Dmitry V. Levin · 11 years ago
  55. d2ab7fd Fix building outside source directory by Andreas Schwab · 11 years ago
  56. 8f636ed Add support for the XTENSA architecture by Chris Zankel · 11 years ago
  57. 2c42f32 Do not use off_t in sendfile decoding by Dmitry V. Levin · 11 years ago
  58. cc90291 Disable STREAMS syscalls for non-SPARC by Denys Vlasenko · 11 years ago
  59. e7db465 Fix printstrbufarg's address argument to be long, not int by Denys Vlasenko · 11 years ago
  60. f877982 metag,or1k: whitesace style fix. no code changes by Denys Vlasenko · 11 years ago
  61. 99d3e01 Assorted fixes to syscallent.h by Denys Vlasenko · 11 years ago
  62. 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 11 years ago
  63. 7270de5 ARM: make it one-personality arch by Denys Vlasenko · 11 years ago
  64. e7030e5 arm: shorten syscall table for EABI - no point in storing NULL entries by Denys Vlasenko · 11 years ago
  65. 4bfb198 Use the same style of includes in linux/*/* files by Denys Vlasenko · 11 years ago
  66. 1ba8543 Clean up mmap decoding by Denys Vlasenko · 11 years ago
  67. 09a87ae Remove wrong x32-specific lseek by Denys Vlasenko · 11 years ago
  68. a32086f Cosmetic fixes to syscall tables, no code changes by Denys Vlasenko · 11 years ago
  69. bf8ed17 Make linux/mips/syscallent.h smaller by Denys Vlasenko · 11 years ago
  70. f5fa778 Whitespace fix, no code changes by Denys Vlasenko · 11 years ago
  71. 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 11 years ago
  72. 88eafd8 Improve perf_event_open argument decoding by Ben Noordhuis · 11 years ago
  73. 0b99a8a Add tilegx support to strace by Chris Metcalf · 11 years ago
  74. 890a5ca Add support for tracing 32-bit ARM EABI binaries on AArch64 by Steve McIntyre · 12 years ago
  75. 716c93e Move asm-generic ioctl definitions to linux/ioctlent.h.in by Dmitry V. Levin · 12 years ago
  76. 17e3860 Filter out redundant "*32" ioctl entries by Dmitry V. Levin · 12 years ago
  77. 7943966 Enhance quotactl decoding by Dmitry V. Levin · 12 years ago
  78. d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago
  79. d6dbd99 linux: add new errno values for EPROBE_DEFER and EOPENSTALE by Steve McIntyre · 12 years ago
  80. 9679296 Add -e trace=memory option by Namhyung Kim · 12 years ago
  81. 85c2178 x32: add 64bit annotation too by Mike Frysinger · 12 years ago
  82. f04b5de x32: update {g,s}etsockopt syscall numbers by Mike Frysinger · 12 years ago
  83. d7df591 x32: update syscall table by Mike Frysinger · 12 years ago
  84. 085e428 x32: add ia32 support by H.J. Lu · 12 years ago
  85. 35be581 Add x32 support to strace by H.J. Lu · 12 years ago
  86. 0cbed35 Decode mtd ioctls by Mike Frysinger · 12 years ago
  87. 7015fe4 powerpc: Add syscall entries for direct socket system calls by Anton Blanchard · 12 years ago
  88. c1371eb Shrink space needed by undefined syscalls in syscall tables. by Denys Vlasenko · 12 years ago
  89. 1be0279 Fix mips64 build failure: sys_pwrite64 doesn't exist. by Denys Vlasenko · 12 years ago
  90. 8677913 Revert "Remove underscores from a few syscall names which have them" by Denys Vlasenko · 12 years ago
  91. 31972d5 Remove underscores from a few syscall names which have them by Denys Vlasenko · 12 years ago
  92. b468f23 Implement prlimit64 decoding, rewrite [gs]etrlimit decoding by Dmitry V. Levin · 12 years ago
  93. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  94. dde045c alpha: fix decode of osf_sigprocmask by Mike Frysinger · 12 years ago
  95. 8f81e38 ia64: fix compilation warnings by Dmitry V. Levin · 12 years ago
  96. 297632b Implement sys_rt_tgsigqueueinfo syscall decoder by Dmitry V. Levin · 12 years ago
  97. ee3c22c Implement syslog syscall decoder by Dmitry V. Levin · 12 years ago
  98. 7af9f35 Implement sendmmsg syscall decoder by Dmitry V. Levin · 12 years ago
  99. 1ff463d Implement sched_rr_get_interval syscall decoder by Dmitry V. Levin · 12 years ago
  100. 64d0e71 Implement migrate_pages syscall decoder by Dmitry V. Levin · 12 years ago