1. 8511f2a Make threaded execve handling code more reabable and somewhat simpler by Denys Vlasenko · 12 years ago
  2. b5e0908 Show "+++ exited..." with -C by Denys Vlasenko · 12 years ago
  3. a44f969 Replace reprinting decision logic by Denys Vlasenko · 12 years ago
  4. 2350675 Report some ptrace failures; nuke tcp->ptrace_errno by Denys Vlasenko · 12 years ago
  5. 852f98a Make ptrace_restart() static. No code changes by Denys Vlasenko · 12 years ago
  6. 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 12 years ago
  7. 9c3861d Remove another "interrupt to quit" message by Denys Vlasenko · 12 years ago
  8. 3db3b26 Fix "strace -oFILE -ff -p<nonexistant_pid>" behavior by Denys Vlasenko · 12 years ago
  9. 800ec8f Make alloc_tcb and droptcb static. No code changes. by Denys Vlasenko · 12 years ago
  10. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  11. a509054 Simplify SIGCHLD handler setting by Denys Vlasenko · 12 years ago
  12. 2c4fb90 When reporting signals, use short signal names (SIGfoo) instead of strerror by Denys Vlasenko · 12 years ago
  13. 6e0bfd1 Fix lame kernel version checking code by Denys Vlasenko · 12 years ago
  14. 61e7aad Experimental support for "detach on execve" feature by Denys Vlasenko · 12 years ago
  15. 3e084ac Simple fixes. by Denys Vlasenko · 12 years ago
  16. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 12 years ago
  17. a50d2a8 Tidy up order of includes; make bool variables explicit. by Denys Vlasenko · 12 years ago
  18. 67559ad Less ugly debug display of ptrace events by Denys Vlasenko · 12 years ago
  19. 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 12 years ago
  20. 328bf25 Treat -ff without -o FILE as single -f by Denys Vlasenko · 12 years ago
  21. 558e512 Style fix. No code changes by Denys Vlasenko · 12 years ago
  22. ecc8b97 Reduce stack usage by ~0.5k by Denys Vlasenko · 12 years ago
  23. 2e856a1 Preparatory cosmetic changes for the next commit by Denys Vlasenko · 12 years ago
  24. 37ab4b7 Trivial simplification by Denys Vlasenko · 12 years ago
  25. f202502 Don't consider PROG to be our child in "strace -D PROG" case by Denys Vlasenko · 12 years ago
  26. 75fe85c Fix the case where we try to detach unattached processes by Denys Vlasenko · 12 years ago
  27. 97c503f Call PTRACE_CONT with addr=0 by Denys Vlasenko · 12 years ago
  28. fd88338 Fix PID prefix printing in "strace -oLOG -ff -p1 -p2 -p3" case by Denys Vlasenko · 12 years ago
  29. e8172b7 Allow -p PID to take comma or whitespace-separated list of PIDs by Denys Vlasenko · 12 years ago
  30. 4c65c44 Trivial tweaks to error messages by Denys Vlasenko · 12 years ago
  31. 1945ccc Assorted trivial optimizations by Denys Vlasenko · 12 years ago
  32. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  33. 1a3cf10 Build fixes after non-Linux code removal by Denys Vlasenko · 12 years ago
  34. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 12 years ago
  35. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 12 years ago
  36. 6c38156 Avoid potential core file clobbering on exit by Dmitry V. Levin · 12 years ago
  37. 9aa25ab Remove initialization of native_scno field for most of syscalls by Dmitry V. Levin · 12 years ago
  38. cdab1be Trivial changes to help text. No code changes. by Denys Vlasenko · 12 years ago
  39. 4f3df07 Simple optimizations by Denys Vlasenko · 12 years ago
  40. 3521884 Trivial optimization by Denys Vlasenko · 12 years ago
  41. b51581e Make interactive-ness directly controllable via command line option by Denys Vlasenko · 12 years ago
  42. 6703816 Suppress compiler warning by Denys Vlasenko · 12 years ago
  43. a355925 On Ctrl-C induced detach, send SIGINT to child tracee, not SIGTERM. by Denys Vlasenko · 12 years ago
  44. 31fa8a2 Add experimental code to use PTRACE_SEIZE, disabled by default by Denys Vlasenko · 12 years ago
  45. 000b601 Fix a case of broken output if last seen syscall was exit by Denys Vlasenko · 12 years ago
  46. f7db5dd Fix handling of test/threaded_execve.c testcase by Denys Vlasenko · 12 years ago
  47. eebb04d Make pid2tcb static by Denys Vlasenko · 12 years ago
  48. cfad543 Per Dmitry's request, remove paranoid check in verror_msg() by Denys Vlasenko · 12 years ago
  49. 846ecb9 More robust error check for vasprintf by Denys Vlasenko · 12 years ago
  50. 837399a Slightly more compact handling of argv[] by Denys Vlasenko · 12 years ago
  51. aa6ec41 Trivial optimization by Denys Vlasenko · 12 years ago
  52. a677da5 Allocate -o OUTFILE buffer only if needed by Denys Vlasenko · 12 years ago
  53. 82bb78c Use single fprintf in verror_msg() by Denys Vlasenko · 12 years ago
  54. 023b770 Get rid of TCB_SIGTRAPPED by Denys Vlasenko · 12 years ago
  55. 5e09d77 When we write log, flush output buffers in a few more cases by Denys Vlasenko · 12 years ago
  56. f1e6903 Do not detach from tracee which experienced ptrace error. by Denys Vlasenko · 12 years ago
  57. 4c19638 Remove sig parameter from detach() by Denys Vlasenko · 12 years ago
  58. a5a839a Enhance personality switching by Dmitry V. Levin · 13 years ago
  59. 436d892 strace.c (trace): Fix compilation warning by Dmitry V. Levin · 13 years ago
  60. f88837a Do post-attach initialization earlier; fix "we ignore SIGSTOP on NOMMU" bug by Denys Vlasenko · 13 years ago
  61. d116a73 Get rid of TCB_ATTACH_DONE by Denys Vlasenko · 13 years ago
  62. 381dbc2 Set TCB_STARTUP only _after_ we attached. by Denys Vlasenko · 13 years ago
  63. 6cda73f Simple optimizations in trace() by Denys Vlasenko · 13 years ago
  64. 014ca3a Trivial fixes on error paths by Denys Vlasenko · 13 years ago
  65. ab034fb Reformat setuid-ing code in startup_child() by Denys Vlasenko · 13 years ago
  66. 2e968c0 Minor tweaks in startup_child(). Logic isn't changed (but code is) by Denys Vlasenko · 13 years ago
  67. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  68. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  69. 1d46ba5 Make out-of-memory handling more uniform by Denys Vlasenko · 13 years ago
  70. a673f3f Do not include <limits.h> by Dmitry V. Levin · 13 years ago
  71. 102ec49 Optimize tabto() by Denys Vlasenko · 13 years ago
  72. 06602d9 Rename some functions, delete unused one. No code changes by Denys Vlasenko · 13 years ago
  73. 9a36ae5 get_scno is an unholy mess, make it less horrible by Denys Vlasenko · 13 years ago
  74. b88f961 Straighten up confused comments/messages about post-execve SIGTRAP handling by Denys Vlasenko · 13 years ago
  75. 2ecba32 Optimize out dummy PC printing on signal delivery by Denys Vlasenko · 13 years ago
  76. 0890c8a Cosmetic improvement in ifdefs. No code changes by Denys Vlasenko · 13 years ago
  77. 8dc0c8c Exclude tcp->pfd from non-procfs systems by Denys Vlasenko · 13 years ago
  78. cfd364b Small optimizations related to memory allocation by Denys Vlasenko · 13 years ago
  79. 5d64581 Improve code readability by avoiding assignments inside if() by Denys Vlasenko · 13 years ago
  80. 04f8b48 Fix PTRACE_SETOPTIONS tests by Dmitry V. Levin · 13 years ago
  81. 44f87ef Remove tcp->parent and TCB_CLONE_THREAD. by Denys Vlasenko · 13 years ago
  82. 833fb13 Remove TCB_SUSPENDED constant and related code. by Denys Vlasenko · 13 years ago
  83. 19cdada Do not detach when we think tracee is going to die. by Denys Vlasenko · 13 years ago
  84. 26d1b1e Slight optimization and cleanup in trace() by Denys Vlasenko · 13 years ago
  85. 5bd67c8 Fix compilation on 2.4.20 kernel based system by Denys Vlasenko · 13 years ago
  86. 13d22f1 Trivial cleanups by Denys Vlasenko · 13 years ago
  87. e18314e Remove redundant include <stdarg.h> by Denys Vlasenko · 13 years ago
  88. 178de00 Clean up two old comments by Denys Vlasenko · 13 years ago
  89. ead73bd Make a few variables static. by Denys Vlasenko · 13 years ago
  90. f95397a Add debug output in initial attachment code by Denys Vlasenko · 13 years ago
  91. 1d5f12e Better debug logging of allocations and waitpit results by Denys Vlasenko · 13 years ago
  92. 65d7c4d Remove TCB_FOLLOWFORK by Denys Vlasenko · 13 years ago
  93. 4f12af2 Make initial tcb allocation more readable. No logic changes. by Denys Vlasenko · 13 years ago
  94. cb2ad00 Use [p]error_msg[_and_die] where appropriate. No logic changes. by Denys Vlasenko · 13 years ago
  95. 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
  96. 3d5ed41 Make strace_fopen abort on error by Denys Vlasenko · 13 years ago
  97. 1f532ab Make set_cloexec_flag abort on error by Denys Vlasenko · 13 years ago
  98. 7dd2338 Make strace_popen abort on error by Denys Vlasenko · 13 years ago
  99. 2b60c35 Delete fork_tcb() by Denys Vlasenko · 13 years ago
  100. 18da273 Simplify expand_tcbtab and alloc_tcb by Denys Vlasenko · 13 years ago