1. eebb04d Make pid2tcb static by Denys Vlasenko · 13 years ago
  2. cfad543 Per Dmitry's request, remove paranoid check in verror_msg() by Denys Vlasenko · 13 years ago
  3. 846ecb9 More robust error check for vasprintf by Denys Vlasenko · 13 years ago
  4. 837399a Slightly more compact handling of argv[] by Denys Vlasenko · 13 years ago
  5. aa6ec41 Trivial optimization by Denys Vlasenko · 13 years ago
  6. a677da5 Allocate -o OUTFILE buffer only if needed by Denys Vlasenko · 13 years ago
  7. 82bb78c Use single fprintf in verror_msg() by Denys Vlasenko · 13 years ago
  8. a47e6b9 Improve code readability (logic is unchanged) by Denys Vlasenko · 13 years ago
  9. 6cecba5 Change umovestr API: return > 0 instead of 0 if NUL was seen by Denys Vlasenko · 13 years ago
  10. a17e55c umovestr result may have no NUL, use "%.*s" instead of "%s" to print it by Denys Vlasenko · 13 years ago
  11. a1d541e Eliminate code duplication in time printing, reduce a few static buffers by Denys Vlasenko · 13 years ago
  12. b3c52cf Reduce bss usage and speed up string printing by Denys Vlasenko · 13 years ago
  13. 7d55801 Add support for compat_statfs64 by Andreas Schwab · 13 years ago
  14. 000d66f Add support for statfs64.f_flags by Andreas Schwab · 13 years ago
  15. a7920a8 Fix missing parens by Andreas Schwab · 13 years ago
  16. 023b770 Get rid of TCB_SIGTRAPPED by Denys Vlasenko · 13 years ago
  17. 5e09d77 When we write log, flush output buffers in a few more cases by Denys Vlasenko · 13 years ago
  18. bbe29b3 Fix old sigaction display by Denys Vlasenko · 13 years ago
  19. e73a89d Change x86_64_regs struct type from pt_regs to user_regs_struct by Denys Vlasenko · 13 years ago
  20. 024cad9 Fix struct pt_regs declaration on i386 and x86-64 by Dmitry V. Levin · 13 years ago
  21. fe58565 Make ERESTARTxyz messages more descriptive by Denys Vlasenko · 13 years ago
  22. 3cc9438 Fix sigreturn arg count from 1 to 0 on all architectures. by Denys Vlasenko · 13 years ago
  23. b11322f Display mask on enter to sigreturn, not on exit by Denys Vlasenko · 13 years ago
  24. f1e6903 Do not detach from tracee which experienced ptrace error. by Denys Vlasenko · 13 years ago
  25. 4c19638 Remove sig parameter from detach() by Denys Vlasenko · 13 years ago
  26. 856c7ed Enhance decoding for personalities with small wordsize by Dmitry V. Levin · 13 years ago
  27. a5a839a Enhance personality switching by Dmitry V. Levin · 13 years ago
  28. b05fc54 * net.c (socktcpoptions): Add more TCP_* constants from linux/tcp.h by Dmitry V. Levin · 13 years ago
  29. e0f5fd8 Fix sys_ipc/sys_semtimedop decoding on s390 by Heiko Carstens · 13 years ago
  30. 436d892 strace.c (trace): Fix compilation warning by Dmitry V. Levin · 13 years ago
  31. 4d0620d linux/syscall.h: Remove redundant function declarations by Dmitry V. Levin · 13 years ago
  32. a12c70d linux/syscall.h: Sort function declarations by Dmitry V. Levin · 13 years ago
  33. dd76085 linux/syscall.h: Place one function declaration per line by Dmitry V. Levin · 13 years ago
  34. ad178c0 Remove redundant parsers by Dmitry V. Levin · 13 years ago
  35. f33ee91 Reflect the fact that nfsservctl syscall was removed from linux kernels by Dmitry V. Levin · 13 years ago
  36. 831c7e5 x86_64: add getcpu syscall entry by Dmitry V. Levin · 13 years ago
  37. 00ebeee Add syscall entries for new linux syscalls by Dmitry V. Levin · 13 years ago
  38. 1cd2f96 Fix prctl syscall entries by Dmitry V. Levin · 13 years ago
  39. b11adf3 arm: fix io_* syscall entries by Dmitry V. Levin · 13 years ago
  40. 0c79bef Fix mincore syscall entries by Dmitry V. Levin · 13 years ago
  41. e86f542 Fix sendmsg syscall entries by Dmitry V. Levin · 13 years ago
  42. 609ccb2 Fix epoll_wait syscall entries by Dmitry V. Levin · 13 years ago
  43. 6ea78df Fix epoll_ctl syscall entries by Dmitry V. Levin · 13 years ago
  44. 2b1d119 arm: fix epoll_create syscall entry by Dmitry V. Levin · 13 years ago
  45. 6710f4a Fix mlockall syscall entries by Dmitry V. Levin · 13 years ago
  46. a706881 Fix epoll_pwait syscall entries by Dmitry V. Levin · 13 years ago
  47. 30a0515 Fix reboot syscall entries by Dmitry V. Levin · 13 years ago
  48. c0861c0 Fix swapon syscall entries by Dmitry V. Levin · 13 years ago
  49. faa2fe8 Fix sgetmask and ssetmask syscall entries by Dmitry V. Levin · 13 years ago
  50. 9538352 Rename siggetmask to sgetmask and sigsetmask to ssetmask by Dmitry V. Levin · 13 years ago
  51. 454dcd4 Add TRACE_IPC flag to sys_ipc syscall entries by Dmitry V. Levin · 13 years ago
  52. 594399d gitlog-to-changelog: update from gnulib by Dmitry V. Levin · 13 years ago
  53. 6a4ac6c Decode TIOCSCTTY's third parameter by Denys Vlasenko · 13 years ago
  54. 7f3aca1 Remove useless and obsolete "#if DONE" sections. No code changes by Dmitry V. Levin · 13 years ago
  55. b9e897d Add names for dummy parsers. No code changes by Dmitry V. Levin · 13 years ago
  56. 9e38484 Sort definitions of dummy parsers. No code changes by Dmitry V. Levin · 13 years ago
  57. aed334c sys_epoll_create1: decode flag arguments correctly by Mike Frysinger · 13 years ago
  58. d99e48c Implement decoding of splice, tee and vmsplice(2) syscalls by Dmitry V. Levin · 13 years ago
  59. c327d71 Fix epoll_wait and epoll_pwait decoding by Dmitry V. Levin · 13 years ago
  60. 5967c1a Decode EPOLLRDHUP by Dmitry V. Levin · 13 years ago
  61. be55ce7 Remove unreachable code in umoven() and umovestr(). by Dmitry V. Levin · 13 years ago
  62. f88837a Do post-attach initialization earlier; fix "we ignore SIGSTOP on NOMMU" bug by Denys Vlasenko · 13 years ago
  63. d116a73 Get rid of TCB_ATTACH_DONE by Denys Vlasenko · 13 years ago
  64. 381dbc2 Set TCB_STARTUP only _after_ we attached. by Denys Vlasenko · 13 years ago
  65. 6cda73f Simple optimizations in trace() by Denys Vlasenko · 13 years ago
  66. 014ca3a Trivial fixes on error paths by Denys Vlasenko · 13 years ago
  67. ad5155a Fix compile failure introduced by last commit by Denys Vlasenko · 13 years ago
  68. 79a79ea Roll back "die on malloc failure" behaviour a bit by Denys Vlasenko · 13 years ago
  69. 0a295bc Add stpcpy to autoconf machinery by Denys Vlasenko · 13 years ago
  70. b9c7ae6 Simplify sprinttv() by Denys Vlasenko · 13 years ago
  71. 1161725 * desc.c (decode_select): Set tcp->auxstr as late as possible. by Denys Vlasenko · 13 years ago
  72. ab034fb Reformat setuid-ing code in startup_child() by Denys Vlasenko · 13 years ago
  73. 2e968c0 Minor tweaks in startup_child(). Logic isn't changed (but code is) by Denys Vlasenko · 13 years ago
  74. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  75. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  76. dfa0acc Add README-linux-ptrace file by Denys Vlasenko · 13 years ago
  77. 1d46ba5 Make out-of-memory handling more uniform by Denys Vlasenko · 13 years ago
  78. 2fb4db3 Optimization: eliminate all remaining usages of strcat() by Denys Vlasenko · 13 years ago
  79. 8778bff Optimize string_quote() for speed by Denys Vlasenko · 13 years ago
  80. 5284557 Optimization: eliminate some usages of strcat() by Denys Vlasenko · 13 years ago
  81. b5b2589 Small optimization on AVR32 by Denys Vlasenko · 13 years ago
  82. eb0e3e8 On X86_64 and I386, use PTRACE_GETREGS to fetch all registers by Denys Vlasenko · 13 years ago
  83. a673f3f Do not include <limits.h> by Dmitry V. Levin · 13 years ago
  84. b038a43 Include <sys/param.h> to get PATH_MAX definition by Dmitry V. Levin · 13 years ago
  85. 77770bb Indent a large set of nested ifdefs/endifs. No code changes by Denys Vlasenko · 13 years ago
  86. 8b4454c Rename syscall_fixup to syscall_fixup_on_sysenter by Denys Vlasenko · 13 years ago
  87. f20bff6 Make syscall result reading more consistent among different arches by Denys Vlasenko · 13 years ago
  88. ece9879 Simplify syscall_fixup[_on_sysexit] by Denys Vlasenko · 13 years ago
  89. 20c41fd Split syscall_fixup into enter/exit pair of functions by Denys Vlasenko · 13 years ago
  90. 61526c6 Remove stray commas in struct initializers. No code changes by Denys Vlasenko · 13 years ago
  91. 102ec49 Optimize tabto() by Denys Vlasenko · 13 years ago
  92. fabaa91 * syscall.c (sys_indir): Use %ld for printing long, not %u. by Denys Vlasenko · 13 years ago
  93. cb6f056 Opotimize "scno >= 0 && scno < nsyscalls" check by Denys Vlasenko · 13 years ago
  94. 1a5b5a7 Remove scno_good logic in syscall exit by Denys Vlasenko · 13 years ago
  95. 684fb1a Remove redundant assignments by Denys Vlasenko · 13 years ago
  96. 92d443c Group int-sized fields together in struct tcb by Denys Vlasenko · 13 years ago
  97. a614692 Reorder functions in syscall.c. No code changes. by Denys Vlasenko · 13 years ago
  98. 06602d9 Rename some functions, delete unused one. No code changes by Denys Vlasenko · 13 years ago
  99. 2ce12ed Unify per-architecture post-execve SIGTRAP check. by Denys Vlasenko · 13 years ago
  100. 18beb98 Speed up x86 by avoiding EAX read on syscall entry by Denys Vlasenko · 13 years ago