1. aa80192 -b execve: avoid misleading warning about unknown pid by Dmitry V. Levin · 9 years ago
  2. e690813 -b execve: do not use struct tcb after detach by Dmitry V. Levin · 9 years ago
  3. 4b4ec12 trace: split into several functions by Dmitry V. Levin · 9 years ago
  4. 025b358 Replace MAXPATHLEN with PATH_MAX by Dmitry V. Levin · 10 years ago
  5. 2f6510c Add -yy option: print ip and port associated with socket descriptors by Dmitry V. Levin · 10 years ago
  6. 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
  7. 45e7b18 Prepare for -yy option support by Dmitry V. Levin · 10 years ago
  8. 2734a70 Document -k option as experimental by Dmitry V. Levin · 10 years ago
  9. 2727aae Warn about flags that have no effect with -c by Dmitry V. Levin · 10 years ago
  10. 2b09df9 unwind: call unwind_tcb_fin before printing detached message by Masatake YAMATO · 10 years ago
  11. 6141392 unwind: give all exported functions "unwind_" prefix by Masatake YAMATO · 10 years ago
  12. 7721499 unwind: delete mmap cache in free_libunwind_ui by Masatake YAMATO · 10 years ago
  13. 327064b Add -k option to print stack trace after each syscall by Luca Clementi · 11 years ago
  14. e53bf23 Optionally produce stats on syscall latency by Mark Hills · 10 years ago
  15. 329fa39 Make int3 example in comments more cut-n-pastable by Denys Vlasenko · 10 years ago
  16. d354130 Fix build with Bionic libc by Dmitry V. Levin · 10 years ago
  17. 0506f0f Stop using _LFS64_LARGEFILE by Dmitry V. Levin · 11 years ago
  18. a34dead powerpc: fix iflag build issue (static -> extern) by Anton Blanchard · 11 years ago
  19. c169d94 PTRACE_SEIZE can set ptrace options immediately, use this feature by Denys Vlasenko · 11 years ago
  20. 7c41ce2 If -o|logger is in use, exit trace loop if nprocs == 0. by Denys Vlasenko · 11 years ago
  21. d2e1f42 Exit trace loop if got ECHILD, not if nprocs == 0. by Denys Vlasenko · 11 years ago
  22. 6162a3f Add paranoia check before passing a long to pid2tcb(int pid) by Denys Vlasenko · 11 years ago
  23. 38eab5d In debug output, show waitpid status with 6 hex digits, not 4 by Denys Vlasenko · 11 years ago
  24. 519af5a Replace suspicious popen_pid assignment with an obviously correct one by Denys Vlasenko · 11 years ago
  25. d0ffdf4 Convert trace() from returning int to returning void by Denys Vlasenko · 11 years ago
  26. 5a2483b Remove ia64-specific printing of current address on signal delivery by Denys Vlasenko · 11 years ago
  27. 752e5a0 Change upeek() to take pid, not full tcp. by Denys Vlasenko · 11 years ago
  28. c8511f0 In -f mode, do not assume that new pid is stopped - handle exits too by Denys Vlasenko · 11 years ago
  29. e8681c9 Set strace_child only in the right branch by Denys Vlasenko · 11 years ago
  30. fadbf66 Get rid of TCB_INUSE and TCB_STRACE_CHILD by Denys Vlasenko · 11 years ago
  31. 1b2bfbc Fix debug output of wait4 result (was reusing buf[] on unknown events) by Denys Vlasenko · 11 years ago
  32. 4e020c0 Show PTRACE_EVENT_STOP correctly in debug output by Denys Vlasenko · 11 years ago
  33. 71d3d29 Panic a bit less when we see an unknown pid by Denys Vlasenko · 11 years ago
  34. e2567d5 detach(): Reorganize code. Logic is the same. by Denys Vlasenko · 11 years ago
  35. a2de9da Eat pending SIGSTOP _before_ PTRACE_DETACH in detach() by Denys Vlasenko · 11 years ago
  36. fdfa47a detach(): warn if we see ECHILD from waitpid by Denys Vlasenko · 11 years ago
  37. 4a9ba98 Improve error messages in detach() by Denys Vlasenko · 11 years ago
  38. 725dd42 Remove workarounds for ancient kernels lacking __WALL by Denys Vlasenko · 11 years ago
  39. 69e27ef USE_SEIZE: fix detaching from stopped processes by Denys Vlasenko · 11 years ago
  40. f1669e7 Cleanups. No logic changes. by Denys Vlasenko · 11 years ago
  41. e8ff4c6 Do not suppress signal delivery messages with -qq by Dmitry V. Levin · 11 years ago
  42. 1d2435b NOMMU: do not hide startup syscalls unless in -D mode by Dmitry V. Levin · 11 years ago
  43. 882478a Make -D mode work when the Yama LSM is enabled by Dmitry V. Levin · 11 years ago
  44. 2a3d275 Hide startup syscalls. by Denys Vlasenko · 11 years ago
  45. 01997cf Allow -q to be repeated for very quiet output by Daniel P. Berrange · 11 years ago
  46. c8938e0 Use 64-bit versions of stat, readdir and setrlimit functions when available by Dmitry V. Levin · 11 years ago
  47. 38cfe7c Remove variable tracing_paths and check in pathtrace_match by Denys Vlasenko · 11 years ago
  48. 7239dbc Use dynamically-sized selected[] array for -P PATH by Denys Vlasenko · 11 years ago
  49. 22efaf0 Make -b take SYSCALL param, document it in --help and in manpage. by Denys Vlasenko · 11 years ago
  50. 905e8e0 Mass replace error_msg("%s", "literal") -> error_msg("literal") by Denys Vlasenko · 11 years ago
  51. 05f3251 Assorted NOMMU fixes by Denys Vlasenko · 11 years ago
  52. 38e79bb Shorten help text - no need to show deprecated option -F by Denys Vlasenko · 11 years ago
  53. a9fe13c Create and use struct_sysent and struct_ioctlent typedefs. by Denys Vlasenko · 11 years ago
  54. 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 11 years ago
  55. f909c8d Fix NOMMU + daemonized tracer SEGV by Denys Vlasenko · 11 years ago
  56. 5c9d8f4 Make it possible to to do test builds for NOMMU architectures by Denys Vlasenko · 11 years ago
  57. eec8d5d [X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to get registers. by Denys Vlasenko · 11 years ago
  58. 8d4ca0c Shortcut tests for fork/exec syscalls by Denys Vlasenko · 11 years ago
  59. ce7d953 Optimize out PTRACE_PEEKUSER with -i by Denys Vlasenko · 11 years ago
  60. 9a71bcd Use perror_msg instead of perror by Dmitry V. Levin · 12 years ago
  61. 978fbc9 Trivial fixes, no code changes. by Denys Vlasenko · 12 years ago
  62. 508279c Always check setreuid return code by Dmitry V. Levin · 12 years ago
  63. cf53436 Close pipe and wait for the pipe process termination by Dmitry V. Levin · 12 years ago
  64. 26bc060 Enable usage of PTRACE_SEIZE by Denys Vlasenko · 12 years ago
  65. c59b3f1 Remove outdated comment about suspending new tracees by Denys Vlasenko · 12 years ago
  66. 0dbc80d Fix kernel release string parsing by Dmitry V. Levin · 12 years ago
  67. 6e4f3c1 Add custom (faster) vfprintf implementation (disabled by default) by Denys Vlasenko · 12 years ago
  68. 142aee0 Trivial speed optimization by Denys Vlasenko · 12 years ago
  69. 7ff5ed9 Fix indefinite hang on no-mmu systems by Mike Frysinger · 12 years ago
  70. df79013 Remove unreachable code by Denys Vlasenko · 12 years ago
  71. c5ccfa4 Tweak help text and manpage (added -In to manpage) by Denys Vlasenko · 12 years ago
  72. ccee169 Robustify parsing of numbers from strings by Dmitry V. Levin · 12 years ago
  73. 6764f8f Simplify current tcp switching and current column handling by Denys Vlasenko · 12 years ago
  74. 8511f2a Make threaded execve handling code more reabable and somewhat simpler by Denys Vlasenko · 12 years ago
  75. b5e0908 Show "+++ exited..." with -C by Denys Vlasenko · 12 years ago
  76. a44f969 Replace reprinting decision logic by Denys Vlasenko · 12 years ago
  77. 2350675 Report some ptrace failures; nuke tcp->ptrace_errno by Denys Vlasenko · 12 years ago
  78. 852f98a Make ptrace_restart() static. No code changes by Denys Vlasenko · 12 years ago
  79. 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 12 years ago
  80. 9c3861d Remove another "interrupt to quit" message by Denys Vlasenko · 12 years ago
  81. 3db3b26 Fix "strace -oFILE -ff -p<nonexistant_pid>" behavior by Denys Vlasenko · 12 years ago
  82. 800ec8f Make alloc_tcb and droptcb static. No code changes. by Denys Vlasenko · 12 years ago
  83. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  84. a509054 Simplify SIGCHLD handler setting by Denys Vlasenko · 12 years ago
  85. 2c4fb90 When reporting signals, use short signal names (SIGfoo) instead of strerror by Denys Vlasenko · 12 years ago
  86. 6e0bfd1 Fix lame kernel version checking code by Denys Vlasenko · 12 years ago
  87. 61e7aad Experimental support for "detach on execve" feature by Denys Vlasenko · 12 years ago
  88. 3e084ac Simple fixes. by Denys Vlasenko · 12 years ago
  89. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 12 years ago
  90. a50d2a8 Tidy up order of includes; make bool variables explicit. by Denys Vlasenko · 12 years ago
  91. 67559ad Less ugly debug display of ptrace events by Denys Vlasenko · 12 years ago
  92. 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 12 years ago
  93. 328bf25 Treat -ff without -o FILE as single -f by Denys Vlasenko · 12 years ago
  94. 558e512 Style fix. No code changes by Denys Vlasenko · 12 years ago
  95. ecc8b97 Reduce stack usage by ~0.5k by Denys Vlasenko · 12 years ago
  96. 2e856a1 Preparatory cosmetic changes for the next commit by Denys Vlasenko · 12 years ago
  97. 37ab4b7 Trivial simplification by Denys Vlasenko · 12 years ago
  98. f202502 Don't consider PROG to be our child in "strace -D PROG" case by Denys Vlasenko · 12 years ago
  99. 75fe85c Fix the case where we try to detach unattached processes by Denys Vlasenko · 12 years ago
  100. 97c503f Call PTRACE_CONT with addr=0 by Denys Vlasenko · 12 years ago