1. 5c9d8f4 Make it possible to to do test builds for NOMMU architectures by Denys Vlasenko · 11 years ago
  2. c9d0fc0 Remove broken HAVE_LONG_LONG conditionals by Denys Vlasenko · 11 years ago
  3. 86738a2 Merge two identical tables by Denys Vlasenko · 11 years ago
  4. c956ef0 Simple optimization in get_error by Denys Vlasenko · 11 years ago
  5. 5721cdb Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALID by Denys Vlasenko · 11 years ago
  6. 48e4c1b Finish prefixing regs struct names with arch_ by Denys Vlasenko · 11 years ago
  7. 2550d48 Use the same type for i386_regs on 32-bit and 64-bit x86. by Denys Vlasenko · 11 years ago
  8. e015d2d Macroize conditional signed widening operation by Denys Vlasenko · 11 years ago
  9. ae8643e A better handling of current_wordsize by Denys Vlasenko · 11 years ago
  10. 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 11 years ago
  11. eec8d5d [X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to get registers. by Denys Vlasenko · 11 years ago
  12. d4d3ede Factor out code to check addr, fetch and print siginfo by Denys Vlasenko · 11 years ago
  13. bf357fc Remove hacks for old kernels for architectures which require new kernels by Denys Vlasenko · 11 years ago
  14. d27809c Remove old kernel hacks for architectures which require new kernels by Denys Vlasenko · 11 years ago
  15. 9472a27 Remove unused / ambiguously used defines by Denys Vlasenko · 11 years ago
  16. 28ac68f Optimize AArch64 handling of 32-bit personality by Denys Vlasenko · 11 years ago
  17. 401374e Rename ARM's regs structure to arm_regs by Denys Vlasenko · 11 years ago
  18. 8d4ca0c Shortcut tests for fork/exec syscalls by Denys Vlasenko · 11 years ago
  19. af8dc6b tile: fix merge skew with new get_regs architecture by Chris Metcalf · 11 years ago
  20. 0b99a8a Add tilegx support to strace by Chris Metcalf · 11 years ago
  21. ce7d953 Optimize out PTRACE_PEEKUSER with -i by Denys Vlasenko · 11 years ago
  22. 890a5ca Add support for tracing 32-bit ARM EABI binaries on AArch64 by Steve McIntyre · 12 years ago
  23. d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago
  24. 9679296 Add -e trace=memory option by Namhyung Kim · 12 years ago
  25. 26bc060 Enable usage of PTRACE_SEIZE by Denys Vlasenko · 12 years ago
  26. c52826c Make sure current_wordsize and PERSONALITY0_WORDSIZE are ints in all arches by Denys Vlasenko · 12 years ago
  27. b5d43b8 Fix printstr's len parameter width by Denys Vlasenko · 12 years ago
  28. e0bc222 Fix recvmsg decode: do not show more data than actually returned by Denys Vlasenko · 12 years ago
  29. ebee04c Decode /dev/loop ioctls by Mike Frysinger · 12 years ago
  30. 085e428 x32: add ia32 support by H.J. Lu · 12 years ago
  31. 6e4f3c1 Add custom (faster) vfprintf implementation (disabled by default) by Denys Vlasenko · 12 years ago
  32. 35be581 Add x32 support to strace by H.J. Lu · 12 years ago
  33. dd0130b Restore tcb::u_lrval; fix lseek on MIPS-n32 by H.J. Lu · 12 years ago
  34. 0cbed35 Decode mtd ioctls by Mike Frysinger · 12 years ago
  35. ccee169 Robustify parsing of numbers from strings by Dmitry V. Levin · 12 years ago
  36. e4cc7c5 Simple optimizations by Denys Vlasenko · 12 years ago
  37. d63b0d5 Reorder declarations in defs.h. No code changes by Denys Vlasenko · 12 years ago
  38. 513e9c2 simple cleanups in defs.h. No logic changes. by Denys Vlasenko · 12 years ago
  39. 2350675 Report some ptrace failures; nuke tcp->ptrace_errno by Denys Vlasenko · 12 years ago
  40. 852f98a Make ptrace_restart() static. No code changes by Denys Vlasenko · 12 years ago
  41. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 12 years ago
  42. 146b944 Make internal_fork and internal_exec static by Denys Vlasenko · 12 years ago
  43. f50e714 Remove code which is not used on Linux by Denys Vlasenko · 12 years ago
  44. a61a72e Remove unused struct tcb::baddr field by Denys Vlasenko · 12 years ago
  45. 081533c Move change_syscall() to its only user and make it static by Denys Vlasenko · 12 years ago
  46. 800ec8f Make alloc_tcb and droptcb static. No code changes. by Denys Vlasenko · 12 years ago
  47. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  48. 2c4fb90 When reporting signals, use short signal names (SIGfoo) instead of strerror by Denys Vlasenko · 12 years ago
  49. 2989814 Clean up defs.h order. No code changes by Denys Vlasenko · 12 years ago
  50. 68269aa Remove an outdated comment by Denys Vlasenko · 12 years ago
  51. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 12 years ago
  52. a50d2a8 Tidy up order of includes; make bool variables explicit. by Denys Vlasenko · 12 years ago
  53. 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 12 years ago
  54. 75fe85c Fix the case where we try to detach unattached processes by Denys Vlasenko · 12 years ago
  55. e8172b7 Allow -p PID to take comma or whitespace-separated list of PIDs by Denys Vlasenko · 12 years ago
  56. 114aefd Pass addr=0 instead of 1 into restarting ptrace calls by Denys Vlasenko · 12 years ago
  57. 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 12 years ago
  58. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  59. aa925db Remove a few more code parts which are unused on Linux by Denys Vlasenko · 12 years ago
  60. 329655a Reindent defs.h preprocessor directives by Denys Vlasenko · 12 years ago
  61. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 12 years ago
  62. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 12 years ago
  63. 44824b9 Eliminate native_scno and known_scno by Dmitry V. Levin · 12 years ago
  64. 9aa25ab Remove initialization of native_scno field for most of syscalls by Dmitry V. Levin · 12 years ago
  65. e752bed Skip the syscall entry if the sys_func field is NULL by H.J. Lu · 12 years ago
  66. 31fa8a2 Add experimental code to use PTRACE_SEIZE, disabled by default by Denys Vlasenko · 12 years ago
  67. 000b601 Fix a case of broken output if last seen syscall was exit by Denys Vlasenko · 12 years ago
  68. eebb04d Make pid2tcb static by Denys Vlasenko · 12 years ago
  69. a1d541e Eliminate code duplication in time printing, reduce a few static buffers by Denys Vlasenko · 12 years ago
  70. 023b770 Get rid of TCB_SIGTRAPPED by Denys Vlasenko · 12 years ago
  71. 024cad9 Fix struct pt_regs declaration on i386 and x86-64 by Dmitry V. Levin · 12 years ago
  72. b11322f Display mask on enter to sigreturn, not on exit by Denys Vlasenko · 12 years ago
  73. a5a839a Enhance personality switching by Dmitry V. Levin · 12 years ago
  74. f88837a Do post-attach initialization earlier; fix "we ignore SIGSTOP on NOMMU" bug by Denys Vlasenko · 13 years ago
  75. d116a73 Get rid of TCB_ATTACH_DONE by Denys Vlasenko · 13 years ago
  76. 0a295bc Add stpcpy to autoconf machinery by Denys Vlasenko · 13 years ago
  77. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  78. 1d46ba5 Make out-of-memory handling more uniform by Denys Vlasenko · 13 years ago
  79. 2fb4db3 Optimization: eliminate all remaining usages of strcat() by Denys Vlasenko · 13 years ago
  80. 5284557 Optimization: eliminate some usages of strcat() by Denys Vlasenko · 13 years ago
  81. eb0e3e8 On X86_64 and I386, use PTRACE_GETREGS to fetch all registers by Denys Vlasenko · 13 years ago
  82. 77770bb Indent a large set of nested ifdefs/endifs. No code changes by Denys Vlasenko · 13 years ago
  83. 8b4454c Rename syscall_fixup to syscall_fixup_on_sysenter by Denys Vlasenko · 13 years ago
  84. 102ec49 Optimize tabto() by Denys Vlasenko · 13 years ago
  85. cb6f056 Opotimize "scno >= 0 && scno < nsyscalls" check by Denys Vlasenko · 13 years ago
  86. 92d443c Group int-sized fields together in struct tcb by Denys Vlasenko · 13 years ago
  87. 06602d9 Rename some functions, delete unused one. No code changes by Denys Vlasenko · 13 years ago
  88. 9a36ae5 get_scno is an unholy mess, make it less horrible by Denys Vlasenko · 13 years ago
  89. 44142a7 Define MAX_ARGS to 6 for all Linux arches by Denys Vlasenko · 13 years ago
  90. afc6403 Drop checks for sysent[i].nargs == -1 by Denys Vlasenko · 13 years ago
  91. ac1ce77 Stop using nargs == -1 in syscallent tables by Denys Vlasenko · 13 years ago
  92. b88f961 Straighten up confused comments/messages about post-execve SIGTRAP handling by Denys Vlasenko · 13 years ago
  93. c95a88f count_syscall() always returns 0, optimize it by Denys Vlasenko · 13 years ago
  94. 8dc0c8c Exclude tcp->pfd from non-procfs systems by Denys Vlasenko · 13 years ago
  95. 39fca62 Small optimization in signal and ioctl tables by Denys Vlasenko · 13 years ago
  96. 5c774b2 Don't return int from set_personality(), no one checks it. by Denys Vlasenko · 13 years ago
  97. 3ec9632 Remove unused declaration by Denys Vlasenko · 13 years ago
  98. d9ec141 Use natural-sized integer field for tcb::flags by Denys Vlasenko · 13 years ago
  99. 4924dbd Make addflags return void by Denys Vlasenko · 13 years ago
  100. d9560c1 Set saner MAX_ARGS (6 or 8) for X86_64 and I386 by Denys Vlasenko · 13 years ago