1. 7211dbc build: include ptrace.h after regs.h by Dmitry V. Levin · 9 years ago
  2. 1c603a9 Rename printnum to printnum_long to avoid confusion by Dmitry V. Levin · 9 years ago
  3. 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 9 years ago
  4. fadf379 Move all ptrace-related macros and declarations from defs.h to ptrace.h by Dmitry V. Levin · 9 years ago
  5. fced7b0 process.c: split struct_user_offsets into architecture-specific include files by Dmitry V. Levin · 10 years ago
  6. 6eee4e0 process.c: include less headers by Dmitry V. Levin · 10 years ago
  7. 8c0ef94 Unexport struct_user_offsets by Dmitry V. Levin · 10 years ago
  8. c6ce4fd process.c: introduce XLAT_UOFF macro by Dmitry V. Levin · 10 years ago
  9. 03c06ea process.c: move sethostname and gethostname parsers to a separate file by Dmitry V. Levin · 10 years ago
  10. 9175909 process.c: move exit parser to a separate file by Dmitry V. Levin · 10 years ago
  11. 265903a process.c: move clone, setns, unshare, and fork parsers to a separate file by Dmitry V. Levin · 10 years ago
  12. e93ef1e process.c: move get*uid and set*uid parsers to a separate file by Dmitry V. Levin · 10 years ago
  13. 7211480 process.c: move getgroups* and setgroups* parsers to a separate file by Dmitry V. Levin · 10 years ago
  14. 7be2318 process.c: move execve and execv parsers to a separate file by Dmitry V. Levin · 10 years ago
  15. 7ccc144 process.c: move waitpid, wait4, osf_wait4, and waitid parsers to a separate file by Dmitry V. Levin · 10 years ago
  16. 58dd2cf process.c: move uname parser to a separate file by Dmitry V. Levin · 10 years ago
  17. e314f80 process.c: move futex parser to a separate file by Dmitry V. Levin · 10 years ago
  18. 8357638 process.c: move get_robust_list parser to a separate file by Dmitry V. Levin · 10 years ago
  19. fff2f31 process.c: move sched_* parsers to a separate file by Dmitry V. Levin · 10 years ago
  20. b94b983 process.c: move sched_setaffinity and sched_getaffinity parsers to a separate file by Dmitry V. Levin · 10 years ago
  21. 53c993d process.c: move prctl and arch_prctl parsers to a separate file by Dmitry V. Levin · 10 years ago
  22. 665f10c process.c: move getcpu parser to a separate file by Dmitry V. Levin · 10 years ago
  23. db16c52 process.c: move process_vm_readv and process_vm_writev parsers to a separate file by Dmitry V. Levin · 10 years ago
  24. 907df1e Alias sys_setdomainname to sys_sethostname by Dmitry V. Levin · 10 years ago
  25. 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
  26. 57fac75 xtensa: sort values in struct_user_offsets by Max Filippov · 10 years ago
  27. ed69fc2 unwind: move stacktrace capturing and mmap cache invalidating to trace_syscall_entering by Masatake YAMATO · 10 years ago
  28. f8e39d7 unwind: introduce queue_t for capturing stacktrace by Masatake YAMATO · 10 years ago
  29. 6141392 unwind: give all exported functions "unwind_" prefix by Masatake YAMATO · 10 years ago
  30. 327064b Add -k option to print stack trace after each syscall by Luca Clementi · 11 years ago
  31. d35bdca Compress blank lines by Dmitry V. Levin · 10 years ago
  32. 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 10 years ago
  33. 3a3b71c Use printstr for sethostname, setdomainname, and gethostname decoding by Dmitry V. Levin · 10 years ago
  34. b2ede14 Enhance setns syscall decoding by Masatake YAMATO · 10 years ago
  35. 6556315 Alias sys_vfork to sys_fork by Dmitry V. Levin · 10 years ago
  36. 99a0544 Refactor LDT decoding by Dmitry V. Levin · 10 years ago
  37. f94e847 x32: decode clone LDT user_desc entries for x86 processes by Dmitry V. Levin · 10 years ago
  38. 44655a4 x86-64: decode clone LDT user_desc entries for x86 processes by Elliott Hughes · 10 years ago
  39. 2c4fb25 x32: fix clone(2) argument order for x86 processes by Dmitry V. Levin · 10 years ago
  40. b563325 x86-64: fix clone(2) argument order for x86 processes by Elliott Hughes · 10 years ago
  41. 5945273 Use XLAT_END macro by Dmitry V. Levin · 10 years ago
  42. 9f56d87 Convert futexops to XLAT form by Dmitry V. Levin · 10 years ago
  43. bce0cc6 Use XLAT macro by Dmitry V. Levin · 10 years ago
  44. 94e246a Delete old PTRACE_{PEEK,POKE}USR logic by Mike Frysinger · 10 years ago
  45. e19a712 Use standard names of sched_param structure members by Dmitry V. Levin · 11 years ago
  46. 0b4060f Work around conflict between <sys/ptrace.h> and <linux/ptrace.h> by Ali Polatel · 11 years ago
  47. 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
  48. d083016 sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACED by Denys Vlasenko · 11 years ago
  49. f782201 Update PTRACE_O_* constants by Dmitry V. Levin · 11 years ago
  50. 7a0fb38 Update PR_* constants by Dmitry V. Levin · 11 years ago
  51. b6593de Update PR_* constants by Dmitry V. Levin · 11 years ago
  52. 8f636ed Add support for the XTENSA architecture by Chris Zankel · 11 years ago
  53. c41808b ptrace: decode note segment descriptor types by Dmitry V. Levin · 11 years ago
  54. 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 11 years ago
  55. 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 11 years ago
  56. 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 11 years ago
  57. d4d3ede Factor out code to check addr, fetch and print siginfo by Denys Vlasenko · 11 years ago
  58. be99497 Decode struct iov in PTRACE_GET/SETREGSET by Denys Vlasenko · 11 years ago
  59. 873e5a5 Unify representations of struct user fields for subarchitectures by Denys Vlasenko · 11 years ago
  60. 74307a6 Add start_code and start_data members of struct user by Denys Vlasenko · 11 years ago
  61. 729e18d Deobfuscate definitions of struct user offsets by Denys Vlasenko · 11 years ago
  62. 0b99a8a Add tilegx support to strace by Chris Metcalf · 11 years ago
  63. d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago
  64. ea22e97 Make printing of utsname.domainname more portable by Dmitry V. Levin · 12 years ago
  65. 3efa7c7 Enable printing of uts.domainname in uname syscall by Denys Vlasenko · 12 years ago
  66. 35be581 Add x32 support to strace by H.J. Lu · 12 years ago
  67. 513e9c2 simple cleanups in defs.h. No logic changes. by Denys Vlasenko · 12 years ago
  68. b7a6dae Trivial tweaks. No logic changes by Denys Vlasenko · 12 years ago
  69. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 12 years ago
  70. 146b944 Make internal_fork and internal_exec static by Denys Vlasenko · 12 years ago
  71. 081533c Move change_syscall() to its only user and make it static by Denys Vlasenko · 12 years ago
  72. 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 12 years ago
  73. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  74. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 12 years ago
  75. 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 12 years ago
  76. 1ff463d Implement sched_rr_get_interval syscall decoder by Dmitry V. Levin · 12 years ago
  77. 1b0bae2 Implement get_robust_list syscall decoder by Dmitry V. Levin · 12 years ago
  78. 0395210 Implement process_vm_writev decoder by Dmitry V. Levin · 12 years ago
  79. 0bfd744 Output iovec length in vmsplice and process_vm_readv decoders by Dmitry V. Levin · 12 years ago
  80. 1945ccc Assorted trivial optimizations by Denys Vlasenko · 12 years ago
  81. 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 12 years ago
  82. b237b1b Style fixes, no code changes by Denys Vlasenko · 12 years ago
  83. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  84. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 12 years ago
  85. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 12 years ago
  86. 44824b9 Eliminate native_scno and known_scno by Dmitry V. Levin · 12 years ago
  87. 31fa8a2 Add experimental code to use PTRACE_SEIZE, disabled by default by Denys Vlasenko · 12 years ago
  88. 3af224c Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocks by Denys Vlasenko · 12 years ago
  89. 000b601 Fix a case of broken output if last seen syscall was exit by Denys Vlasenko · 12 years ago
  90. f88837a Do post-attach initialization earlier; fix "we ignore SIGSTOP on NOMMU" bug by Denys Vlasenko · 13 years ago
  91. 381dbc2 Set TCB_STARTUP only _after_ we attached. by Denys Vlasenko · 13 years ago
  92. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  93. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  94. 61526c6 Remove stray commas in struct initializers. No code changes by Denys Vlasenko · 13 years ago
  95. 102ec49 Optimize tabto() by Denys Vlasenko · 13 years ago
  96. a794974 Conditionally optimize out unused code by Denys Vlasenko · 13 years ago
  97. 44f87ef Remove tcp->parent and TCB_CLONE_THREAD. by Denys Vlasenko · 13 years ago
  98. 833fb13 Remove TCB_SUSPENDED constant and related code. by Denys Vlasenko · 13 years ago
  99. 19cdada Do not detach when we think tracee is going to die. by Denys Vlasenko · 13 years ago
  100. 4724786 Remove dead "ifndef CLONE_PTRACE" branch by Denys Vlasenko · 13 years ago