1. 0929422 Add mpers support by Elvira Khabirova · 9 years ago
  2. d2eaf67 signal: SIGSYS: decode si_syscall & si_arch fields by Mike Frysinger · 9 years ago
  3. 483c15f Change comparisons with function pointers to comparisons with SENs by Elvira Khabirova · 9 years ago
  4. 28e32df Add unique syscall entry numbers (SENs) by Elvira Khabirova · 9 years ago
  5. 140ecf8 Introduce SEN macro by Elvira Khabirova · 9 years ago
  6. 204c2bc Implement RVAL_DECODED flag by Dmitry V. Levin · 9 years ago
  7. 4b80f34 Fix filtering of <unavailable> syscalls by Dmitry V. Levin · 9 years ago
  8. d93c4e8 Consistenly use #ifdef to check for AC_DEFINE'd macros by Dmitry V. Levin · 10 years ago
  9. 6c8ef05 Consistently use error_msg instead of fprintf(stderr) by Dmitry V. Levin · 10 years ago
  10. 3e9d71f Introduce memory allocation wrappers by Dmitry V. Levin · 10 years ago
  11. f34b97f mips o32: decode indirect syscall by Dmitry V. Levin · 10 years ago
  12. cc59f14 Fix confusing "resuming interrupted unknown" message by Denys Vlasenko · 10 years ago
  13. ea00900 get_scno: add diagnostics for invalid syscall numbers by Dmitry V. Levin · 10 years ago
  14. d70d1c4 syscall.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  15. 1b78607 syscall.c: prepare for the split by Dmitry V. Levin · 10 years ago
  16. 144cda2 Move get_regs error check from trace_syscall_entering to get_scno by Dmitry V. Levin · 10 years ago
  17. 78ed3f3 alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding by Dmitry V. Levin · 10 years ago
  18. c215569 decode_socket_subcall: fetch all arguments with a single umoven call by Dmitry V. Levin · 10 years ago
  19. 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 10 years ago
  20. 8497b62 Show the syscall name in "resuming interrupted call" message by Denys Vlasenko · 10 years ago
  21. 48f0890 ia64: use PTRACE_GETREGS to fetch registers by Dmitry V. Levin · 10 years ago
  22. 20eca8a s390, s390x: use PTRACE_GETREGSET to fetch registers by Dmitry V. Levin · 10 years ago
  23. 47e289b aarch64: fix compilation warnings by Dmitry V. Levin · 10 years ago
  24. 5b9b7e1 aarch64: implement rt_sigreturn decoding by Dmitry V. Levin · 10 years ago
  25. ccb4fda x86_64, x32: implement rt_sigreturn decoding by Dmitry V. Levin · 10 years ago
  26. f677715 mips: fix compilation warning by Dmitry V. Levin · 10 years ago
  27. d819fe8 aarch64: add -i option support by Dmitry V. Levin · 10 years ago
  28. d93d9f8 Fix multiple personalities support in decoding syscall return values by Dmitry V. Levin · 10 years ago
  29. 7211dbc build: include ptrace.h after regs.h by Dmitry V. Levin · 10 years ago
  30. 23ce9e4 Remove support for systems without PTRACE_SETOPTIONS by Dmitry V. Levin · 10 years ago
  31. b2d9ff2 sparc, x32: fix build regression by Dmitry V. Levin · 10 years ago
  32. b2f8c77 Change errnoent.h files to use designated initializers by Dmitry V. Levin · 10 years ago
  33. fb585db is_negated_errno: sync MAX_ERRNO with the kernel by Dmitry V. Levin · 10 years ago
  34. e96cb62 print_pc: fix multiple personalities support by Dmitry V. Levin · 10 years ago
  35. 4f2d1ae mips: use PTRACE_GETREGS to fetch all registers by Dmitry V. Levin · 10 years ago
  36. f97a477 i386: fix compilation warning by Dmitry V. Levin · 10 years ago
  37. 5d09224 get_syscall_result: remove redundant ifdefs by Dmitry V. Levin · 10 years ago
  38. 9a176c9 get_regs: define for all architectures by Dmitry V. Levin · 10 years ago
  39. 7abf2e8 get_regs: unify code for architectures that use PTRACE_GETREGS by Dmitry V. Levin · 10 years ago
  40. d6db1db get_regset: define iff PTRACE_GETREGSET is used by Dmitry V. Levin · 10 years ago
  41. 82ae5b9 arm, i386: switch back to use PTRACE_GETREGS by Dmitry V. Levin · 10 years ago
  42. ebea342 syscall.c: remove obsolete ifdefs by Dmitry V. Levin · 10 years ago
  43. 4c3f2ae syscall.c: ensure that NT_PRSTATUS is defined by Dmitry V. Levin · 10 years ago
  44. 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 10 years ago
  45. fadf379 Move all ptrace-related macros and declarations from defs.h to ptrace.h by Dmitry V. Levin · 10 years ago
  46. 85dc4a1 Do not watch for post-execve SIGTRAP if PTRACE_O_TRACEEXEC is enabled by Dmitry V. Levin · 10 years ago
  47. 0946052 is_negated_errno: support large errno values by Dmitry V. Levin · 10 years ago
  48. d70c41d x86, x32, x86_64: print SECCOMP_RET_ERRNO filtered syscalls by Dmitry V. Levin · 10 years ago
  49. f46ab5f is_negated_errno: merge x86_64 and x32 definitions by Dmitry V. Levin · 10 years ago
  50. 38b2955 x32: rename is_negated_errno_x32 to is_negated_errno by Dmitry V. Levin · 10 years ago
  51. 8e398b6 x86, x32, x86_64: do not skip syscall number -1 by Dmitry V. Levin · 10 years ago
  52. c394832 x86_64: do not interpet syscall number -1 as a x32 personality syscall by Dmitry V. Levin · 10 years ago
  53. dc52121 Fix simultaneous -e read and -e write usage by Aurelien Jacobs · 10 years ago
  54. df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 10 years ago
  55. 03b4454 ARM OABI: fix potential compilation warning by Dmitry V. Levin · 10 years ago
  56. cf7248d arm: rewrite shuffle_scno in a bit more readable way by Dmitry V. Levin · 10 years ago
  57. a807dce Add functions for dumping iovecs in mmsghdr used in sendmmsg and recvmmsg by Masatake YAMATO · 10 years ago
  58. 02f9f6b Add a function for dumping iovec in msghdr used in sendmsg and recvmsg by Masatake YAMATO · 10 years ago
  59. 40c174b Include <linux/ptrace.h> regardless of <sys/reg.h> existence by Maarten ter Huurne · 10 years ago
  60. 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
  61. 64aa1b1 Decode paths associated with file descriptors returned by syscalls by Zubin Mithra · 11 years ago
  62. ed69fc2 unwind: move stacktrace capturing and mmap cache invalidating to trace_syscall_entering by Masatake YAMATO · 11 years ago
  63. 1d78d22 unwind: introduce markers specifying the needs of special care in unwinding by Masatake YAMATO · 11 years ago
  64. 6141392 unwind: give all exported functions "unwind_" prefix by Masatake YAMATO · 11 years ago
  65. 327064b Add -k option to print stack trace after each syscall by Luca Clementi · 11 years ago
  66. ac5133d Constify count_syscall function by Dmitry V. Levin · 11 years ago
  67. 6556315 Alias sys_vfork to sys_fork by Dmitry V. Levin · 11 years ago
  68. 0160e16 ARM EABI: disable OABI support by default by Dmitry V. Levin · 11 years ago
  69. 7a28f7f aarch64: fix decoding of arm syscall numbers by Elliott Hughes · 11 years ago
  70. a78d777 powerpc64: fix 64-bit process detection on embedded by James Yang · 11 years ago
  71. 94e246a Delete old PTRACE_{PEEK,POKE}USR logic by Mike Frysinger · 11 years ago
  72. 0b4060f Work around conflict between <sys/ptrace.h> and <linux/ptrace.h> by Ali Polatel · 11 years ago
  73. 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
  74. e600ac6 I386: fix signedness mismatch warning by Denys Vlasenko · 11 years ago
  75. 94e1035 ARM: remove wrong NSIG = 32 define by Denys Vlasenko · 11 years ago
  76. b51f364 Improve sigreturn decoding on x86 to show RT signal bits too. by Denys Vlasenko · 11 years ago
  77. 9459dfb powerpc: fix some compiler warnings by Anton Blanchard · 11 years ago
  78. f5730e9 s390[x]: get rid of syscall_mode, delete code which never triggers by Denys Vlasenko · 11 years ago
  79. 8b7aa2b ARM: add STRACE_KNOWS_ONLY_EABI define which can be used to omit OABI support by Denys Vlasenko · 11 years ago
  80. 5a2483b Remove ia64-specific printing of current address on signal delivery by Denys Vlasenko · 11 years ago
  81. c09646a Rename ia32 to ia64_ia32mode, and make it bool, not long by Denys Vlasenko · 11 years ago
  82. 4793221 Fold is_restart_error() into its sole user by Denys Vlasenko · 11 years ago
  83. 44a6d04 POWERPC: get rid of "static long ppc_result" by Denys Vlasenko · 11 years ago
  84. 6b3016e POWERPC: read ppc_regs.nip if -i by Denys Vlasenko · 11 years ago
  85. 7eb8932 POWERPC: if GETREGS fails with EIO, don't try it again by Denys Vlasenko · 11 years ago
  86. 7f5a132 Get rid of powerpc_getreg(), it's a copy of upeek() by Denys Vlasenko · 11 years ago
  87. 752e5a0 Change upeek() to take pid, not full tcp. by Denys Vlasenko · 11 years ago
  88. 14d51a6 powerpc: Provide a fallback for old kernels without PTRACE_GETREGS by Anton Blanchard · 11 years ago
  89. ce6e33b powerpc: Use PTRACE_GETREGS to fetch all registers by Anton Blanchard · 11 years ago
  90. 2a3d275 Hide startup syscalls. by Denys Vlasenko · 12 years ago
  91. 8f636ed Add support for the XTENSA architecture by Chris Zankel · 12 years ago
  92. b787b10 Reorganize get_regs code, hopefully without functional changes by Dmitry V. Levin · 12 years ago
  93. faa177e arm, i386: use PTRACE_GETREGSET if available by Dmitry V. Levin · 12 years ago
  94. 32c049a Include <sys/uio.h> and <elf.h> on all architectures by Dmitry V. Levin · 12 years ago
  95. 27e3ae9 x86-64: enhance PTRACE_GETREGSET test by Dmitry V. Levin · 12 years ago
  96. ee348c6 x32: use PTRACE_GETREGSET unconditionally by Dmitry V. Levin · 12 years ago
  97. 0482c5a x86-64, x32: do not include linux/ptrace.h unnecessarily by Dmitry V. Levin · 12 years ago
  98. aba6292 Emit better message for ERESTARTNOHAND return by Denys Vlasenko · 12 years ago
  99. 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 12 years ago
  100. 7b9e45e Fix trace=set regression introduced by commit v4.7-111-g9cbc15b by Dmitry V. Levin · 12 years ago