1. 8e096c4 ARM OABI: fix 64-bit arguments decoding by Dmitry V. Levin · 11 years ago
  2. a32b683 printllval: fix 64bit unpacking on mips/o32 and xtensa by Mike Frysinger · 11 years ago
  3. 7a498be printxval: support more architectures by Dmitry V. Levin · 11 years ago
  4. 80acf62 Fix building for sparc64 targets by Mike Frysinger · 11 years ago
  5. 921744d Fix building for mips n64 targets by Mike Frysinger · 11 years ago
  6. a55b6b1 arm, aarch64, ppc: fix printllval-based decoders by Dmitry V. Levin · 11 years ago
  7. d648f29 Decode mtd/ubi ioctls by Mike Frysinger · 11 years ago
  8. 0b46883 x32: fix printllval-based decoders of i386 syscalls by Dmitry V. Levin · 11 years ago
  9. 6303f35 printllval: handle s390x by Mike Frysinger · 11 years ago
  10. 341d09a AArch64: Fix printing of long long value by Andreas Schwab · 11 years ago
  11. 8f636ed Add support for the XTENSA architecture by Chris Zankel · 11 years ago
  12. 5198ed4 Open-code isprint(c) and isspace(c) by Denys Vlasenko · 11 years ago
  13. 61ad0a4 Stop using a large static buffer in getfdpath by Denys Vlasenko · 11 years ago
  14. 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 11 years ago
  15. 1694092 umovestr: speed up check for NUL byte in the fetched word by Denys Vlasenko · 11 years ago
  16. 879dddd tile: handle printllval like x86_64 or powerpc64 by Chris Metcalf · 11 years ago
  17. 9700592 Cleanup umoven and umovestr by Dmitry V. Levin · 11 years ago
  18. 905e8e0 Mass replace error_msg("%s", "literal") -> error_msg("literal") by Denys Vlasenko · 11 years ago
  19. 1d58fe9 Make umoven report success as 0, not >=0, stop returning success on partial reads by Ben Noordhuis · 11 years ago
  20. f90979b Fix wrong offset display in dumpstr by Denys Vlasenko · 11 years ago
  21. 7632580 Fix a bug in dumpstr (no null termination). Essentially rewrote dumpstr by Denys Vlasenko · 11 years ago
  22. 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 11 years ago
  23. 2544f98 Fix compiler warnings by Denys Vlasenko · 11 years ago
  24. c9d0fc0 Remove broken HAVE_LONG_LONG conditionals by Denys Vlasenko · 11 years ago
  25. cb26b75 Remove unnecessary "return 0" statements by Denys Vlasenko · 11 years ago
  26. 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 11 years ago
  27. a86696b Remove hacks for old kernels for architectures which require new kernels by Denys Vlasenko · 11 years ago
  28. bf357fc Remove hacks for old kernels for architectures which require new kernels by Denys Vlasenko · 11 years ago
  29. d27809c Remove old kernel hacks for architectures which require new kernels by Denys Vlasenko · 11 years ago
  30. 99aa181 If we are on a glibc system, assume it's at least glibc 2.1 by Denys Vlasenko · 11 years ago
  31. 0b99a8a Add tilegx support to strace by Chris Metcalf · 11 years ago
  32. ce7d953 Optimize out PTRACE_PEEKUSER with -i by Denys Vlasenko · 11 years ago
  33. eb54c47 Fix glibc version checks by John Spencer · 12 years ago
  34. 05eb905 Add state argument to change_syscall and fix SPARC by James Hogan · 12 years ago
  35. 9a71bcd Use perror_msg instead of perror by Dmitry V. Levin · 12 years ago
  36. 4411a0c process_vm_readv may return ESRCH if tracee was killed, don't complain by Denys Vlasenko · 12 years ago
  37. 55980f5 On clearing "breakpopint", restore syscall number too by Denys Vlasenko · 12 years ago
  38. 24ee60b util: fix building when glibc has a stub process_vm_readv by Mike Frysinger · 12 years ago
  39. b5d43b8 Fix printstr's len parameter width by Denys Vlasenko · 12 years ago
  40. ebee04c Decode /dev/loop ioctls by Mike Frysinger · 12 years ago
  41. 35be581 Add x32 support to strace by H.J. Lu · 12 years ago
  42. 378f9c5 printstr: check for potential integer overflow by Dmitry V. Levin · 12 years ago
  43. ccee169 Robustify parsing of numbers from strings by Dmitry V. Levin · 12 years ago
  44. 852f98a Make ptrace_restart() static. No code changes by Denys Vlasenko · 12 years ago
  45. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 12 years ago
  46. e10a0e4 Remove unused PTRACE_WRITE{TEXT,DATA} constants (they are from SunOS) by Denys Vlasenko · 12 years ago
  47. 3da9693 Remove unused constants. No code changes by Denys Vlasenko · 12 years ago
  48. 081533c Move change_syscall() to its only user and make it static by Denys Vlasenko · 12 years ago
  49. 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 12 years ago
  50. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  51. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 12 years ago
  52. 114aefd Pass addr=0 instead of 1 into restarting ptrace calls by Denys Vlasenko · 12 years ago
  53. 4c65c44 Trivial tweaks to error messages by Denys Vlasenko · 12 years ago
  54. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  55. aa925db Remove a few more code parts which are unused on Linux by Denys Vlasenko · 12 years ago
  56. 2d1e90f Reindent preprocessor directives in util.c; fix style. by Denys Vlasenko · 12 years ago
  57. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 12 years ago
  58. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 12 years ago
  59. d2a660f When accessing data blocks, truncate addr to wordsize by Denys Vlasenko · 12 years ago
  60. 0c66151 Remove initialization of native_scno field by Dmitry V. Levin · 12 years ago
  61. 612659e util: check for process_vm_readv in C library by Mike Frysinger · 12 years ago
  62. 4f3df07 Simple optimizations by Denys Vlasenko · 12 years ago
  63. 31fa8a2 Add experimental code to use PTRACE_SEIZE, disabled by default by Denys Vlasenko · 12 years ago
  64. 2945639 process_vm_readv gets EINVAL if process is gone (SIGKILLed). Don't complain. by Denys Vlasenko · 12 years ago
  65. 3af224c Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocks by Denys Vlasenko · 12 years ago
  66. a47e6b9 Improve code readability (logic is unchanged) by Denys Vlasenko · 12 years ago
  67. 6cecba5 Change umovestr API: return > 0 instead of 0 if NUL was seen by Denys Vlasenko · 12 years ago
  68. b3c52cf Reduce bss usage and speed up string printing by Denys Vlasenko · 12 years ago
  69. 856c7ed Enhance decoding for personalities with small wordsize by Dmitry V. Levin · 13 years ago
  70. be55ce7 Remove unreachable code in umoven() and umovestr(). by Dmitry V. Levin · 13 years ago
  71. 014ca3a Trivial fixes on error paths by Denys Vlasenko · 13 years ago
  72. 79a79ea Roll back "die on malloc failure" behaviour a bit by Denys Vlasenko · 13 years ago
  73. 0a295bc Add stpcpy to autoconf machinery by Denys Vlasenko · 13 years ago
  74. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  75. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  76. 1d46ba5 Make out-of-memory handling more uniform by Denys Vlasenko · 13 years ago
  77. 8778bff Optimize string_quote() for speed by Denys Vlasenko · 13 years ago
  78. 5284557 Optimization: eliminate some usages of strcat() by Denys Vlasenko · 13 years ago
  79. cfd364b Small optimizations related to memory allocation by Denys Vlasenko · 13 years ago
  80. 5d64581 Improve code readability by avoiding assignments inside if() by Denys Vlasenko · 13 years ago
  81. 4924dbd Make addflags return void by Denys Vlasenko · 13 years ago
  82. 4b08df4 Use simpler rounding up to next multiple of 2. by Denys Vlasenko · 13 years ago
  83. c133bf0 Untangle a particularly badly obfuscated bit of code. No logic changes. by Denys Vlasenko · 13 years ago
  84. e7c9024 Trivial fixes by Denys Vlasenko · 13 years ago
  85. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  86. 7a5b08f ARM EABI: fix 64-bit syscall's arguments decoding by Dmitry V. Levin · 13 years ago
  87. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 13 years ago
  88. 8a08277 Add ability to print file descriptor paths and filter by those paths by Grant Edwards · 13 years ago
  89. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 13 years ago
  90. 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
  91. d69fa49 Add biarch support for powerpc64 by Andreas Schwab · 14 years ago
  92. e5e6085 Remove dead code by Dmitry V. Levin · 15 years ago
  93. 46ed50d Ignore errors if a thread is killed by Andreas Schwab · 15 years ago
  94. b5600fc Factor out printing of 64bit syscall argument by Andreas Schwab · 15 years ago
  95. 8566c50 sparc/linux: Rewrite to use asm/ptrace.h by Mike Frysinger · 15 years ago
  96. 09a13c2 Silence compiler warnings about implicit cast from pointer to integer by Mike Frysinger · 15 years ago
  97. eeb9ce3 CRIS: Correct first argument to upeek() by Edgar E. Iglesias · 15 years ago
  98. eb9e2e8 Revert unapproved commits. by Roland McGrath · 15 years ago
  99. 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 15 years ago
  100. ea0e6e8 CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtapot.si) by Denys Vlasenko · 15 years ago