1. ea1fea6 umovestr: read chunks of memory up to pagesize at a time by Dmitry V. Levin · 9 years ago
  2. 4832134 umovestr: fix short read bug by Dmitry V. Levin · 9 years ago
  3. b2893c9 When process_vm_readv fails with EPERM, try PTRACE_PEEKDATA by Dmitry V. Levin · 9 years ago
  4. 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 9 years ago
  5. 7211dbc build: include ptrace.h after regs.h by Dmitry V. Levin · 9 years ago
  6. 23ce9e4 Remove support for systems without PTRACE_SETOPTIONS by Dmitry V. Levin · 9 years ago
  7. 1c603a9 Rename printnum to printnum_long to avoid confusion by Dmitry V. Levin · 9 years ago
  8. 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 9 years ago
  9. fadf379 Move all ptrace-related macros and declarations from defs.h to ptrace.h by Dmitry V. Levin · 9 years ago
  10. c723599 printfd: quote pathnames by Dmitry V. Levin · 9 years ago
  11. 513e96e Rework string_quote API by Dmitry V. Levin · 9 years ago
  12. 97e5996 Change length type of umoven and umovestr to unsigned by Dmitry V. Levin · 9 years ago
  13. 1ea6473 Fix fanotify_mark decoding on 32-bit architectures by Dmitry V. Levin · 9 years ago
  14. d4a9d83 Fix printing of time_t values set in the distant future by Dmitry V. Levin · 9 years ago
  15. f605e92 Use the protocol name of a socket as a hint for peer address resolution by Masatake YAMATO · 9 years ago
  16. 25ebe46 util.c: move printuid to uid.c by Dmitry V. Levin · 9 years ago
  17. 1da7c95 printuid: fix uid_t decoding on 64-bit architectures by Dmitry V. Levin · 9 years ago
  18. b1a01b8 Export sprinttime by Dmitry V. Levin · 9 years ago
  19. f548067 Print protocol name of socket descriptors with -yy option by Masatake YAMATO · 9 years ago
  20. 025b358 Replace MAXPATHLEN with PATH_MAX by Dmitry V. Levin · 9 years ago
  21. b2fa2be Include <sys/uio.h> unconditionally by Dmitry V. Levin · 9 years ago
  22. 40c174b Include <linux/ptrace.h> regardless of <sys/reg.h> existence by Maarten ter Huurne · 10 years ago
  23. 4176d53 fsmagic: sort array by value and use bsearch for faster lookup by Dmitry V. Levin · 10 years ago
  24. 2f6510c Add -yy option: print ip and port associated with socket descriptors by Dmitry V. Levin · 10 years ago
  25. 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
  26. 3c49b02 Fix preadv/pwritev offset decoding on bigendian architectures by Dmitry V. Levin · 10 years ago
  27. 447db45 Constify tv_* functions by Dmitry V. Levin · 10 years ago
  28. 6556315 Alias sys_vfork to sys_fork by Dmitry V. Levin · 10 years ago
  29. 7845a42 Fix preadv/pwritev offset decoding by Dmitry V. Levin · 10 years ago
  30. 94e246a Delete old PTRACE_{PEEK,POKE}USR logic by Mike Frysinger · 10 years ago
  31. b338f2d Fix select decoding on e.g. 32-bit ppc process by 64-bit strace. by Denys Vlasenko · 11 years ago
  32. 0b4060f Work around conflict between <sys/ptrace.h> and <linux/ptrace.h> by Ali Polatel · 11 years ago
  33. 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
  34. c09646a Rename ia32 to ia64_ia32mode, and make it bool, not long by Denys Vlasenko · 11 years ago
  35. 752e5a0 Change upeek() to take pid, not full tcp. by Denys Vlasenko · 11 years ago
  36. 8e096c4 ARM OABI: fix 64-bit arguments decoding by Dmitry V. Levin · 11 years ago
  37. a32b683 printllval: fix 64bit unpacking on mips/o32 and xtensa by Mike Frysinger · 11 years ago
  38. 7a498be printxval: support more architectures by Dmitry V. Levin · 11 years ago
  39. 80acf62 Fix building for sparc64 targets by Mike Frysinger · 11 years ago
  40. 921744d Fix building for mips n64 targets by Mike Frysinger · 11 years ago
  41. a55b6b1 arm, aarch64, ppc: fix printllval-based decoders by Dmitry V. Levin · 11 years ago
  42. d648f29 Decode mtd/ubi ioctls by Mike Frysinger · 11 years ago
  43. 0b46883 x32: fix printllval-based decoders of i386 syscalls by Dmitry V. Levin · 11 years ago
  44. 6303f35 printllval: handle s390x by Mike Frysinger · 11 years ago
  45. 341d09a AArch64: Fix printing of long long value by Andreas Schwab · 11 years ago
  46. 8f636ed Add support for the XTENSA architecture by Chris Zankel · 11 years ago
  47. 5198ed4 Open-code isprint(c) and isspace(c) by Denys Vlasenko · 11 years ago
  48. 61ad0a4 Stop using a large static buffer in getfdpath by Denys Vlasenko · 11 years ago
  49. 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 11 years ago
  50. 1694092 umovestr: speed up check for NUL byte in the fetched word by Denys Vlasenko · 11 years ago
  51. 879dddd tile: handle printllval like x86_64 or powerpc64 by Chris Metcalf · 11 years ago
  52. 9700592 Cleanup umoven and umovestr by Dmitry V. Levin · 11 years ago
  53. 905e8e0 Mass replace error_msg("%s", "literal") -> error_msg("literal") by Denys Vlasenko · 11 years ago
  54. 1d58fe9 Make umoven report success as 0, not >=0, stop returning success on partial reads by Ben Noordhuis · 11 years ago
  55. f90979b Fix wrong offset display in dumpstr by Denys Vlasenko · 11 years ago
  56. 7632580 Fix a bug in dumpstr (no null termination). Essentially rewrote dumpstr by Denys Vlasenko · 11 years ago
  57. 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 11 years ago
  58. 2544f98 Fix compiler warnings by Denys Vlasenko · 11 years ago
  59. c9d0fc0 Remove broken HAVE_LONG_LONG conditionals by Denys Vlasenko · 11 years ago
  60. cb26b75 Remove unnecessary "return 0" statements by Denys Vlasenko · 11 years ago
  61. 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 11 years ago
  62. a86696b Remove hacks for old kernels for architectures which require new kernels by Denys Vlasenko · 11 years ago
  63. bf357fc Remove hacks for old kernels for architectures which require new kernels by Denys Vlasenko · 11 years ago
  64. d27809c Remove old kernel hacks for architectures which require new kernels by Denys Vlasenko · 11 years ago
  65. 99aa181 If we are on a glibc system, assume it's at least glibc 2.1 by Denys Vlasenko · 11 years ago
  66. 0b99a8a Add tilegx support to strace by Chris Metcalf · 11 years ago
  67. ce7d953 Optimize out PTRACE_PEEKUSER with -i by Denys Vlasenko · 11 years ago
  68. eb54c47 Fix glibc version checks by John Spencer · 11 years ago
  69. 05eb905 Add state argument to change_syscall and fix SPARC by James Hogan · 11 years ago
  70. 9a71bcd Use perror_msg instead of perror by Dmitry V. Levin · 12 years ago
  71. 4411a0c process_vm_readv may return ESRCH if tracee was killed, don't complain by Denys Vlasenko · 12 years ago
  72. 55980f5 On clearing "breakpopint", restore syscall number too by Denys Vlasenko · 12 years ago
  73. 24ee60b util: fix building when glibc has a stub process_vm_readv by Mike Frysinger · 12 years ago
  74. b5d43b8 Fix printstr's len parameter width by Denys Vlasenko · 12 years ago
  75. ebee04c Decode /dev/loop ioctls by Mike Frysinger · 12 years ago
  76. 35be581 Add x32 support to strace by H.J. Lu · 12 years ago
  77. 378f9c5 printstr: check for potential integer overflow by Dmitry V. Levin · 12 years ago
  78. ccee169 Robustify parsing of numbers from strings by Dmitry V. Levin · 12 years ago
  79. 852f98a Make ptrace_restart() static. No code changes by Denys Vlasenko · 12 years ago
  80. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 12 years ago
  81. e10a0e4 Remove unused PTRACE_WRITE{TEXT,DATA} constants (they are from SunOS) by Denys Vlasenko · 12 years ago
  82. 3da9693 Remove unused constants. No code changes by Denys Vlasenko · 12 years ago
  83. 081533c Move change_syscall() to its only user and make it static by Denys Vlasenko · 12 years ago
  84. 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 12 years ago
  85. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  86. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 12 years ago
  87. 114aefd Pass addr=0 instead of 1 into restarting ptrace calls by Denys Vlasenko · 12 years ago
  88. 4c65c44 Trivial tweaks to error messages by Denys Vlasenko · 12 years ago
  89. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  90. aa925db Remove a few more code parts which are unused on Linux by Denys Vlasenko · 12 years ago
  91. 2d1e90f Reindent preprocessor directives in util.c; fix style. by Denys Vlasenko · 12 years ago
  92. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 12 years ago
  93. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 12 years ago
  94. d2a660f When accessing data blocks, truncate addr to wordsize by Denys Vlasenko · 12 years ago
  95. 0c66151 Remove initialization of native_scno field by Dmitry V. Levin · 12 years ago
  96. 612659e util: check for process_vm_readv in C library by Mike Frysinger · 12 years ago
  97. 4f3df07 Simple optimizations by Denys Vlasenko · 12 years ago
  98. 31fa8a2 Add experimental code to use PTRACE_SEIZE, disabled by default by Denys Vlasenko · 12 years ago
  99. 2945639 process_vm_readv gets EINVAL if process is gone (SIGKILLed). Don't complain. by Denys Vlasenko · 12 years ago
  100. 3af224c Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocks by Denys Vlasenko · 12 years ago