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