1. 447db45 Constify tv_* functions by Dmitry V. Levin · 10 years ago
  2. 3b09ebe Fix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_T by James Hogan · 10 years ago
  3. 7845a42 Fix preadv/pwritev offset decoding by Dmitry V. Levin · 10 years ago
  4. 99db95d Implement fanotify_init and fanotify_mark decoding by Dmitry V. Levin · 10 years ago
  5. 82b1ea7 Itroduce XLAT_END macro to make xlat structures more compact by Dmitry V. Levin · 10 years ago
  6. a69ddcb Introduce XLAT macro to ease maintenance of xlat structures by Dmitry V. Levin · 10 years ago
  7. b88a6f8 Decode ptp ioctls by Stefan Sørensen · 10 years ago
  8. 03ef0b2 Assume that <sys/ptrace.h> provides a valid ptrace prototype by Dmitry V. Levin · 11 years ago
  9. 0506f0f Stop using _LFS64_LARGEFILE by Dmitry V. Levin · 11 years ago
  10. 6974bd4 Make PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc specific by Dmitry V. Levin · 11 years ago
  11. b338f2d Fix select decoding on e.g. 32-bit ppc process by 64-bit strace. by Denys Vlasenko · 11 years ago
  12. 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
  13. 5e133aa Fix sigset printing via print_sigset(). by Denys Vlasenko · 11 years ago
  14. 76da831 Group USE_CUSTOM_PRINTF define with other tweakables by Denys Vlasenko · 11 years ago
  15. b51f364 Improve sigreturn decoding on x86 to show RT signal bits too. by Denys Vlasenko · 11 years ago
  16. a34dead powerpc: fix iflag build issue (static -> extern) by Anton Blanchard · 11 years ago
  17. 5a2483b Remove ia64-specific printing of current address on signal delivery by Denys Vlasenko · 11 years ago
  18. c09646a Rename ia32 to ia64_ia32mode, and make it bool, not long by Denys Vlasenko · 11 years ago
  19. 4793221 Fold is_restart_error() into its sole user by Denys Vlasenko · 11 years ago
  20. 752e5a0 Change upeek() to take pid, not full tcp. by Denys Vlasenko · 11 years ago
  21. ce6e33b powerpc: Use PTRACE_GETREGS to fetch all registers by Anton Blanchard · 11 years ago
  22. fadbf66 Get rid of TCB_INUSE and TCB_STRACE_CHILD by Denys Vlasenko · 11 years ago
  23. f1669e7 Cleanups. No logic changes. by Denys Vlasenko · 11 years ago
  24. 2a3d275 Hide startup syscalls. by Denys Vlasenko · 11 years ago
  25. 01997cf Allow -q to be repeated for very quiet output by Daniel P. Berrange · 11 years ago
  26. 3883ab8 mips: fix build regression by Mike Frysinger · 11 years ago
  27. 2690fad mips o32: raise the max number of syscall arguments to 7 by Dmitry V. Levin · 11 years ago
  28. d648f29 Decode mtd/ubi ioctls by Mike Frysinger · 11 years ago
  29. 8f636ed Add support for the XTENSA architecture by Chris Zankel · 11 years ago
  30. 7d5696f i386, tile, x32: do not redefine ptrace prototype by Dmitry V. Levin · 11 years ago
  31. 5198ed4 Open-code isprint(c) and isspace(c) by Denys Vlasenko · 11 years ago
  32. 61ad0a4 Stop using a large static buffer in getfdpath by Denys Vlasenko · 11 years ago
  33. 38cfe7c Remove variable tracing_paths and check in pathtrace_match by Denys Vlasenko · 11 years ago
  34. 7239dbc Use dynamically-sized selected[] array for -P PATH by Denys Vlasenko · 11 years ago
  35. 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 11 years ago
  36. 05f3251 Assorted NOMMU fixes by Denys Vlasenko · 11 years ago
  37. 9cbc15b Eliminate MAX_QUALS, make qualifier array dynamic by Denys Vlasenko · 11 years ago
  38. a9fe13c Create and use struct_sysent and struct_ioctlent typedefs. by Denys Vlasenko · 11 years ago
  39. 40d63b9 Use tcp->qual_flg instead of qual_flags[] in verbose() and abbrev() by Denys Vlasenko · 11 years ago
  40. c1540fe Remove unused QUAL_FAULT code (was used by non-Linux code only). by Denys Vlasenko · 11 years ago
  41. a585c9d Use uint8_t for qual_flags[] instead of ints. by Denys Vlasenko · 11 years ago
  42. 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 11 years ago
  43. 7270de5 ARM: make it one-personality arch by Denys Vlasenko · 11 years ago
  44. 4bfb198 Use the same style of includes in linux/*/* files by Denys Vlasenko · 11 years ago
  45. 5c9d8f4 Make it possible to to do test builds for NOMMU architectures by Denys Vlasenko · 11 years ago
  46. c9d0fc0 Remove broken HAVE_LONG_LONG conditionals by Denys Vlasenko · 11 years ago
  47. 86738a2 Merge two identical tables by Denys Vlasenko · 11 years ago
  48. c956ef0 Simple optimization in get_error by Denys Vlasenko · 11 years ago
  49. 5721cdb Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALID by Denys Vlasenko · 11 years ago
  50. 48e4c1b Finish prefixing regs struct names with arch_ by Denys Vlasenko · 11 years ago
  51. 2550d48 Use the same type for i386_regs on 32-bit and 64-bit x86. by Denys Vlasenko · 11 years ago
  52. e015d2d Macroize conditional signed widening operation by Denys Vlasenko · 11 years ago
  53. ae8643e A better handling of current_wordsize by Denys Vlasenko · 11 years ago
  54. 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 11 years ago
  55. eec8d5d [X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to get registers. by Denys Vlasenko · 11 years ago
  56. d4d3ede Factor out code to check addr, fetch and print siginfo by Denys Vlasenko · 11 years ago
  57. bf357fc Remove hacks for old kernels for architectures which require new kernels by Denys Vlasenko · 11 years ago
  58. d27809c Remove old kernel hacks for architectures which require new kernels by Denys Vlasenko · 11 years ago
  59. 9472a27 Remove unused / ambiguously used defines by Denys Vlasenko · 11 years ago
  60. 28ac68f Optimize AArch64 handling of 32-bit personality by Denys Vlasenko · 11 years ago
  61. 401374e Rename ARM's regs structure to arm_regs by Denys Vlasenko · 11 years ago
  62. 8d4ca0c Shortcut tests for fork/exec syscalls by Denys Vlasenko · 11 years ago
  63. af8dc6b tile: fix merge skew with new get_regs architecture by Chris Metcalf · 11 years ago
  64. 0b99a8a Add tilegx support to strace by Chris Metcalf · 11 years ago
  65. ce7d953 Optimize out PTRACE_PEEKUSER with -i by Denys Vlasenko · 11 years ago
  66. 890a5ca Add support for tracing 32-bit ARM EABI binaries on AArch64 by Steve McIntyre · 12 years ago
  67. d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago
  68. 9679296 Add -e trace=memory option by Namhyung Kim · 12 years ago
  69. 26bc060 Enable usage of PTRACE_SEIZE by Denys Vlasenko · 12 years ago
  70. c52826c Make sure current_wordsize and PERSONALITY0_WORDSIZE are ints in all arches by Denys Vlasenko · 12 years ago
  71. b5d43b8 Fix printstr's len parameter width by Denys Vlasenko · 12 years ago
  72. e0bc222 Fix recvmsg decode: do not show more data than actually returned by Denys Vlasenko · 12 years ago
  73. ebee04c Decode /dev/loop ioctls by Mike Frysinger · 12 years ago
  74. 085e428 x32: add ia32 support by H.J. Lu · 12 years ago
  75. 6e4f3c1 Add custom (faster) vfprintf implementation (disabled by default) by Denys Vlasenko · 12 years ago
  76. 35be581 Add x32 support to strace by H.J. Lu · 12 years ago
  77. dd0130b Restore tcb::u_lrval; fix lseek on MIPS-n32 by H.J. Lu · 12 years ago
  78. 0cbed35 Decode mtd ioctls by Mike Frysinger · 12 years ago
  79. ccee169 Robustify parsing of numbers from strings by Dmitry V. Levin · 12 years ago
  80. e4cc7c5 Simple optimizations by Denys Vlasenko · 12 years ago
  81. d63b0d5 Reorder declarations in defs.h. No code changes by Denys Vlasenko · 12 years ago
  82. 513e9c2 simple cleanups in defs.h. No logic changes. by Denys Vlasenko · 12 years ago
  83. 2350675 Report some ptrace failures; nuke tcp->ptrace_errno by Denys Vlasenko · 12 years ago
  84. 852f98a Make ptrace_restart() static. No code changes by Denys Vlasenko · 12 years ago
  85. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 12 years ago
  86. 146b944 Make internal_fork and internal_exec static by Denys Vlasenko · 12 years ago
  87. f50e714 Remove code which is not used on Linux by Denys Vlasenko · 12 years ago
  88. a61a72e Remove unused struct tcb::baddr field by Denys Vlasenko · 12 years ago
  89. 081533c Move change_syscall() to its only user and make it static by Denys Vlasenko · 12 years ago
  90. 800ec8f Make alloc_tcb and droptcb static. No code changes. by Denys Vlasenko · 12 years ago
  91. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  92. 2c4fb90 When reporting signals, use short signal names (SIGfoo) instead of strerror by Denys Vlasenko · 12 years ago
  93. 2989814 Clean up defs.h order. No code changes by Denys Vlasenko · 12 years ago
  94. 68269aa Remove an outdated comment by Denys Vlasenko · 12 years ago
  95. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 12 years ago
  96. a50d2a8 Tidy up order of includes; make bool variables explicit. by Denys Vlasenko · 12 years ago
  97. 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 12 years ago
  98. 75fe85c Fix the case where we try to detach unattached processes by Denys Vlasenko · 12 years ago
  99. e8172b7 Allow -p PID to take comma or whitespace-separated list of PIDs by Denys Vlasenko · 12 years ago
  100. 114aefd Pass addr=0 instead of 1 into restarting ptrace calls by Denys Vlasenko · 12 years ago