1. bb6bb5c Remove redundant checks in syscall entry/exit, rename badly named function by Denys Vlasenko · 12 years ago
  2. b7a6dae Trivial tweaks. No logic changes by Denys Vlasenko · 12 years ago
  3. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 12 years ago
  4. 146b944 Make internal_fork and internal_exec static by Denys Vlasenko · 12 years ago
  5. f50e714 Remove code which is not used on Linux by Denys Vlasenko · 12 years ago
  6. 3da9693 Remove unused constants. No code changes by Denys Vlasenko · 12 years ago
  7. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  8. 648c22c Remove unused code by Dmitry V. Levin · 12 years ago
  9. 3362e89 improve ifdef check with decode_subcall by Mike Frysinger · 12 years ago
  10. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 12 years ago
  11. a50d2a8 Tidy up order of includes; make bool variables explicit. by Denys Vlasenko · 12 years ago
  12. c96fdfa ppc64: drop unused pid variable by Mike Frysinger · 12 years ago
  13. 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 12 years ago
  14. 4c65c44 Trivial tweaks to error messages by Denys Vlasenko · 12 years ago
  15. 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 12 years ago
  16. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  17. 523635f Reindent preprocessor directives in syscall.c; fix style. by Denys Vlasenko · 12 years ago
  18. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 12 years ago
  19. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 12 years ago
  20. 44824b9 Eliminate native_scno and known_scno by Dmitry V. Levin · 12 years ago
  21. b5e88d4 Do not use SYS_ipc and SYS_socketcall by Dmitry V. Levin · 12 years ago
  22. 309edeb Remove unused sys_pread64 and sys_pwrite64 parsers on Linux by Dmitry V. Levin · 12 years ago
  23. ea051f7 Fix nanosleep decoding: second argument was not shown after success by Denys Vlasenko · 12 years ago
  24. 000b601 Fix a case of broken output if last seen syscall was exit by Denys Vlasenko · 12 years ago
  25. e73a89d Change x86_64_regs struct type from pt_regs to user_regs_struct by Denys Vlasenko · 12 years ago
  26. 024cad9 Fix struct pt_regs declaration on i386 and x86-64 by Dmitry V. Levin · 12 years ago
  27. fe58565 Make ERESTARTxyz messages more descriptive by Denys Vlasenko · 12 years ago
  28. b11322f Display mask on enter to sigreturn, not on exit by Denys Vlasenko · 12 years ago
  29. a5a839a Enhance personality switching by Dmitry V. Levin · 13 years ago
  30. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  31. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  32. 1d46ba5 Make out-of-memory handling more uniform by Denys Vlasenko · 13 years ago
  33. b5b2589 Small optimization on AVR32 by Denys Vlasenko · 13 years ago
  34. eb0e3e8 On X86_64 and I386, use PTRACE_GETREGS to fetch all registers by Denys Vlasenko · 13 years ago
  35. 8b4454c Rename syscall_fixup to syscall_fixup_on_sysenter by Denys Vlasenko · 13 years ago
  36. f20bff6 Make syscall result reading more consistent among different arches by Denys Vlasenko · 13 years ago
  37. ece9879 Simplify syscall_fixup[_on_sysexit] by Denys Vlasenko · 13 years ago
  38. 20c41fd Split syscall_fixup into enter/exit pair of functions by Denys Vlasenko · 13 years ago
  39. 102ec49 Optimize tabto() by Denys Vlasenko · 13 years ago
  40. fabaa91 * syscall.c (sys_indir): Use %ld for printing long, not %u. by Denys Vlasenko · 13 years ago
  41. cb6f056 Opotimize "scno >= 0 && scno < nsyscalls" check by Denys Vlasenko · 13 years ago
  42. 1a5b5a7 Remove scno_good logic in syscall exit by Denys Vlasenko · 13 years ago
  43. 684fb1a Remove redundant assignments by Denys Vlasenko · 13 years ago
  44. a614692 Reorder functions in syscall.c. No code changes. by Denys Vlasenko · 13 years ago
  45. 06602d9 Rename some functions, delete unused one. No code changes by Denys Vlasenko · 13 years ago
  46. 2ce12ed Unify per-architecture post-execve SIGTRAP check. by Denys Vlasenko · 13 years ago
  47. 18beb98 Speed up x86 by avoiding EAX read on syscall entry by Denys Vlasenko · 13 years ago
  48. 77a7459 Do not read syscall no in get_scno_on_sysexit by Denys Vlasenko · 13 years ago
  49. 8cd1acd Simplify get_scno_on_sysenter/sysexit by Denys Vlasenko · 13 years ago
  50. 9a36ae5 get_scno is an unholy mess, make it less horrible by Denys Vlasenko · 13 years ago
  51. 5f731c4 Reduce code redundancy in syscall_enter() by Dmitry V. Levin · 13 years ago
  52. 4b887a5 Cache tcp->u_nargs in a local variable for for() loops by Denys Vlasenko · 13 years ago
  53. afc6403 Drop checks for sysent[i].nargs == -1 by Denys Vlasenko · 13 years ago
  54. ac1ce77 Stop using nargs == -1 in syscallent tables by Denys Vlasenko · 13 years ago
  55. ed4f4f0 Move trace_syscall_exiting below trace_syscall_entering. No code changes. by Denys Vlasenko · 13 years ago
  56. 3b73881 Fix -z display. by Denys Vlasenko · 13 years ago
  57. b88f961 Straighten up confused comments/messages about post-execve SIGTRAP handling by Denys Vlasenko · 13 years ago
  58. c95a88f count_syscall() always returns 0, optimize it by Denys Vlasenko · 13 years ago
  59. a794974 Conditionally optimize out unused code by Denys Vlasenko · 13 years ago
  60. 5d64581 Improve code readability by avoiding assignments inside if() by Denys Vlasenko · 13 years ago
  61. 39fca62 Small optimization in signal and ioctl tables by Denys Vlasenko · 13 years ago
  62. 5c774b2 Don't return int from set_personality(), no one checks it. by Denys Vlasenko · 13 years ago
  63. deec74e Make needlessly static data local by Denys Vlasenko · 13 years ago
  64. 7c9ba8b Optimize get_scno function by Denys Vlasenko · 13 years ago
  65. 041b3ee Cosmetic fixes, no code changes by Denys Vlasenko · 13 years ago
  66. 19cdada Do not detach when we think tracee is going to die. by Denys Vlasenko · 13 years ago
  67. 0b6c73c Optimize arrays of register indexes in syscall_enter by Denys Vlasenko · 13 years ago
  68. f5d099c Deindent syscall_enter by removing unnecessary braces. No code changes. by Denys Vlasenko · 13 years ago
  69. 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
  70. 0df9ed4 Do not suspend waitpid. by Denys Vlasenko · 13 years ago
  71. fcda7a5 Introduce ARRAY_SIZE() macro by Dmitry V. Levin · 13 years ago
  72. 4660fe6 Do not call umoven to fetch parameters if we have zero params by Denys Vlasenko · 13 years ago
  73. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  74. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 13 years ago
  75. 8a08277 Add ability to print file descriptor paths and filter by those paths by Grant Edwards · 13 years ago
  76. 9fdbee6 Fix raw exit_group(2) decoding by Dmitry V. Levin · 13 years ago
  77. bd13645 Optimize known_scno() by Dmitry V. Levin · 13 years ago
  78. 65c1a81 Fix biarch support in IO dumping by Dmitry V. Levin · 13 years ago
  79. 50a218d Fix decoding of get[ug]id, gete[ug]id and setfs[ug]id return values by Dmitry V. Levin · 13 years ago
  80. bdafa1a Output diagnostics to stderr by Dmitry V. Levin · 14 years ago
  81. 35d0572 Pass less information to qualify_one and qual_* by Dmitry V. Levin · 14 years ago
  82. 0ef43b8 Fix -e option with only one value in qualifier statement by Wang Chao · 14 years ago
  83. 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
  84. 939caba Add support for the MicroBlaze architecture by Edgar E. Iglesias · 14 years ago
  85. d69fa49 Add biarch support for powerpc64 by Andreas Schwab · 14 years ago
  86. 246888d M68K: Fix fetching syscall arguments by Andreas Schwab · 14 years ago
  87. ffca9e3 Fix warning when compiling for m68k by Andreas Schwab · 14 years ago
  88. 7d7c963 Split trace_syscall() for better readability by Dmitry V. Levin · 14 years ago
  89. e3a7ef5 Implement -C option to combine regular and -c output by Dmitry V. Levin · 14 years ago
  90. 2003704 Fix MIPS N32/N64 compile error by David Daney · 14 years ago
  91. c8c6698 Add support for the TILE architecture by Chris Metcalf · 14 years ago
  92. e5e6085 Remove dead code by Dmitry V. Levin · 14 years ago
  93. 257e157 Merge Linux internal_clone() into internal_fork() by Dmitry V. Levin · 15 years ago
  94. 8566c50 sparc/linux: Rewrite to use asm/ptrace.h by Mike Frysinger · 15 years ago
  95. c1a5b7e Add support for Linux/no-mmu with vfork by Mike Frysinger · 15 years ago
  96. eeb9ce3 CRIS: Correct first argument to upeek() by Edgar E. Iglesias · 15 years ago
  97. 414fe7d Cleanup trailing whitespaces and indentation that uses spaces before tabs by Dmitry V. Levin · 15 years ago
  98. eb9e2e8 Revert unapproved commits. by Roland McGrath · 15 years ago
  99. 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 15 years ago
  100. ea0e6e8 CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtapot.si) by Denys Vlasenko · 15 years ago