1. 1b0bae2 Implement get_robust_list syscall decoder by Dmitry V. Levin · 12 years ago
  2. 1e8ed07 Define sys_set_robust_list as an alias to sys_munmap by Dmitry V. Levin · 12 years ago
  3. 7321547 Implement clock_adjtime syscall decoder by Dmitry V. Levin · 12 years ago
  4. 51dba35 Define sys_setns as an alias to sys_inotify_rm_watch by Dmitry V. Levin · 12 years ago
  5. 6bbe696 Sort definitions of dummy parsers. No code changes by Dmitry V. Levin · 12 years ago
  6. ab1a70c Correct inotify_rm_watch decoder by Dmitry V. Levin · 12 years ago
  7. 531af48 Alias sys_fsync to sys_close by Dmitry V. Levin · 12 years ago
  8. eb420ef Update ioctl entries by Dmitry V. Levin · 12 years ago
  9. 63c5e63 strace-log-merge: cleanup by Dmitry V. Levin · 12 years ago
  10. d92029e Add syscall entries for new linux syscalls by Dmitry V. Levin · 12 years ago
  11. 0395210 Implement process_vm_writev decoder by Dmitry V. Levin · 12 years ago
  12. 0bfd744 Output iovec length in vmsplice and process_vm_readv decoders by Dmitry V. Levin · 12 years ago
  13. 8829365 swapon: decode swap flags by Dmitry V. Levin · 12 years ago
  14. 37ab4b7 Trivial simplification by Denys Vlasenko · 12 years ago
  15. f202502 Don't consider PROG to be our child in "strace -D PROG" case by Denys Vlasenko · 12 years ago
  16. 75fe85c Fix the case where we try to detach unattached processes by Denys Vlasenko · 12 years ago
  17. 97c503f Call PTRACE_CONT with addr=0 by Denys Vlasenko · 12 years ago
  18. 796f6e8 install strace-log-merge by "make install" by Denys Vlasenko · 12 years ago
  19. da3657d strace_log_merge: new file. Helper to merge timestamped strace -ff logs by Denys Vlasenko · 12 years ago
  20. fd88338 Fix PID prefix printing in "strace -oLOG -ff -p1 -p2 -p3" case by Denys Vlasenko · 12 years ago
  21. e8172b7 Allow -p PID to take comma or whitespace-separated list of PIDs by Denys Vlasenko · 12 years ago
  22. 114aefd Pass addr=0 instead of 1 into restarting ptrace calls by Denys Vlasenko · 12 years ago
  23. 4c65c44 Trivial tweaks to error messages by Denys Vlasenko · 12 years ago
  24. aea4b87 Remove stray sys_swapon() declaration by Denys Vlasenko · 12 years ago
  25. 3b60542 Correct syscall entries for t[g]kill by Denys Vlasenko · 12 years ago
  26. 1945ccc Assorted trivial optimizations by Denys Vlasenko · 12 years ago
  27. 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 12 years ago
  28. b237b1b Style fixes, no code changes by Denys Vlasenko · 12 years ago
  29. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  30. ee245d8 Remove parts of automake machinery which are not needed on Linux by Dmitry V. Levin · 12 years ago
  31. dd762c3 Remove and update documentation by Dmitry V. Levin · 12 years ago
  32. aa925db Remove a few more code parts which are unused on Linux by Denys Vlasenko · 12 years ago
  33. 1a3cf10 Build fixes after non-Linux code removal by Denys Vlasenko · 12 years ago
  34. c36c352 Fix defined(FOO) style by Denys Vlasenko · 12 years ago
  35. 2d1e90f Reindent preprocessor directives in util.c; fix style. by Denys Vlasenko · 12 years ago
  36. 523635f Reindent preprocessor directives in syscall.c; fix style. by Denys Vlasenko · 12 years ago
  37. 329655a Reindent defs.h preprocessor directives by Denys Vlasenko · 12 years ago
  38. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 12 years ago
  39. 5afdf12 Manual removal of non-Linux source, documentation, etc. by Denys Vlasenko · 12 years ago
  40. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 12 years ago
  41. d2a660f When accessing data blocks, truncate addr to wordsize by Denys Vlasenko · 12 years ago
  42. 9b3eb84 strace.1: fix a typo by Dmitry V. Levin · 12 years ago
  43. c86340e Fix sockaddr_un.sun_path name in decoded output by Dmitry V. Levin · 12 years ago
  44. 6c38156 Avoid potential core file clobbering on exit by Dmitry V. Levin · 12 years ago
  45. 44824b9 Eliminate native_scno and known_scno by Dmitry V. Levin · 12 years ago
  46. 0c66151 Remove initialization of native_scno field by Dmitry V. Levin · 12 years ago
  47. b5e88d4 Do not use SYS_ipc and SYS_socketcall by Dmitry V. Levin · 12 years ago
  48. 9aa25ab Remove initialization of native_scno field for most of syscalls by Dmitry V. Levin · 12 years ago
  49. 612659e util: check for process_vm_readv in C library by Mike Frysinger · 12 years ago
  50. 0ed9947 README-linux-ptrace: correct the description of suppressed signals by Denys Vlasenko · 12 years ago
  51. bdec9cb strace -P: fix handling of invalid syscalls by Dmitry V. Levin · 12 years ago
  52. e752bed Skip the syscall entry if the sys_func field is NULL by H.J. Lu · 12 years ago
  53. d602542 Define RLIM64_INFINITY only if not defined by H.J. Lu · 12 years ago
  54. 0b315b6 Cast to long for %l in printf by H.J. Lu · 12 years ago
  55. 6ca2610 Check HAVE_LONG_LONG_OFF_T when printing offset by H.J. Lu · 12 years ago
  56. a13b3fe Define old stat functions only if needed by H.J. Lu · 12 years ago
  57. d0cd443 Print NULL for zero address in sys_mmap64 by H.J. Lu · 12 years ago
  58. 309edeb Remove unused sys_pread64 and sys_pwrite64 parsers on Linux by Dmitry V. Levin · 12 years ago
  59. cdab1be Trivial changes to help text. No code changes. by Denys Vlasenko · 12 years ago
  60. 4f3df07 Simple optimizations by Denys Vlasenko · 12 years ago
  61. 3521884 Trivial optimization by Denys Vlasenko · 12 years ago
  62. b51581e Make interactive-ness directly controllable via command line option by Denys Vlasenko · 12 years ago
  63. 6703816 Suppress compiler warning by Denys Vlasenko · 12 years ago
  64. a355925 On Ctrl-C induced detach, send SIGINT to child tracee, not SIGTERM. by Denys Vlasenko · 12 years ago
  65. 31fa8a2 Add experimental code to use PTRACE_SEIZE, disabled by default by Denys Vlasenko · 12 years ago
  66. 2945639 process_vm_readv gets EINVAL if process is gone (SIGKILLed). Don't complain. by Denys Vlasenko · 12 years ago
  67. 64acaa1 Revert last change. Add a comment to prevent further misunderstanding by Denys Vlasenko · 12 years ago
  68. ea051f7 Fix nanosleep decoding: second argument was not shown after success by Denys Vlasenko · 12 years ago
  69. 3af224c Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocks by Denys Vlasenko · 12 years ago
  70. 000b601 Fix a case of broken output if last seen syscall was exit by Denys Vlasenko · 12 years ago
  71. f7db5dd Fix handling of test/threaded_execve.c testcase by Denys Vlasenko · 12 years ago
  72. 3449ae8 Fix readlink result display - was printing bogus "..." semi-randomly by Denys Vlasenko · 12 years ago
  73. c76ae43 Add new test program: test/threaded_execve.c by Denys Vlasenko · 12 years ago
  74. eebb04d Make pid2tcb static by Denys Vlasenko · 12 years ago
  75. cfad543 Per Dmitry's request, remove paranoid check in verror_msg() by Denys Vlasenko · 12 years ago
  76. 846ecb9 More robust error check for vasprintf by Denys Vlasenko · 12 years ago
  77. 837399a Slightly more compact handling of argv[] by Denys Vlasenko · 12 years ago
  78. aa6ec41 Trivial optimization by Denys Vlasenko · 12 years ago
  79. a677da5 Allocate -o OUTFILE buffer only if needed by Denys Vlasenko · 12 years ago
  80. 82bb78c Use single fprintf in verror_msg() by Denys Vlasenko · 12 years ago
  81. a47e6b9 Improve code readability (logic is unchanged) by Denys Vlasenko · 12 years ago
  82. 6cecba5 Change umovestr API: return > 0 instead of 0 if NUL was seen by Denys Vlasenko · 12 years ago
  83. a17e55c umovestr result may have no NUL, use "%.*s" instead of "%s" to print it by Denys Vlasenko · 12 years ago
  84. a1d541e Eliminate code duplication in time printing, reduce a few static buffers by Denys Vlasenko · 12 years ago
  85. b3c52cf Reduce bss usage and speed up string printing by Denys Vlasenko · 12 years ago
  86. 7d55801 Add support for compat_statfs64 by Andreas Schwab · 12 years ago
  87. 000d66f Add support for statfs64.f_flags by Andreas Schwab · 12 years ago
  88. a7920a8 Fix missing parens by Andreas Schwab · 12 years ago
  89. 023b770 Get rid of TCB_SIGTRAPPED by Denys Vlasenko · 12 years ago
  90. 5e09d77 When we write log, flush output buffers in a few more cases by Denys Vlasenko · 12 years ago
  91. bbe29b3 Fix old sigaction display by Denys Vlasenko · 12 years ago
  92. e73a89d Change x86_64_regs struct type from pt_regs to user_regs_struct by Denys Vlasenko · 12 years ago
  93. 024cad9 Fix struct pt_regs declaration on i386 and x86-64 by Dmitry V. Levin · 12 years ago
  94. fe58565 Make ERESTARTxyz messages more descriptive by Denys Vlasenko · 12 years ago
  95. 3cc9438 Fix sigreturn arg count from 1 to 0 on all architectures. by Denys Vlasenko · 12 years ago
  96. b11322f Display mask on enter to sigreturn, not on exit by Denys Vlasenko · 12 years ago
  97. f1e6903 Do not detach from tracee which experienced ptrace error. by Denys Vlasenko · 12 years ago
  98. 4c19638 Remove sig parameter from detach() by Denys Vlasenko · 12 years ago
  99. 856c7ed Enhance decoding for personalities with small wordsize by Dmitry V. Levin · 13 years ago
  100. a5a839a Enhance personality switching by Dmitry V. Levin · 13 years ago