1. 57fac75 xtensa: sort values in struct_user_offsets by Max Filippov · 10 years ago
  2. ed69fc2 unwind: move stacktrace capturing and mmap cache invalidating to trace_syscall_entering by Masatake YAMATO · 10 years ago
  3. f8e39d7 unwind: introduce queue_t for capturing stacktrace by Masatake YAMATO · 10 years ago
  4. 6141392 unwind: give all exported functions "unwind_" prefix by Masatake YAMATO · 10 years ago
  5. 327064b Add -k option to print stack trace after each syscall by Luca Clementi · 11 years ago
  6. d35bdca Compress blank lines by Dmitry V. Levin · 10 years ago
  7. 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 10 years ago
  8. 3a3b71c Use printstr for sethostname, setdomainname, and gethostname decoding by Dmitry V. Levin · 10 years ago
  9. b2ede14 Enhance setns syscall decoding by Masatake YAMATO · 10 years ago
  10. 6556315 Alias sys_vfork to sys_fork by Dmitry V. Levin · 10 years ago
  11. 99a0544 Refactor LDT decoding by Dmitry V. Levin · 10 years ago
  12. f94e847 x32: decode clone LDT user_desc entries for x86 processes by Dmitry V. Levin · 10 years ago
  13. 44655a4 x86-64: decode clone LDT user_desc entries for x86 processes by Elliott Hughes · 10 years ago
  14. 2c4fb25 x32: fix clone(2) argument order for x86 processes by Dmitry V. Levin · 10 years ago
  15. b563325 x86-64: fix clone(2) argument order for x86 processes by Elliott Hughes · 10 years ago
  16. 5945273 Use XLAT_END macro by Dmitry V. Levin · 10 years ago
  17. 9f56d87 Convert futexops to XLAT form by Dmitry V. Levin · 10 years ago
  18. bce0cc6 Use XLAT macro by Dmitry V. Levin · 10 years ago
  19. 94e246a Delete old PTRACE_{PEEK,POKE}USR logic by Mike Frysinger · 10 years ago
  20. e19a712 Use standard names of sched_param structure members by Dmitry V. Levin · 11 years ago
  21. 0b4060f Work around conflict between <sys/ptrace.h> and <linux/ptrace.h> by Ali Polatel · 11 years ago
  22. 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
  23. d083016 sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACED by Denys Vlasenko · 11 years ago
  24. f782201 Update PTRACE_O_* constants by Dmitry V. Levin · 11 years ago
  25. 7a0fb38 Update PR_* constants by Dmitry V. Levin · 11 years ago
  26. b6593de Update PR_* constants by Dmitry V. Levin · 11 years ago
  27. 8f636ed Add support for the XTENSA architecture by Chris Zankel · 11 years ago
  28. c41808b ptrace: decode note segment descriptor types by Dmitry V. Levin · 11 years ago
  29. 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 11 years ago
  30. 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 11 years ago
  31. 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 11 years ago
  32. d4d3ede Factor out code to check addr, fetch and print siginfo by Denys Vlasenko · 11 years ago
  33. be99497 Decode struct iov in PTRACE_GET/SETREGSET by Denys Vlasenko · 11 years ago
  34. 873e5a5 Unify representations of struct user fields for subarchitectures by Denys Vlasenko · 11 years ago
  35. 74307a6 Add start_code and start_data members of struct user by Denys Vlasenko · 11 years ago
  36. 729e18d Deobfuscate definitions of struct user offsets by Denys Vlasenko · 11 years ago
  37. 0b99a8a Add tilegx support to strace by Chris Metcalf · 11 years ago
  38. d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago
  39. ea22e97 Make printing of utsname.domainname more portable by Dmitry V. Levin · 12 years ago
  40. 3efa7c7 Enable printing of uts.domainname in uname syscall by Denys Vlasenko · 12 years ago
  41. 35be581 Add x32 support to strace by H.J. Lu · 12 years ago
  42. 513e9c2 simple cleanups in defs.h. No logic changes. by Denys Vlasenko · 12 years ago
  43. b7a6dae Trivial tweaks. No logic changes by Denys Vlasenko · 12 years ago
  44. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 12 years ago
  45. 146b944 Make internal_fork and internal_exec static by Denys Vlasenko · 12 years ago
  46. 081533c Move change_syscall() to its only user and make it static by Denys Vlasenko · 12 years ago
  47. 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 12 years ago
  48. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  49. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 12 years ago
  50. 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 12 years ago
  51. 1ff463d Implement sched_rr_get_interval syscall decoder by Dmitry V. Levin · 12 years ago
  52. 1b0bae2 Implement get_robust_list syscall decoder by Dmitry V. Levin · 12 years ago
  53. 0395210 Implement process_vm_writev decoder by Dmitry V. Levin · 12 years ago
  54. 0bfd744 Output iovec length in vmsplice and process_vm_readv decoders by Dmitry V. Levin · 12 years ago
  55. 1945ccc Assorted trivial optimizations by Denys Vlasenko · 12 years ago
  56. 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 12 years ago
  57. b237b1b Style fixes, no code changes by Denys Vlasenko · 12 years ago
  58. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  59. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 12 years ago
  60. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 12 years ago
  61. 44824b9 Eliminate native_scno and known_scno by Dmitry V. Levin · 12 years ago
  62. 31fa8a2 Add experimental code to use PTRACE_SEIZE, disabled by default by Denys Vlasenko · 12 years ago
  63. 3af224c Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocks by Denys Vlasenko · 12 years ago
  64. 000b601 Fix a case of broken output if last seen syscall was exit by Denys Vlasenko · 12 years ago
  65. f88837a Do post-attach initialization earlier; fix "we ignore SIGSTOP on NOMMU" bug by Denys Vlasenko · 13 years ago
  66. 381dbc2 Set TCB_STARTUP only _after_ we attached. 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. 61526c6 Remove stray commas in struct initializers. No code changes by Denys Vlasenko · 13 years ago
  70. 102ec49 Optimize tabto() by Denys Vlasenko · 13 years ago
  71. a794974 Conditionally optimize out unused code by Denys Vlasenko · 13 years ago
  72. 44f87ef Remove tcp->parent and TCB_CLONE_THREAD. by Denys Vlasenko · 13 years ago
  73. 833fb13 Remove TCB_SUSPENDED constant and related code. by Denys Vlasenko · 13 years ago
  74. 19cdada Do not detach when we think tracee is going to die. by Denys Vlasenko · 13 years ago
  75. 4724786 Remove dead "ifndef CLONE_PTRACE" branch by Denys Vlasenko · 13 years ago
  76. 65d7c4d Remove TCB_FOLLOWFORK by Denys Vlasenko · 13 years ago
  77. 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
  78. 2b60c35 Delete fork_tcb() by Denys Vlasenko · 13 years ago
  79. e7c9024 Trivial fixes by Denys Vlasenko · 13 years ago
  80. b56d6d3 Remove write-only nchildren member from struct tcb by Denys Vlasenko · 13 years ago
  81. f44cce4 Fix regression introduced by "Properly handle real SIGTRAPs" change by Denys Vlasenko · 13 years ago
  82. 0df9ed4 Do not suspend waitpid. by Denys Vlasenko · 13 years ago
  83. fcda7a5 Introduce ARRAY_SIZE() macro by Dmitry V. Levin · 13 years ago
  84. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  85. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 13 years ago
  86. f8bc065 Don't perform TCB_WAITEXECVE wait if not needed. by Denys Vlasenko · 13 years ago
  87. 3454e4b Properly handle real SIGTRAPs. by Denys Vlasenko · 13 years ago
  88. bb668a5 Update PTRACE_* constants by Dmitry V. Levin · 13 years ago
  89. d9a4b0a Fix compilation warning reported by gcc -Wunused-but-set-variable by Dmitry V. Levin · 13 years ago
  90. fde119c * process.c (internal_exit) [IA64]: Remove redundant check. by Dmitry V. Levin · 13 years ago
  91. 50a218d Fix decoding of get[ug]id, gete[ug]id and setfs[ug]id return values by Dmitry V. Levin · 13 years ago
  92. e3d4b68 Recognize more clone flags by Dmitry V. Levin · 13 years ago
  93. ca8ab8d Handle followfork using ptrace_setoptions if available by Wang Chao · 14 years ago
  94. e636c85 Do not trace children cloned with CLONE_UNTRACED flag by Wang Chao · 14 years ago
  95. 3eb9491 * process.c (sys_waitid): Remove unused variable. by Dmitry V. Levin · 14 years ago
  96. 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
  97. cbdd190 Fix printing clone flags by Wang Chao · 14 years ago
  98. 21b8db4 Drop nclone_detached and related flags by Wang Chao · 14 years ago
  99. 5a22b31 Handle CLONE_PARENT flag by Wang Chao · 14 years ago
  100. 304ea5f Fix error when judging if process has children by Wang Chao · 14 years ago