1. 9b3eb84 strace.1: fix a typo by Dmitry V. Levin · 13 years ago
  2. c86340e Fix sockaddr_un.sun_path name in decoded output by Dmitry V. Levin · 13 years ago
  3. 6c38156 Avoid potential core file clobbering on exit by Dmitry V. Levin · 13 years ago
  4. 44824b9 Eliminate native_scno and known_scno by Dmitry V. Levin · 13 years ago
  5. 0c66151 Remove initialization of native_scno field by Dmitry V. Levin · 13 years ago
  6. b5e88d4 Do not use SYS_ipc and SYS_socketcall by Dmitry V. Levin · 13 years ago
  7. 9aa25ab Remove initialization of native_scno field for most of syscalls by Dmitry V. Levin · 13 years ago
  8. 612659e util: check for process_vm_readv in C library by Mike Frysinger · 13 years ago
  9. 0ed9947 README-linux-ptrace: correct the description of suppressed signals by Denys Vlasenko · 13 years ago
  10. bdec9cb strace -P: fix handling of invalid syscalls by Dmitry V. Levin · 13 years ago
  11. e752bed Skip the syscall entry if the sys_func field is NULL by H.J. Lu · 13 years ago
  12. d602542 Define RLIM64_INFINITY only if not defined by H.J. Lu · 13 years ago
  13. 0b315b6 Cast to long for %l in printf by H.J. Lu · 13 years ago
  14. 6ca2610 Check HAVE_LONG_LONG_OFF_T when printing offset by H.J. Lu · 13 years ago
  15. a13b3fe Define old stat functions only if needed by H.J. Lu · 13 years ago
  16. d0cd443 Print NULL for zero address in sys_mmap64 by H.J. Lu · 13 years ago
  17. 309edeb Remove unused sys_pread64 and sys_pwrite64 parsers on Linux by Dmitry V. Levin · 13 years ago
  18. cdab1be Trivial changes to help text. No code changes. by Denys Vlasenko · 13 years ago
  19. 4f3df07 Simple optimizations by Denys Vlasenko · 13 years ago
  20. 3521884 Trivial optimization by Denys Vlasenko · 13 years ago
  21. b51581e Make interactive-ness directly controllable via command line option by Denys Vlasenko · 13 years ago
  22. 6703816 Suppress compiler warning by Denys Vlasenko · 13 years ago
  23. a355925 On Ctrl-C induced detach, send SIGINT to child tracee, not SIGTERM. by Denys Vlasenko · 13 years ago
  24. 31fa8a2 Add experimental code to use PTRACE_SEIZE, disabled by default by Denys Vlasenko · 13 years ago
  25. 2945639 process_vm_readv gets EINVAL if process is gone (SIGKILLed). Don't complain. by Denys Vlasenko · 13 years ago
  26. 64acaa1 Revert last change. Add a comment to prevent further misunderstanding by Denys Vlasenko · 13 years ago
  27. ea051f7 Fix nanosleep decoding: second argument was not shown after success by Denys Vlasenko · 13 years ago
  28. 3af224c Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocks by Denys Vlasenko · 13 years ago
  29. 000b601 Fix a case of broken output if last seen syscall was exit by Denys Vlasenko · 13 years ago
  30. f7db5dd Fix handling of test/threaded_execve.c testcase by Denys Vlasenko · 13 years ago
  31. 3449ae8 Fix readlink result display - was printing bogus "..." semi-randomly by Denys Vlasenko · 13 years ago
  32. c76ae43 Add new test program: test/threaded_execve.c by Denys Vlasenko · 13 years ago
  33. eebb04d Make pid2tcb static by Denys Vlasenko · 13 years ago
  34. cfad543 Per Dmitry's request, remove paranoid check in verror_msg() by Denys Vlasenko · 13 years ago
  35. 846ecb9 More robust error check for vasprintf by Denys Vlasenko · 13 years ago
  36. 837399a Slightly more compact handling of argv[] by Denys Vlasenko · 13 years ago
  37. aa6ec41 Trivial optimization by Denys Vlasenko · 13 years ago
  38. a677da5 Allocate -o OUTFILE buffer only if needed by Denys Vlasenko · 13 years ago
  39. 82bb78c Use single fprintf in verror_msg() by Denys Vlasenko · 13 years ago
  40. a47e6b9 Improve code readability (logic is unchanged) by Denys Vlasenko · 13 years ago
  41. 6cecba5 Change umovestr API: return > 0 instead of 0 if NUL was seen by Denys Vlasenko · 13 years ago
  42. a17e55c umovestr result may have no NUL, use "%.*s" instead of "%s" to print it by Denys Vlasenko · 13 years ago
  43. a1d541e Eliminate code duplication in time printing, reduce a few static buffers by Denys Vlasenko · 13 years ago
  44. b3c52cf Reduce bss usage and speed up string printing by Denys Vlasenko · 13 years ago
  45. 7d55801 Add support for compat_statfs64 by Andreas Schwab · 13 years ago
  46. 000d66f Add support for statfs64.f_flags by Andreas Schwab · 13 years ago
  47. a7920a8 Fix missing parens by Andreas Schwab · 13 years ago
  48. 023b770 Get rid of TCB_SIGTRAPPED by Denys Vlasenko · 13 years ago
  49. 5e09d77 When we write log, flush output buffers in a few more cases by Denys Vlasenko · 13 years ago
  50. bbe29b3 Fix old sigaction display by Denys Vlasenko · 13 years ago
  51. e73a89d Change x86_64_regs struct type from pt_regs to user_regs_struct by Denys Vlasenko · 13 years ago
  52. 024cad9 Fix struct pt_regs declaration on i386 and x86-64 by Dmitry V. Levin · 13 years ago
  53. fe58565 Make ERESTARTxyz messages more descriptive by Denys Vlasenko · 13 years ago
  54. 3cc9438 Fix sigreturn arg count from 1 to 0 on all architectures. by Denys Vlasenko · 13 years ago
  55. b11322f Display mask on enter to sigreturn, not on exit by Denys Vlasenko · 13 years ago
  56. f1e6903 Do not detach from tracee which experienced ptrace error. by Denys Vlasenko · 13 years ago
  57. 4c19638 Remove sig parameter from detach() by Denys Vlasenko · 13 years ago
  58. 856c7ed Enhance decoding for personalities with small wordsize by Dmitry V. Levin · 13 years ago
  59. a5a839a Enhance personality switching by Dmitry V. Levin · 13 years ago
  60. b05fc54 * net.c (socktcpoptions): Add more TCP_* constants from linux/tcp.h by Dmitry V. Levin · 13 years ago
  61. e0f5fd8 Fix sys_ipc/sys_semtimedop decoding on s390 by Heiko Carstens · 13 years ago
  62. 436d892 strace.c (trace): Fix compilation warning by Dmitry V. Levin · 13 years ago
  63. 4d0620d linux/syscall.h: Remove redundant function declarations by Dmitry V. Levin · 13 years ago
  64. a12c70d linux/syscall.h: Sort function declarations by Dmitry V. Levin · 13 years ago
  65. dd76085 linux/syscall.h: Place one function declaration per line by Dmitry V. Levin · 13 years ago
  66. ad178c0 Remove redundant parsers by Dmitry V. Levin · 13 years ago
  67. f33ee91 Reflect the fact that nfsservctl syscall was removed from linux kernels by Dmitry V. Levin · 13 years ago
  68. 831c7e5 x86_64: add getcpu syscall entry by Dmitry V. Levin · 13 years ago
  69. 00ebeee Add syscall entries for new linux syscalls by Dmitry V. Levin · 13 years ago
  70. 1cd2f96 Fix prctl syscall entries by Dmitry V. Levin · 13 years ago
  71. b11adf3 arm: fix io_* syscall entries by Dmitry V. Levin · 13 years ago
  72. 0c79bef Fix mincore syscall entries by Dmitry V. Levin · 13 years ago
  73. e86f542 Fix sendmsg syscall entries by Dmitry V. Levin · 13 years ago
  74. 609ccb2 Fix epoll_wait syscall entries by Dmitry V. Levin · 13 years ago
  75. 6ea78df Fix epoll_ctl syscall entries by Dmitry V. Levin · 13 years ago
  76. 2b1d119 arm: fix epoll_create syscall entry by Dmitry V. Levin · 13 years ago
  77. 6710f4a Fix mlockall syscall entries by Dmitry V. Levin · 13 years ago
  78. a706881 Fix epoll_pwait syscall entries by Dmitry V. Levin · 13 years ago
  79. 30a0515 Fix reboot syscall entries by Dmitry V. Levin · 13 years ago
  80. c0861c0 Fix swapon syscall entries by Dmitry V. Levin · 13 years ago
  81. faa2fe8 Fix sgetmask and ssetmask syscall entries by Dmitry V. Levin · 13 years ago
  82. 9538352 Rename siggetmask to sgetmask and sigsetmask to ssetmask by Dmitry V. Levin · 13 years ago
  83. 454dcd4 Add TRACE_IPC flag to sys_ipc syscall entries by Dmitry V. Levin · 13 years ago
  84. 594399d gitlog-to-changelog: update from gnulib by Dmitry V. Levin · 13 years ago
  85. 6a4ac6c Decode TIOCSCTTY's third parameter by Denys Vlasenko · 13 years ago
  86. 7f3aca1 Remove useless and obsolete "#if DONE" sections. No code changes by Dmitry V. Levin · 13 years ago
  87. b9e897d Add names for dummy parsers. No code changes by Dmitry V. Levin · 13 years ago
  88. 9e38484 Sort definitions of dummy parsers. No code changes by Dmitry V. Levin · 13 years ago
  89. aed334c sys_epoll_create1: decode flag arguments correctly by Mike Frysinger · 13 years ago
  90. d99e48c Implement decoding of splice, tee and vmsplice(2) syscalls by Dmitry V. Levin · 13 years ago
  91. c327d71 Fix epoll_wait and epoll_pwait decoding by Dmitry V. Levin · 13 years ago
  92. 5967c1a Decode EPOLLRDHUP by Dmitry V. Levin · 13 years ago
  93. be55ce7 Remove unreachable code in umoven() and umovestr(). by Dmitry V. Levin · 13 years ago
  94. f88837a Do post-attach initialization earlier; fix "we ignore SIGSTOP on NOMMU" bug by Denys Vlasenko · 13 years ago
  95. d116a73 Get rid of TCB_ATTACH_DONE by Denys Vlasenko · 13 years ago
  96. 381dbc2 Set TCB_STARTUP only _after_ we attached. by Denys Vlasenko · 13 years ago
  97. 6cda73f Simple optimizations in trace() by Denys Vlasenko · 13 years ago
  98. 014ca3a Trivial fixes on error paths by Denys Vlasenko · 13 years ago
  99. ad5155a Fix compile failure introduced by last commit by Denys Vlasenko · 13 years ago
  100. 79a79ea Roll back "die on malloc failure" behaviour a bit by Denys Vlasenko · 13 years ago