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