1. 2c4fb90 When reporting signals, use short signal names (SIGfoo) instead of strerror by Denys Vlasenko · 12 years ago
  2. 2989814 Clean up defs.h order. No code changes by Denys Vlasenko · 12 years ago
  3. 68269aa Remove an outdated comment by Denys Vlasenko · 12 years ago
  4. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 12 years ago
  5. a50d2a8 Tidy up order of includes; make bool variables explicit. by Denys Vlasenko · 12 years ago
  6. 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 12 years ago
  7. 75fe85c Fix the case where we try to detach unattached processes by Denys Vlasenko · 12 years ago
  8. e8172b7 Allow -p PID to take comma or whitespace-separated list of PIDs by Denys Vlasenko · 12 years ago
  9. 114aefd Pass addr=0 instead of 1 into restarting ptrace calls by Denys Vlasenko · 12 years ago
  10. 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 12 years ago
  11. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  12. aa925db Remove a few more code parts which are unused on Linux by Denys Vlasenko · 12 years ago
  13. 329655a Reindent defs.h preprocessor directives by Denys Vlasenko · 12 years ago
  14. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 12 years ago
  15. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 12 years ago
  16. 44824b9 Eliminate native_scno and known_scno by Dmitry V. Levin · 12 years ago
  17. 9aa25ab Remove initialization of native_scno field for most of syscalls by Dmitry V. Levin · 12 years ago
  18. e752bed Skip the syscall entry if the sys_func field is NULL by H.J. Lu · 12 years ago
  19. 31fa8a2 Add experimental code to use PTRACE_SEIZE, disabled by default by Denys Vlasenko · 12 years ago
  20. 000b601 Fix a case of broken output if last seen syscall was exit by Denys Vlasenko · 12 years ago
  21. eebb04d Make pid2tcb static by Denys Vlasenko · 12 years ago
  22. a1d541e Eliminate code duplication in time printing, reduce a few static buffers by Denys Vlasenko · 12 years ago
  23. 023b770 Get rid of TCB_SIGTRAPPED by Denys Vlasenko · 12 years ago
  24. 024cad9 Fix struct pt_regs declaration on i386 and x86-64 by Dmitry V. Levin · 12 years ago
  25. b11322f Display mask on enter to sigreturn, not on exit by Denys Vlasenko · 12 years ago
  26. a5a839a Enhance personality switching by Dmitry V. Levin · 12 years ago
  27. f88837a Do post-attach initialization earlier; fix "we ignore SIGSTOP on NOMMU" bug by Denys Vlasenko · 13 years ago
  28. d116a73 Get rid of TCB_ATTACH_DONE by Denys Vlasenko · 13 years ago
  29. 0a295bc Add stpcpy to autoconf machinery by Denys Vlasenko · 13 years ago
  30. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  31. 1d46ba5 Make out-of-memory handling more uniform by Denys Vlasenko · 13 years ago
  32. 2fb4db3 Optimization: eliminate all remaining usages of strcat() by Denys Vlasenko · 13 years ago
  33. 5284557 Optimization: eliminate some usages of strcat() by Denys Vlasenko · 13 years ago
  34. eb0e3e8 On X86_64 and I386, use PTRACE_GETREGS to fetch all registers by Denys Vlasenko · 13 years ago
  35. 77770bb Indent a large set of nested ifdefs/endifs. No code changes by Denys Vlasenko · 13 years ago
  36. 8b4454c Rename syscall_fixup to syscall_fixup_on_sysenter by Denys Vlasenko · 13 years ago
  37. 102ec49 Optimize tabto() by Denys Vlasenko · 13 years ago
  38. cb6f056 Opotimize "scno >= 0 && scno < nsyscalls" check by Denys Vlasenko · 13 years ago
  39. 92d443c Group int-sized fields together in struct tcb by Denys Vlasenko · 13 years ago
  40. 06602d9 Rename some functions, delete unused one. No code changes by Denys Vlasenko · 13 years ago
  41. 9a36ae5 get_scno is an unholy mess, make it less horrible by Denys Vlasenko · 13 years ago
  42. 44142a7 Define MAX_ARGS to 6 for all Linux arches by Denys Vlasenko · 13 years ago
  43. afc6403 Drop checks for sysent[i].nargs == -1 by Denys Vlasenko · 13 years ago
  44. ac1ce77 Stop using nargs == -1 in syscallent tables by Denys Vlasenko · 13 years ago
  45. b88f961 Straighten up confused comments/messages about post-execve SIGTRAP handling by Denys Vlasenko · 13 years ago
  46. c95a88f count_syscall() always returns 0, optimize it by Denys Vlasenko · 13 years ago
  47. 8dc0c8c Exclude tcp->pfd from non-procfs systems by Denys Vlasenko · 13 years ago
  48. 39fca62 Small optimization in signal and ioctl tables by Denys Vlasenko · 13 years ago
  49. 5c774b2 Don't return int from set_personality(), no one checks it. by Denys Vlasenko · 13 years ago
  50. 3ec9632 Remove unused declaration by Denys Vlasenko · 13 years ago
  51. d9ec141 Use natural-sized integer field for tcb::flags by Denys Vlasenko · 13 years ago
  52. 4924dbd Make addflags return void by Denys Vlasenko · 13 years ago
  53. d9560c1 Set saner MAX_ARGS (6 or 8) for X86_64 and I386 by Denys Vlasenko · 13 years ago
  54. 041b3ee Cosmetic fixes, no code changes by Denys Vlasenko · 13 years ago
  55. 44f87ef Remove tcp->parent and TCB_CLONE_THREAD. by Denys Vlasenko · 13 years ago
  56. 833fb13 Remove TCB_SUSPENDED constant and related code. by Denys Vlasenko · 13 years ago
  57. 19cdada Do not detach when we think tracee is going to die. by Denys Vlasenko · 13 years ago
  58. 02a08fb Declare printrusage32() on Alpha by Sergei Trofimovich · 13 years ago
  59. 1b0df40 Check for additional PTRACE_* constants by Dmitry V. Levin · 13 years ago
  60. 9015cd9 Make IOCTL_WSTOP more readable by Denys Vlasenko · 13 years ago
  61. ead73bd Make a few variables static. by Denys Vlasenko · 13 years ago
  62. 91ecfac Add a comment about setbpt. No code changes. by Denys Vlasenko · 13 years ago
  63. 65d7c4d Remove TCB_FOLLOWFORK by Denys Vlasenko · 13 years ago
  64. 2b60c35 Delete fork_tcb() by Denys Vlasenko · 13 years ago
  65. b56d6d3 Remove write-only nchildren member from struct tcb by Denys Vlasenko · 13 years ago
  66. f0a5f6d Remove write-only nzombies member from struct tcb by Denys Vlasenko · 13 years ago
  67. f44cce4 Fix regression introduced by "Properly handle real SIGTRAPs" change by Denys Vlasenko · 13 years ago
  68. 0df9ed4 Do not suspend waitpid. by Denys Vlasenko · 13 years ago
  69. 8884968 Add argument to tprint_iov() specifying whether to decode each iovec by Dmitry V. Levin · 13 years ago
  70. fcda7a5 Introduce ARRAY_SIZE() macro by Dmitry V. Levin · 13 years ago
  71. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  72. 7542276 Cleanups on top of "handle SIGTRAP properly" change, based on Dmitry's comments. by Denys Vlasenko · 13 years ago
  73. f8bc065 Don't perform TCB_WAITEXECVE wait if not needed. by Denys Vlasenko · 13 years ago
  74. 3454e4b Properly handle real SIGTRAPs. by Denys Vlasenko · 13 years ago
  75. 8a08277 Add ability to print file descriptor paths and filter by those paths by Grant Edwards · 13 years ago
  76. 03aefda Ensure that PTRACE_GETSIGINFO et al are always defined on Linux by Dmitry V. Levin · 13 years ago
  77. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 13 years ago
  78. 10a16a7 Simplify tprintf() declaration by Dmitry V. Levin · 14 years ago
  79. 7655fa0 * defs.h (SYSCALL_NEVER_FAILS): Fix typo. by Dmitry V. Levin · 13 years ago
  80. 50a218d Fix decoding of get[ug]id, gete[ug]id and setfs[ug]id return values by Dmitry V. Levin · 13 years ago
  81. 4ef6db4 Add block ioctl support by Dmitry V. Levin · 13 years ago
  82. b9c5257 sh: Fix compilation warning in do_pipe due to missing prototype by Carmelo AMOROSO · 14 years ago
  83. 696381e Fix build on uClibc by Dmitry V. Levin · 14 years ago
  84. ca8ab8d Handle followfork using ptrace_setoptions if available by Wang Chao · 14 years ago
  85. b13c0de Test how PTRACE_SETOPTIONS support works by Wang Chao · 14 years ago
  86. 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
  87. 21b8db4 Drop nclone_detached and related flags by Wang Chao · 14 years ago
  88. d69fa49 Add biarch support for powerpc64 by Andreas Schwab · 14 years ago
  89. 102e69a Remove extern declaration at file scope by Andreas Schwab · 14 years ago
  90. e3a7ef5 Implement -C option to combine regular and -c output by Dmitry V. Levin · 14 years ago
  91. c8c6698 Add support for the TILE architecture by Chris Metcalf · 14 years ago
  92. e5e6085 Remove dead code by Dmitry V. Levin · 14 years ago
  93. 257e157 Merge Linux internal_clone() into internal_fork() by Dmitry V. Levin · 14 years ago
  94. e5355de Remove support for pre-C89 by Andreas Schwab · 15 years ago
  95. b5600fc Factor out printing of 64bit syscall argument by Andreas Schwab · 15 years ago
  96. ccdff48 Maintain separate print column for each process by Andreas Schwab · 15 years ago
  97. 8566c50 sparc/linux: Rewrite to use asm/ptrace.h by Mike Frysinger · 15 years ago
  98. 67874d8 * defs.h [HPPA]: Lower MAX_ARGS from 32 to 6. by Dmitry V. Levin · 15 years ago
  99. eb9e2e8 Revert unapproved commits. by Roland McGrath · 15 years ago
  100. eedaac7 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. by Denys Vlasenko · 15 years ago