1. b5d43b8 Fix printstr's len parameter width by Denys Vlasenko · 12 years ago
  2. ebee04c Decode /dev/loop ioctls by Mike Frysinger · 12 years ago
  3. 35be581 Add x32 support to strace by H.J. Lu · 12 years ago
  4. 378f9c5 printstr: check for potential integer overflow by Dmitry V. Levin · 13 years ago
  5. ccee169 Robustify parsing of numbers from strings by Dmitry V. Levin · 13 years ago
  6. 852f98a Make ptrace_restart() static. No code changes by Denys Vlasenko · 13 years ago
  7. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 13 years ago
  8. e10a0e4 Remove unused PTRACE_WRITE{TEXT,DATA} constants (they are from SunOS) by Denys Vlasenko · 13 years ago
  9. 3da9693 Remove unused constants. No code changes by Denys Vlasenko · 13 years ago
  10. 081533c Move change_syscall() to its only user and make it static by Denys Vlasenko · 13 years ago
  11. 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 13 years ago
  12. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
  13. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 13 years ago
  14. 114aefd Pass addr=0 instead of 1 into restarting ptrace calls by Denys Vlasenko · 13 years ago
  15. 4c65c44 Trivial tweaks to error messages by Denys Vlasenko · 13 years ago
  16. e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
  17. aa925db Remove a few more code parts which are unused on Linux by Denys Vlasenko · 13 years ago
  18. 2d1e90f Reindent preprocessor directives in util.c; fix style. by Denys Vlasenko · 13 years ago
  19. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 13 years ago
  20. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 13 years ago
  21. d2a660f When accessing data blocks, truncate addr to wordsize by Denys Vlasenko · 13 years ago
  22. 0c66151 Remove initialization of native_scno field by Dmitry V. Levin · 13 years ago
  23. 612659e util: check for process_vm_readv in C library by Mike Frysinger · 13 years ago
  24. 4f3df07 Simple optimizations by Denys Vlasenko · 13 years ago
  25. 31fa8a2 Add experimental code to use PTRACE_SEIZE, disabled by default by Denys Vlasenko · 13 years ago
  26. 2945639 process_vm_readv gets EINVAL if process is gone (SIGKILLed). Don't complain. by Denys Vlasenko · 13 years ago
  27. 3af224c Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocks by Denys Vlasenko · 13 years ago
  28. a47e6b9 Improve code readability (logic is unchanged) by Denys Vlasenko · 13 years ago
  29. 6cecba5 Change umovestr API: return > 0 instead of 0 if NUL was seen by Denys Vlasenko · 13 years ago
  30. b3c52cf Reduce bss usage and speed up string printing by Denys Vlasenko · 13 years ago
  31. 856c7ed Enhance decoding for personalities with small wordsize by Dmitry V. Levin · 13 years ago
  32. be55ce7 Remove unreachable code in umoven() and umovestr(). by Dmitry V. Levin · 13 years ago
  33. 014ca3a Trivial fixes on error paths by Denys Vlasenko · 13 years ago
  34. 79a79ea Roll back "die on malloc failure" behaviour a bit by Denys Vlasenko · 13 years ago
  35. 0a295bc Add stpcpy to autoconf machinery by Denys Vlasenko · 13 years ago
  36. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  37. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  38. 1d46ba5 Make out-of-memory handling more uniform by Denys Vlasenko · 13 years ago
  39. 8778bff Optimize string_quote() for speed by Denys Vlasenko · 13 years ago
  40. 5284557 Optimization: eliminate some usages of strcat() by Denys Vlasenko · 13 years ago
  41. cfd364b Small optimizations related to memory allocation by Denys Vlasenko · 13 years ago
  42. 5d64581 Improve code readability by avoiding assignments inside if() by Denys Vlasenko · 13 years ago
  43. 4924dbd Make addflags return void by Denys Vlasenko · 13 years ago
  44. 4b08df4 Use simpler rounding up to next multiple of 2. by Denys Vlasenko · 13 years ago
  45. c133bf0 Untangle a particularly badly obfuscated bit of code. No logic changes. by Denys Vlasenko · 13 years ago
  46. e7c9024 Trivial fixes by Denys Vlasenko · 13 years ago
  47. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  48. 7a5b08f ARM EABI: fix 64-bit syscall's arguments decoding by Dmitry V. Levin · 13 years ago
  49. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 13 years ago
  50. 8a08277 Add ability to print file descriptor paths and filter by those paths by Grant Edwards · 13 years ago
  51. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 14 years ago
  52. 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
  53. d69fa49 Add biarch support for powerpc64 by Andreas Schwab · 14 years ago
  54. e5e6085 Remove dead code by Dmitry V. Levin · 15 years ago
  55. 46ed50d Ignore errors if a thread is killed by Andreas Schwab · 15 years ago
  56. b5600fc Factor out printing of 64bit syscall argument by Andreas Schwab · 15 years ago
  57. 8566c50 sparc/linux: Rewrite to use asm/ptrace.h by Mike Frysinger · 15 years ago
  58. 09a13c2 Silence compiler warnings about implicit cast from pointer to integer by Mike Frysinger · 15 years ago
  59. eeb9ce3 CRIS: Correct first argument to upeek() by Edgar E. Iglesias · 15 years ago
  60. eb9e2e8 Revert unapproved commits. by Roland McGrath · 15 years ago
  61. 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 16 years ago
  62. ea0e6e8 CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtapot.si) by Denys Vlasenko · 16 years ago
  63. 4dedd56 Replace many more bare ptrace calls with calls to wrappers by Denys Vlasenko · 16 years ago
  64. 3bb7cd6 * defs.h: Correct the comment about TCB_SUSPENDED. by Denys Vlasenko · 16 years ago
  65. 418d66a Two cleanups: tcb table expansion failure is not really a survivable by Denys Vlasenko · 16 years ago
  66. f535b54 Fixes for ptrace() argument parsing. by Denys Vlasenko · 16 years ago
  67. ef2fbf8 Output format fixes, improving the situation after recent by Denys Vlasenko · 16 years ago
  68. adedb51 Fixing many instances of broken indentation with spaces instead of tabs. by Denys Vlasenko · 16 years ago
  69. 732d1bf Make strace somewhat resilient against process disappearing by Denys Vlasenko · 16 years ago
  70. 932fc7d This patch does not change any logic. by Denys Vlasenko · 16 years ago
  71. a501f14 2008-11-09 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  72. 87ea1f4 2008-10-23 Mike Frysinger <vapier@gentoo.org> by Dmitry V. Levin · 16 years ago
  73. 8fc9575 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 16 years ago
  74. 1f94271 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 16 years ago
  75. b659f87 2008-06-30 Jan Kratochvil <jan.kratochvil@redhat.com> by Roland McGrath · 16 years ago
  76. d6ff0d5 2008-06-27 Jan Kratochvil <jan.kratochvil@redhat.com> by Roland McGrath · 16 years ago
  77. 3291ef2 2008-05-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  78. 6d97032 2007-11-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  79. a6c0d8c 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  80. bea0203 2007-10-01 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  81. 1c45976 2007-08-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  82. a503dcf 2007-08-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  83. 58372f5 2007-07-23 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  84. 779c466 2007-07-11 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  85. fefdd97 2007-06-28 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  86. ab9008b 2006-12-27 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  87. 4ebb4e3 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  88. b15c4e4 2005-10-21 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  89. 9814a94 2005-07-04 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  90. a4d4853 2005-06-08 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  91. 84fa923 2005-05-12 Philippe De Muyter <phdm@macqel.be> by Roland McGrath · 19 years ago
  92. ca85b97 revert debugging code by Roland McGrath · 19 years ago
  93. 76989d7 2005-06-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  94. aa524c8 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  95. b2dee13 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  96. 46100d0 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  97. 371ed8f 2005-02-05 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  98. 7a91883 2005-02-02 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  99. eac26fc 2005-02-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  100. d9f816f 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago