1. 1634de7 ptrace: decode arguments of PTRACE_[GS]ETSIGMASK requests by Dmitry V. Levin · 9 years ago
  2. 8bd7f31 ptrace: return RVAL_DECODED for requests decoded on entering by Dmitry V. Levin · 9 years ago
  3. 388aca6 ptrace: print PTRACE_O_* flags using printflags64 by Dmitry V. Levin · 9 years ago
  4. 7c8e330 ptrace: print data argument of PTRACE_SEIZE et al requests as flags by Dmitry V. Levin · 9 years ago
  5. caa2bc3 ptrace: print data argument of PTRACE_SINGLEBLOCK et al requests as signo by Dmitry V. Levin · 9 years ago
  6. 809ee3e ptrace: decode addr argument of PTRACE_PEEKSIGINFO request by Dmitry V. Levin · 9 years ago
  7. 3a5cd34 ptrace: fix printing addr argument of PTRACE_GETSIGMASK et al requests by Dmitry V. Levin · 9 years ago
  8. 5c720b0 ptrace: do not print data argument of some requests on sparc by Dmitry V. Levin · 9 years ago
  9. 91bd125 ptrace: do not print addr and data arguments of PTRACE_ATTACH-like requests by Dmitry V. Levin · 9 years ago
  10. 89ca4aa ptrace: do not print arguments of PTRACE_TRACEME request by Dmitry V. Levin · 9 years ago
  11. 73a8e97 ptrace: print request using printxval64 by Dmitry V. Levin · 9 years ago
  12. ccdc82a Cleanup parser of ptrace syscall by Dmitry V. Levin · 9 years ago
  13. e2fb0bb Simplify use of mpers printers by Dmitry V. Levin · 9 years ago
  14. a0b6249 Mpersify printsiginfo_at printer by Elvira Khabirova · 9 years ago
  15. 2479ef0 Fix printing tracee's long integers by Dmitry V. Levin · 9 years ago
  16. 14446eb process.c: use printaddr by Dmitry V. Levin · 9 years ago
  17. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 10 years ago
  18. 7211dbc build: include ptrace.h after regs.h by Dmitry V. Levin · 10 years ago
  19. 1c603a9 Rename printnum to printnum_long to avoid confusion by Dmitry V. Levin · 10 years ago
  20. 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 10 years ago
  21. fadf379 Move all ptrace-related macros and declarations from defs.h to ptrace.h by Dmitry V. Levin · 10 years ago
  22. fced7b0 process.c: split struct_user_offsets into architecture-specific include files by Dmitry V. Levin · 10 years ago
  23. 6eee4e0 process.c: include less headers by Dmitry V. Levin · 10 years ago
  24. 8c0ef94 Unexport struct_user_offsets by Dmitry V. Levin · 10 years ago
  25. c6ce4fd process.c: introduce XLAT_UOFF macro by Dmitry V. Levin · 10 years ago
  26. 03c06ea process.c: move sethostname and gethostname parsers to a separate file by Dmitry V. Levin · 10 years ago
  27. 9175909 process.c: move exit parser to a separate file by Dmitry V. Levin · 10 years ago
  28. 265903a process.c: move clone, setns, unshare, and fork parsers to a separate file by Dmitry V. Levin · 10 years ago
  29. e93ef1e process.c: move get*uid and set*uid parsers to a separate file by Dmitry V. Levin · 10 years ago
  30. 7211480 process.c: move getgroups* and setgroups* parsers to a separate file by Dmitry V. Levin · 10 years ago
  31. 7be2318 process.c: move execve and execv parsers to a separate file by Dmitry V. Levin · 10 years ago
  32. 7ccc144 process.c: move waitpid, wait4, osf_wait4, and waitid parsers to a separate file by Dmitry V. Levin · 10 years ago
  33. 58dd2cf process.c: move uname parser to a separate file by Dmitry V. Levin · 10 years ago
  34. e314f80 process.c: move futex parser to a separate file by Dmitry V. Levin · 10 years ago
  35. 8357638 process.c: move get_robust_list parser to a separate file by Dmitry V. Levin · 10 years ago
  36. fff2f31 process.c: move sched_* parsers to a separate file by Dmitry V. Levin · 10 years ago
  37. b94b983 process.c: move sched_setaffinity and sched_getaffinity parsers to a separate file by Dmitry V. Levin · 10 years ago
  38. 53c993d process.c: move prctl and arch_prctl parsers to a separate file by Dmitry V. Levin · 10 years ago
  39. 665f10c process.c: move getcpu parser to a separate file by Dmitry V. Levin · 10 years ago
  40. db16c52 process.c: move process_vm_readv and process_vm_writev parsers to a separate file by Dmitry V. Levin · 10 years ago
  41. 907df1e Alias sys_setdomainname to sys_sethostname by Dmitry V. Levin · 10 years ago
  42. 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
  43. 57fac75 xtensa: sort values in struct_user_offsets by Max Filippov · 11 years ago
  44. ed69fc2 unwind: move stacktrace capturing and mmap cache invalidating to trace_syscall_entering by Masatake YAMATO · 11 years ago
  45. f8e39d7 unwind: introduce queue_t for capturing stacktrace by Masatake YAMATO · 11 years ago
  46. 6141392 unwind: give all exported functions "unwind_" prefix by Masatake YAMATO · 11 years ago
  47. 327064b Add -k option to print stack trace after each syscall by Luca Clementi · 11 years ago
  48. d35bdca Compress blank lines by Dmitry V. Levin · 11 years ago
  49. 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 11 years ago
  50. 3a3b71c Use printstr for sethostname, setdomainname, and gethostname decoding by Dmitry V. Levin · 11 years ago
  51. b2ede14 Enhance setns syscall decoding by Masatake YAMATO · 11 years ago
  52. 6556315 Alias sys_vfork to sys_fork by Dmitry V. Levin · 11 years ago
  53. 99a0544 Refactor LDT decoding by Dmitry V. Levin · 11 years ago
  54. f94e847 x32: decode clone LDT user_desc entries for x86 processes by Dmitry V. Levin · 11 years ago
  55. 44655a4 x86-64: decode clone LDT user_desc entries for x86 processes by Elliott Hughes · 11 years ago
  56. 2c4fb25 x32: fix clone(2) argument order for x86 processes by Dmitry V. Levin · 11 years ago
  57. b563325 x86-64: fix clone(2) argument order for x86 processes by Elliott Hughes · 11 years ago
  58. 5945273 Use XLAT_END macro by Dmitry V. Levin · 11 years ago
  59. 9f56d87 Convert futexops to XLAT form by Dmitry V. Levin · 11 years ago
  60. bce0cc6 Use XLAT macro by Dmitry V. Levin · 11 years ago
  61. 94e246a Delete old PTRACE_{PEEK,POKE}USR logic by Mike Frysinger · 11 years ago
  62. e19a712 Use standard names of sched_param structure members by Dmitry V. Levin · 11 years ago
  63. 0b4060f Work around conflict between <sys/ptrace.h> and <linux/ptrace.h> by Ali Polatel · 11 years ago
  64. 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
  65. d083016 sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACED by Denys Vlasenko · 12 years ago
  66. f782201 Update PTRACE_O_* constants by Dmitry V. Levin · 12 years ago
  67. 7a0fb38 Update PR_* constants by Dmitry V. Levin · 12 years ago
  68. b6593de Update PR_* constants by Dmitry V. Levin · 12 years ago
  69. 8f636ed Add support for the XTENSA architecture by Chris Zankel · 12 years ago
  70. c41808b ptrace: decode note segment descriptor types by Dmitry V. Levin · 12 years ago
  71. 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 12 years ago
  72. 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 12 years ago
  73. 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 12 years ago
  74. d4d3ede Factor out code to check addr, fetch and print siginfo by Denys Vlasenko · 12 years ago
  75. be99497 Decode struct iov in PTRACE_GET/SETREGSET by Denys Vlasenko · 12 years ago
  76. 873e5a5 Unify representations of struct user fields for subarchitectures by Denys Vlasenko · 12 years ago
  77. 74307a6 Add start_code and start_data members of struct user by Denys Vlasenko · 12 years ago
  78. 729e18d Deobfuscate definitions of struct user offsets by Denys Vlasenko · 12 years ago
  79. 0b99a8a Add tilegx support to strace by Chris Metcalf · 12 years ago
  80. d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago
  81. ea22e97 Make printing of utsname.domainname more portable by Dmitry V. Levin · 13 years ago
  82. 3efa7c7 Enable printing of uts.domainname in uname syscall by Denys Vlasenko · 13 years ago
  83. 35be581 Add x32 support to strace by H.J. Lu · 13 years ago
  84. 513e9c2 simple cleanups in defs.h. No logic changes. by Denys Vlasenko · 13 years ago
  85. b7a6dae Trivial tweaks. No logic changes by Denys Vlasenko · 13 years ago
  86. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 13 years ago
  87. 146b944 Make internal_fork and internal_exec static by Denys Vlasenko · 13 years ago
  88. 081533c Move change_syscall() to its only user and make it static by Denys Vlasenko · 13 years ago
  89. 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 13 years ago
  90. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
  91. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 13 years ago
  92. 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 13 years ago
  93. 1ff463d Implement sched_rr_get_interval syscall decoder by Dmitry V. Levin · 13 years ago
  94. 1b0bae2 Implement get_robust_list syscall decoder by Dmitry V. Levin · 13 years ago
  95. 0395210 Implement process_vm_writev decoder by Dmitry V. Levin · 13 years ago
  96. 0bfd744 Output iovec length in vmsplice and process_vm_readv decoders by Dmitry V. Levin · 13 years ago
  97. 1945ccc Assorted trivial optimizations by Denys Vlasenko · 13 years ago
  98. 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 13 years ago
  99. b237b1b Style fixes, no code changes by Denys Vlasenko · 13 years ago
  100. e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago