1. 1a880cf pathtrace: fix umovestr return code check by Dmitry V. Levin · 11 years ago
  2. e6f5524 Fix compilation errors uncovered by -Werror=enum-compare by Dmitry V. Levin · 11 years ago
  3. 905e8e0 Mass replace error_msg("%s", "literal") -> error_msg("literal") by Denys Vlasenko · 11 years ago
  4. 1d58fe9 Make umoven report success as 0, not >=0, stop returning success on partial reads by Ben Noordhuis · 11 years ago
  5. 05f3251 Assorted NOMMU fixes by Denys Vlasenko · 11 years ago
  6. 38e79bb Shorten help text - no need to show deprecated option -F by Denys Vlasenko · 11 years ago
  7. 859ea8b Merge adjacent tprint's by Denys Vlasenko · 11 years ago
  8. b43dacd Correct i > MAX_NSYSCALLS commparison: should be i >= MAX_NSYSCALLS by Denys Vlasenko · 11 years ago
  9. f90979b Fix wrong offset display in dumpstr by Denys Vlasenko · 11 years ago
  10. 7632580 Fix a bug in dumpstr (no null termination). Essentially rewrote dumpstr by Denys Vlasenko · 11 years ago
  11. 9cbc15b Eliminate MAX_QUALS, make qualifier array dynamic by Denys Vlasenko · 11 years ago
  12. a9fe13c Create and use struct_sysent and struct_ioctlent typedefs. by Denys Vlasenko · 11 years ago
  13. 40d63b9 Use tcp->qual_flg instead of qual_flags[] in verbose() and abbrev() by Denys Vlasenko · 11 years ago
  14. c1540fe Remove unused QUAL_FAULT code (was used by non-Linux code only). by Denys Vlasenko · 11 years ago
  15. a585c9d Use uint8_t for qual_flags[] instead of ints. by Denys Vlasenko · 11 years ago
  16. 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 11 years ago
  17. 7270de5 ARM: make it one-personality arch by Denys Vlasenko · 11 years ago
  18. e7030e5 arm: shorten syscall table for EABI - no point in storing NULL entries by Denys Vlasenko · 11 years ago
  19. 4bfb198 Use the same style of includes in linux/*/* files by Denys Vlasenko · 11 years ago
  20. 2544f98 Fix compiler warnings by Denys Vlasenko · 11 years ago
  21. 30c0323 Improve comment text. No code changes by Denys Vlasenko · 11 years ago
  22. f909c8d Fix NOMMU + daemonized tracer SEGV by Denys Vlasenko · 11 years ago
  23. 5c9d8f4 Make it possible to to do test builds for NOMMU architectures by Denys Vlasenko · 11 years ago
  24. 1ba8543 Clean up mmap decoding by Denys Vlasenko · 11 years ago
  25. afd0072 Remove unused function sys_mmap64 by Denys Vlasenko · 11 years ago
  26. 8435d67 Remove code which supports systems with long long off_t. by Denys Vlasenko · 11 years ago
  27. 8dedb0d Fixes in "new" mmap by Denys Vlasenko · 11 years ago
  28. 923255c Preliminary simplifications in mmap functions by Denys Vlasenko · 11 years ago
  29. c9d0fc0 Remove broken HAVE_LONG_LONG conditionals by Denys Vlasenko · 11 years ago
  30. 0612176 Use explicit long type instead of off_t by Denys Vlasenko · 11 years ago
  31. 86738a2 Merge two identical tables by Denys Vlasenko · 11 years ago
  32. 09a87ae Remove wrong x32-specific lseek by Denys Vlasenko · 11 years ago
  33. 782d90f Fix SEGV in lseek by Denys Vlasenko · 11 years ago
  34. 386b871 Comment inner workings of sys_[l]lseek by Denys Vlasenko · 11 years ago
  35. a32086f Cosmetic fixes to syscall tables, no code changes by Denys Vlasenko · 11 years ago
  36. bf8ed17 Make linux/mips/syscallent.h smaller by Denys Vlasenko · 11 years ago
  37. c956ef0 Simple optimization in get_error by Denys Vlasenko · 11 years ago
  38. 5721cdb Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALID by Denys Vlasenko · 11 years ago
  39. 48e4c1b Finish prefixing regs struct names with arch_ by Denys Vlasenko · 11 years ago
  40. 2550d48 Use the same type for i386_regs on 32-bit and 64-bit x86. by Denys Vlasenko · 11 years ago
  41. ddd2da2 Fix build error on Tile by Denys Vlasenko · 11 years ago
  42. 6cf3605 x86: zero-extend 32-bit args in syscall entry instead of sign-extension by Denys Vlasenko · 11 years ago
  43. e015d2d Macroize conditional signed widening operation by Denys Vlasenko · 11 years ago
  44. ae8643e A better handling of current_wordsize by Denys Vlasenko · 11 years ago
  45. cb26b75 Remove unnecessary "return 0" statements by Denys Vlasenko · 11 years ago
  46. e3b248d x86: fix required kernel version for GETREGSET by Denys Vlasenko · 11 years ago
  47. f5fa778 Whitespace fix, no code changes by Denys Vlasenko · 11 years ago
  48. 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 11 years ago
  49. eec8d5d [X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to get registers. by Denys Vlasenko · 11 years ago
  50. d22213a Rename some register statics by prefixing their names with arch. by Denys Vlasenko · 11 years ago
  51. d4d3ede Factor out code to check addr, fetch and print siginfo by Denys Vlasenko · 11 years ago
  52. be99497 Decode struct iov in PTRACE_GET/SETREGSET by Denys Vlasenko · 11 years ago
  53. 873e5a5 Unify representations of struct user fields for subarchitectures by Denys Vlasenko · 11 years ago
  54. 74307a6 Add start_code and start_data members of struct user by Denys Vlasenko · 11 years ago
  55. a86696b Remove hacks for old kernels for architectures which require new kernels by Denys Vlasenko · 11 years ago
  56. ab2f402 Remove stray syscall result reading code on syscall entry for s390 by Denys Vlasenko · 11 years ago
  57. 729e18d Deobfuscate definitions of struct user offsets by Denys Vlasenko · 11 years ago
  58. bf357fc Remove hacks for old kernels for architectures which require new kernels by Denys Vlasenko · 11 years ago
  59. d27809c Remove old kernel hacks for architectures which require new kernels by Denys Vlasenko · 11 years ago
  60. 3e759d4 Handle recv[m]msg for non-native 32-bit personality syscalls by Denys Vlasenko · 11 years ago
  61. afea7dd Fix is_negated_errno() check for X32 by Denys Vlasenko · 11 years ago
  62. 9472a27 Remove unused / ambiguously used defines by Denys Vlasenko · 11 years ago
  63. 59aea0a Preparatory patch for "new" x86 personality detection by Denys Vlasenko · 11 years ago
  64. 338c069 Fix sigaltstack decoder by Dmitry V. Levin · 11 years ago
  65. 0cf04b6 Fix decoding of sysctl() when oldval fields are NULL by Mike Frysinger · 11 years ago
  66. 99aa181 If we are on a glibc system, assume it's at least glibc 2.1 by Denys Vlasenko · 11 years ago
  67. 7ba8e72 S390: stop using needlessly static long pc variable by Denys Vlasenko · 11 years ago
  68. 751acb3 Dying suddenly with abort() is rude, avoid if possible by Denys Vlasenko · 11 years ago
  69. 86d9484 Remove vestigial hacks around non-Linux struct sigactions by Denys Vlasenko · 11 years ago
  70. 28ac68f Optimize AArch64 handling of 32-bit personality by Denys Vlasenko · 11 years ago
  71. 89804ec Rename some register statics by prefixing their names with arch. by Denys Vlasenko · 11 years ago
  72. 401374e Rename ARM's regs structure to arm_regs by Denys Vlasenko · 11 years ago
  73. 4bdb6bb Stop needlessly using static variable by Denys Vlasenko · 11 years ago
  74. 8d4ca0c Shortcut tests for fork/exec syscalls by Denys Vlasenko · 11 years ago
  75. 88eafd8 Improve perf_event_open argument decoding by Ben Noordhuis · 11 years ago
  76. af8dc6b tile: fix merge skew with new get_regs architecture by Chris Metcalf · 11 years ago
  77. 9e1a7d8 mount: decode MS_NOSEC by Bernhard Reutner-Fischer · 11 years ago
  78. 21ceeb4 mmap: decode MAP_UNINITIALIZED by Bernhard Reutner-Fischer · 11 years ago
  79. ddba73e Print 64-bit instruction pointers zero padded by Dmitry V. Levin · 11 years ago
  80. f0f41cf x86_64: fix compilation warning introduced in previous commit by Dmitry V. Levin · 11 years ago
  81. df39e56 Simple bug fix for x86_86 by Denys Vlasenko · 11 years ago
  82. 0b99a8a Add tilegx support to strace by Chris Metcalf · 11 years ago
  83. 4645582 Small optimization for SPARC[64] get_scno by Denys Vlasenko · 11 years ago
  84. 1ebe08d Do not compile getrval2() if not needed by Denys Vlasenko · 11 years ago
  85. ce7d953 Optimize out PTRACE_PEEKUSER with -i by Denys Vlasenko · 11 years ago
  86. beae4c7 Fix sys_semtimedop decoding on s390x by Stanislav Brabec · 12 years ago
  87. 1f21513 Fix *xattr decoding by Dmitry V. Levin · 12 years ago
  88. eff5c0e sys_semtimedop: fix timeval argument index in wrapped call by Stanislav Brabec · 12 years ago
  89. eb54c47 Fix glibc version checks by John Spencer · 12 years ago
  90. 05eb905 Add state argument to change_syscall and fix SPARC by James Hogan · 12 years ago
  91. 890a5ca Add support for tracing 32-bit ARM EABI binaries on AArch64 by Steve McIntyre · 12 years ago
  92. 716c93e Move asm-generic ioctl definitions to linux/ioctlent.h.in by Dmitry V. Levin · 12 years ago
  93. 17e3860 Filter out redundant "*32" ioctl entries by Dmitry V. Levin · 12 years ago
  94. 7943966 Enhance quotactl decoding by Dmitry V. Levin · 12 years ago
  95. d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago
  96. d6dbd99 linux: add new errno values for EPROBE_DEFER and EOPENSTALE by Steve McIntyre · 12 years ago
  97. 9679296 Add -e trace=memory option by Namhyung Kim · 12 years ago
  98. 85c2178 x32: add 64bit annotation too by Mike Frysinger · 12 years ago
  99. b742d8c Ignore fflush(3) return value by Dmitry V. Levin · 12 years ago
  100. 9a71bcd Use perror_msg instead of perror by Dmitry V. Levin · 12 years ago