1. 0890c8a Cosmetic improvement in ifdefs. No code changes by Denys Vlasenko · 13 years ago
  2. 8dc0c8c Exclude tcp->pfd from non-procfs systems by Denys Vlasenko · 13 years ago
  3. cfd364b Small optimizations related to memory allocation by Denys Vlasenko · 13 years ago
  4. 5d64581 Improve code readability by avoiding assignments inside if() by Denys Vlasenko · 13 years ago
  5. 6b6ed5d Convert ioctl_next_match() to new-style C function definition by Denys Vlasenko · 13 years ago
  6. 39fca62 Small optimization in signal and ioctl tables by Denys Vlasenko · 13 years ago
  7. 5c774b2 Don't return int from set_personality(), no one checks it. by Denys Vlasenko · 13 years ago
  8. 3ec9632 Remove unused declaration by Denys Vlasenko · 13 years ago
  9. d9ec141 Use natural-sized integer field for tcb::flags by Denys Vlasenko · 13 years ago
  10. deec74e Make needlessly static data local by Denys Vlasenko · 13 years ago
  11. 7c9ba8b Optimize get_scno function by Denys Vlasenko · 13 years ago
  12. 7999262 Optimize iocb_cmd_lookup by Denys Vlasenko · 13 years ago
  13. 3432059 Correct sys_sendfile[64] type and nargs by Denys Vlasenko · 13 years ago
  14. 4924dbd Make addflags return void by Denys Vlasenko · 13 years ago
  15. d9560c1 Set saner MAX_ARGS (6 or 8) for X86_64 and I386 by Denys Vlasenko · 13 years ago
  16. 9aa9796 Optimize sys_old_mmap by Denys Vlasenko · 13 years ago
  17. 31f9cb6 Untangle ifdef forest in sys_mmap64. No code changes by Denys Vlasenko · 13 years ago
  18. 72a5848 Style and comment fixes, no code changes by Denys Vlasenko · 13 years ago
  19. 4b08df4 Use simpler rounding up to next multiple of 2. by Denys Vlasenko · 13 years ago
  20. 041b3ee Cosmetic fixes, no code changes by Denys Vlasenko · 13 years ago
  21. 04f8b48 Fix PTRACE_SETOPTIONS tests by Dmitry V. Levin · 13 years ago
  22. 25caa31 Fix compilation on linux 2.4.x by Dmitry V. Levin · 13 years ago
  23. 44f87ef Remove tcp->parent and TCB_CLONE_THREAD. by Denys Vlasenko · 13 years ago
  24. 833fb13 Remove TCB_SUSPENDED constant and related code. by Denys Vlasenko · 13 years ago
  25. 19cdada Do not detach when we think tracee is going to die. by Denys Vlasenko · 13 years ago
  26. 02a08fb Declare printrusage32() on Alpha by Sergei Trofimovich · 13 years ago
  27. 26d1b1e Slight optimization and cleanup in trace() by Denys Vlasenko · 13 years ago
  28. 5bd67c8 Fix compilation on 2.4.20 kernel based system by Denys Vlasenko · 13 years ago
  29. 1b0df40 Check for additional PTRACE_* constants by Dmitry V. Levin · 13 years ago
  30. d166c55 Remove superfluous backslash-continuation in configure.ac by Denys Vlasenko · 13 years ago
  31. 9015cd9 Make IOCTL_WSTOP more readable by Denys Vlasenko · 13 years ago
  32. 13d22f1 Trivial cleanups by Denys Vlasenko · 13 years ago
  33. e18314e Remove redundant include <stdarg.h> by Denys Vlasenko · 13 years ago
  34. 178de00 Clean up two old comments by Denys Vlasenko · 13 years ago
  35. ead73bd Make a few variables static. by Denys Vlasenko · 13 years ago
  36. f95397a Add debug output in initial attachment code by Denys Vlasenko · 13 years ago
  37. 1d5f12e Better debug logging of allocations and waitpit results by Denys Vlasenko · 13 years ago
  38. 0b6c73c Optimize arrays of register indexes in syscall_enter by Denys Vlasenko · 13 years ago
  39. f5d099c Deindent syscall_enter by removing unnecessary braces. No code changes. by Denys Vlasenko · 13 years ago
  40. 4724786 Remove dead "ifndef CLONE_PTRACE" branch by Denys Vlasenko · 13 years ago
  41. 91ecfac Add a comment about setbpt. No code changes. by Denys Vlasenko · 13 years ago
  42. c133bf0 Untangle a particularly badly obfuscated bit of code. No logic changes. by Denys Vlasenko · 13 years ago
  43. 65d7c4d Remove TCB_FOLLOWFORK by Denys Vlasenko · 13 years ago
  44. 1c706b3 * system.c (sys_capget, sys_capset): Fix pointer arithmetics by Dmitry V. Levin · 13 years ago
  45. 4f12af2 Make initial tcb allocation more readable. No logic changes. by Denys Vlasenko · 13 years ago
  46. b0bafbb Do not allocate tiny cap_user_header/data structures, place them on stack. by Denys Vlasenko · 13 years ago
  47. cb2ad00 Use [p]error_msg[_and_die] where appropriate. No logic changes. by Denys Vlasenko · 13 years ago
  48. 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
  49. 3d5ed41 Make strace_fopen abort on error by Denys Vlasenko · 13 years ago
  50. 1f532ab Make set_cloexec_flag abort on error by Denys Vlasenko · 13 years ago
  51. 7dd2338 Make strace_popen abort on error by Denys Vlasenko · 13 years ago
  52. 2b60c35 Delete fork_tcb() by Denys Vlasenko · 13 years ago
  53. 18da273 Simplify expand_tcbtab and alloc_tcb by Denys Vlasenko · 13 years ago
  54. e7c9024 Trivial fixes by Denys Vlasenko · 13 years ago
  55. 081e72f Fix build when libaio-devel is not available by Dmitry V. Levin · 13 years ago
  56. d1d1822 tests: finish ptrace_setoptions_* merge by Dmitry V. Levin · 13 years ago
  57. b56d6d3 Remove write-only nchildren member from struct tcb by Denys Vlasenko · 13 years ago
  58. 8f0f14b Fix tests/ptrace_setoptions_* to match last fix in ptrace options code by Denys Vlasenko · 13 years ago
  59. f0a5f6d Remove write-only nzombies member from struct tcb by Denys Vlasenko · 13 years ago
  60. f44cce4 Fix regression introduced by "Properly handle real SIGTRAPs" change by Denys Vlasenko · 13 years ago
  61. 0df9ed4 Do not suspend waitpid. by Denys Vlasenko · 13 years ago
  62. dfcd741 Enhance io_submit() decoding by Andi Kleen · 13 years ago
  63. 8884968 Add argument to tprint_iov() specifying whether to decode each iovec by Dmitry V. Levin · 13 years ago
  64. fcda7a5 Introduce ARRAY_SIZE() macro by Dmitry V. Levin · 13 years ago
  65. 732f396 Fix decoding of timer id returned by timer_create by Andi Kleen · 13 years ago
  66. 2ea2ab0 Add test for PTRACE_O_TRACESYSGOOD by Dmitry V. Levin · 13 years ago
  67. 30ecdcc tests: update test for linux kernel version by Dmitry V. Levin · 13 years ago
  68. e254e53 Update ptrace_setoptions test by Dmitry V. Levin · 13 years ago
  69. 44d0532 * strace.c (verror_msg): Rewrite without use of heap memory allocation by Dmitry V. Levin · 13 years ago
  70. 3e90b29 Fix MIPS syscall entries by Dmitry V. Levin · 13 years ago
  71. f073679 Don't display bogus parameter for sigreturn syscall by Denys Vlasenko · 13 years ago
  72. 56a5298 Optimize sigreturn handling by Denys Vlasenko · 13 years ago
  73. 4660fe6 Do not call umoven to fetch parameters if we have zero params by Denys Vlasenko · 13 years ago
  74. eccc48c "Modernize" four old-style function parameter declarations by Denys Vlasenko · 13 years ago
  75. facd45b Fix sigreturn decoding on MIPS by Denys Vlasenko · 13 years ago
  76. e62df00 Print at least one space between SYSCALL(ARGS) and = RESULT if tracee is killed by Denys Vlasenko · 13 years ago
  77. 7c57be8 Add fflush after printf in test/sigkill_rain.c by Denys Vlasenko · 13 years ago
  78. 8158e77 Update test/* directory, it seem to be a bit bit-rotted by Denys Vlasenko · 13 years ago
  79. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  80. 7a5b08f ARM EABI: fix 64-bit syscall's arguments decoding by Dmitry V. Levin · 14 years ago
  81. 3087dd6 Linux: implement decoding of preadv and pwritev syscalls by Damir Shayhutdinov · 14 years ago
  82. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 14 years ago
  83. 7542276 Cleanups on top of "handle SIGTRAP properly" change, based on Dmitry's comments. by Denys Vlasenko · 14 years ago
  84. 35aba6a Identifier "errno" may be a macro, it's unsafe to use it by Denys Vlasenko · 14 years ago
  85. f8bc065 Don't perform TCB_WAITEXECVE wait if not needed. by Denys Vlasenko · 14 years ago
  86. 3454e4b Properly handle real SIGTRAPs. by Denys Vlasenko · 14 years ago
  87. 1cd5371 Blackfin: update syscall list by Mike Frysinger · 14 years ago
  88. 96e1f48 linux: add new EHWPOISON errno by Mike Frysinger · 14 years ago
  89. 8a08277 Add ability to print file descriptor paths and filter by those paths by Grant Edwards · 14 years ago
  90. 4cee0af Fix BLKTRACESTOP definition by Dmitry V. Levin · 14 years ago
  91. 03aefda Ensure that PTRACE_GETSIGINFO et al are always defined on Linux by Dmitry V. Levin · 14 years ago
  92. 4e4fcaf * CREDITS.in: Fix typo. by Dmitry V. Levin · 14 years ago
  93. bb668a5 Update PTRACE_* constants by Dmitry V. Levin · 14 years ago
  94. 50e69cb Prepare for 4.6 release by Dmitry V. Levin · 14 years ago
  95. 9004e12 linux/ioctlent: unify them all by Mike Frysinger · 14 years ago
  96. 6b7a261 Show more details about signals received by traced processess by Dmitry V. Levin · 14 years ago
  97. c15dfc7 Get rid of PT_GETSIGINFO by Dmitry V. Levin · 14 years ago
  98. b41e1c9 Enhance decoding of kernel-generated signals by Dmitry V. Levin · 14 years ago
  99. 6d9e8e8 Fix decoding of user-generated signals by Dmitry V. Levin · 14 years ago
  100. 7d4bff1 Recognize SI_KERNEL and SI_ASYNCNL by Dmitry V. Levin · 14 years ago