1. f5fa778 Whitespace fix, no code changes by Denys Vlasenko · 12 years ago
  2. 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 12 years ago
  3. eec8d5d [X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to get registers. by Denys Vlasenko · 12 years ago
  4. d22213a Rename some register statics by prefixing their names with arch. by Denys Vlasenko · 12 years ago
  5. d4d3ede Factor out code to check addr, fetch and print siginfo by Denys Vlasenko · 12 years ago
  6. be99497 Decode struct iov in PTRACE_GET/SETREGSET by Denys Vlasenko · 12 years ago
  7. 873e5a5 Unify representations of struct user fields for subarchitectures by Denys Vlasenko · 12 years ago
  8. 74307a6 Add start_code and start_data members of struct user by Denys Vlasenko · 12 years ago
  9. a86696b Remove hacks for old kernels for architectures which require new kernels by Denys Vlasenko · 12 years ago
  10. ab2f402 Remove stray syscall result reading code on syscall entry for s390 by Denys Vlasenko · 12 years ago
  11. 729e18d Deobfuscate definitions of struct user offsets by Denys Vlasenko · 12 years ago
  12. bf357fc Remove hacks for old kernels for architectures which require new kernels by Denys Vlasenko · 12 years ago
  13. d27809c Remove old kernel hacks for architectures which require new kernels by Denys Vlasenko · 12 years ago
  14. 3e759d4 Handle recv[m]msg for non-native 32-bit personality syscalls by Denys Vlasenko · 12 years ago
  15. afea7dd Fix is_negated_errno() check for X32 by Denys Vlasenko · 12 years ago
  16. 9472a27 Remove unused / ambiguously used defines by Denys Vlasenko · 12 years ago
  17. 59aea0a Preparatory patch for "new" x86 personality detection by Denys Vlasenko · 12 years ago
  18. 338c069 Fix sigaltstack decoder by Dmitry V. Levin · 12 years ago
  19. 0cf04b6 Fix decoding of sysctl() when oldval fields are NULL by Mike Frysinger · 12 years ago
  20. 99aa181 If we are on a glibc system, assume it's at least glibc 2.1 by Denys Vlasenko · 12 years ago
  21. 7ba8e72 S390: stop using needlessly static long pc variable by Denys Vlasenko · 12 years ago
  22. 751acb3 Dying suddenly with abort() is rude, avoid if possible by Denys Vlasenko · 12 years ago
  23. 86d9484 Remove vestigial hacks around non-Linux struct sigactions by Denys Vlasenko · 12 years ago
  24. 28ac68f Optimize AArch64 handling of 32-bit personality by Denys Vlasenko · 12 years ago
  25. 89804ec Rename some register statics by prefixing their names with arch. by Denys Vlasenko · 12 years ago
  26. 401374e Rename ARM's regs structure to arm_regs by Denys Vlasenko · 12 years ago
  27. 4bdb6bb Stop needlessly using static variable by Denys Vlasenko · 12 years ago
  28. 8d4ca0c Shortcut tests for fork/exec syscalls by Denys Vlasenko · 12 years ago
  29. 88eafd8 Improve perf_event_open argument decoding by Ben Noordhuis · 12 years ago
  30. af8dc6b tile: fix merge skew with new get_regs architecture by Chris Metcalf · 12 years ago
  31. 9e1a7d8 mount: decode MS_NOSEC by Bernhard Reutner-Fischer · 12 years ago
  32. 21ceeb4 mmap: decode MAP_UNINITIALIZED by Bernhard Reutner-Fischer · 12 years ago
  33. ddba73e Print 64-bit instruction pointers zero padded by Dmitry V. Levin · 12 years ago
  34. f0f41cf x86_64: fix compilation warning introduced in previous commit by Dmitry V. Levin · 12 years ago
  35. df39e56 Simple bug fix for x86_86 by Denys Vlasenko · 12 years ago
  36. 0b99a8a Add tilegx support to strace by Chris Metcalf · 12 years ago
  37. 4645582 Small optimization for SPARC[64] get_scno by Denys Vlasenko · 12 years ago
  38. 1ebe08d Do not compile getrval2() if not needed by Denys Vlasenko · 12 years ago
  39. ce7d953 Optimize out PTRACE_PEEKUSER with -i by Denys Vlasenko · 12 years ago
  40. beae4c7 Fix sys_semtimedop decoding on s390x by Stanislav Brabec · 12 years ago
  41. 1f21513 Fix *xattr decoding by Dmitry V. Levin · 12 years ago
  42. eff5c0e sys_semtimedop: fix timeval argument index in wrapped call by Stanislav Brabec · 12 years ago
  43. eb54c47 Fix glibc version checks by John Spencer · 12 years ago
  44. 05eb905 Add state argument to change_syscall and fix SPARC by James Hogan · 12 years ago
  45. 890a5ca Add support for tracing 32-bit ARM EABI binaries on AArch64 by Steve McIntyre · 12 years ago
  46. 716c93e Move asm-generic ioctl definitions to linux/ioctlent.h.in by Dmitry V. Levin · 12 years ago
  47. 17e3860 Filter out redundant "*32" ioctl entries by Dmitry V. Levin · 12 years ago
  48. 7943966 Enhance quotactl decoding by Dmitry V. Levin · 12 years ago
  49. d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago
  50. d6dbd99 linux: add new errno values for EPROBE_DEFER and EOPENSTALE by Steve McIntyre · 12 years ago
  51. 9679296 Add -e trace=memory option by Namhyung Kim · 12 years ago
  52. 85c2178 x32: add 64bit annotation too by Mike Frysinger · 12 years ago
  53. b742d8c Ignore fflush(3) return value by Dmitry V. Levin · 12 years ago
  54. 9a71bcd Use perror_msg instead of perror by Dmitry V. Levin · 12 years ago
  55. 4411a0c process_vm_readv may return ESRCH if tracee was killed, don't complain by Denys Vlasenko · 12 years ago
  56. 978fbc9 Trivial fixes, no code changes. by Denys Vlasenko · 12 years ago
  57. 508279c Always check setreuid return code by Dmitry V. Levin · 12 years ago
  58. f04b5de x32: update {g,s}etsockopt syscall numbers by Mike Frysinger · 12 years ago
  59. ad232c6 Decode file type returned by getdents system call by Dmitry V. Levin · 12 years ago
  60. cf53436 Close pipe and wait for the pipe process termination by Dmitry V. Levin · 12 years ago
  61. 26bc060 Enable usage of PTRACE_SEIZE by Denys Vlasenko · 13 years ago
  62. d7df591 x32: update syscall table by Mike Frysinger · 13 years ago
  63. d33e72a Merge adjacent printing operations in a few places by Denys Vlasenko · 13 years ago
  64. 318a273 Use %d printf format instead of %i everywhere by Denys Vlasenko · 13 years ago
  65. 8560ef2 Fix a few goofs in sys_sysctl() by Denys Vlasenko · 13 years ago
  66. 048cc42 Stop using non-standard %Zu and %Zd formats for size_t printing by Denys Vlasenko · 13 years ago
  67. c59b3f1 Remove outdated comment about suspending new tracees by Denys Vlasenko · 13 years ago
  68. c52826c Make sure current_wordsize and PERSONALITY0_WORDSIZE are ints in all arches by Denys Vlasenko · 13 years ago
  69. d376c92 Add configure --enable-gcc-Werror option by Dmitry V. Levin · 13 years ago
  70. f112d07 Make x86-64 build free of artificial warnings by Dmitry V. Levin · 13 years ago
  71. 0dbc80d Fix kernel release string parsing by Dmitry V. Levin · 13 years ago
  72. 55980f5 On clearing "breakpopint", restore syscall number too by Denys Vlasenko · 13 years ago
  73. 24ee60b util: fix building when glibc has a stub process_vm_readv by Mike Frysinger · 13 years ago
  74. 5700f68 doc: describe documentation policy by Dmitry V. Levin · 13 years ago
  75. 503faaa maint: post-release administrivia by Dmitry V. Levin · 13 years ago
  76. 417eb88 Prepare for 4.7 release by Dmitry V. Levin · 13 years ago
  77. cf050db Fix build with <linux/loop.h> from 2.6.18 kernel headers by Dmitry V. Levin · 13 years ago
  78. a5fd66b * vsprintf.c: Check for USE_CUSTOM_PRINTF earlier. by Dmitry V. Levin · 13 years ago
  79. e263e3b Remove duplicate names from CREDITS by Dmitry V. Levin · 13 years ago
  80. 823eba2 tests: raise strace check timeout to 60 seconds by Dmitry V. Levin · 13 years ago
  81. a28fbfd Update STA_* constants by Dmitry V. Levin · 13 years ago
  82. 4ef3063 NEWS: update for release by Dmitry V. Levin · 13 years ago
  83. ea22e97 Make printing of utsname.domainname more portable by Dmitry V. Levin · 13 years ago
  84. 5ea9765 Fix recvmmsg decode: do not show more data than actually returned by Dmitry V. Levin · 13 years ago
  85. 043b5f8 Remove recently introduced use of ULONG_MAX by Dmitry V. Levin · 13 years ago
  86. 3efa7c7 Enable printing of uts.domainname in uname syscall by Denys Vlasenko · 13 years ago
  87. b5d43b8 Fix printstr's len parameter width by Denys Vlasenko · 13 years ago
  88. e0bc222 Fix recvmsg decode: do not show more data than actually returned by Denys Vlasenko · 13 years ago
  89. 5443256 Package strace-log-merge by Dmitry V. Levin · 13 years ago
  90. 9b4fca2 NEWS: clarify & fix typo by Mike Frysinger · 13 years ago
  91. aa6d850 Cast current_wordsize to an int by Mike Frysinger · 13 years ago
  92. 84e50fc Update NEWS for upcoming 4.7 release by Dmitry V. Levin · 13 years ago
  93. 48e95c7 Sync strace.spec and debian/ with packages by Dmitry V. Levin · 13 years ago
  94. ebee04c Decode /dev/loop ioctls by Mike Frysinger · 13 years ago
  95. 085e428 x32: add ia32 support by H.J. Lu · 13 years ago
  96. 2bb4581 Cast clock_t type to unsigned long long by H.J. Lu · 13 years ago
  97. 6e4f3c1 Add custom (faster) vfprintf implementation (disabled by default) by Denys Vlasenko · 13 years ago
  98. 61d62cf Stop using %h[h]u format specifiers by Denys Vlasenko · 13 years ago
  99. 142aee0 Trivial speed optimization by Denys Vlasenko · 13 years ago
  100. c933f27 Fix a problem with sys_lseek on x32 by H.J. Lu · 13 years ago