1. 9c3861d Remove another "interrupt to quit" message by Denys Vlasenko · 13 years ago
  2. 3db3b26 Fix "strace -oFILE -ff -p<nonexistant_pid>" behavior by Denys Vlasenko · 13 years ago
  3. 800ec8f Make alloc_tcb and droptcb static. No code changes. by Denys Vlasenko · 13 years ago
  4. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
  5. 27aeaa2 scsi.c: add copyright header by Dmitry V. Levin · 13 years ago
  6. 4a0ffea Enhance capget and capset syscalls decoding by Dmitry V. Levin · 13 years ago
  7. 648c22c Remove unused code by Dmitry V. Levin · 13 years ago
  8. 3d7b11b Fix IPC decoding on alpha and arm by Dmitry V. Levin · 13 years ago
  9. 63e4f86 arm: fix compilation warnings by Dmitry V. Levin · 13 years ago
  10. 84abf70 tests: robustify again buggy shells by Dmitry V. Levin · 13 years ago
  11. 3362e89 improve ifdef check with decode_subcall by Mike Frysinger · 13 years ago
  12. dde045c alpha: fix decode of osf_sigprocmask by Mike Frysinger · 13 years ago
  13. 384b0ad Fix array size calculation in previous commit by Denys Vlasenko · 13 years ago
  14. 29865e7 pathtrace_select() is never called with NULL, remove dead code by Denys Vlasenko · 13 years ago
  15. 7c2b1a6 manpage: remove bugs which are fixed by Denys Vlasenko · 13 years ago
  16. a509054 Simplify SIGCHLD handler setting by Denys Vlasenko · 13 years ago
  17. 2c4fb90 When reporting signals, use short signal names (SIGfoo) instead of strerror by Denys Vlasenko · 13 years ago
  18. 7cba831 Remove TODO file: it's eleven years old and completely outdated by Denys Vlasenko · 13 years ago
  19. 2989814 Clean up defs.h order. No code changes by Denys Vlasenko · 13 years ago
  20. 6e0bfd1 Fix lame kernel version checking code by Denys Vlasenko · 13 years ago
  21. 61e7aad Experimental support for "detach on execve" feature by Denys Vlasenko · 13 years ago
  22. 3e084ac Simple fixes. by Denys Vlasenko · 13 years ago
  23. 68269aa Remove an outdated comment by Denys Vlasenko · 13 years ago
  24. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 13 years ago
  25. a50d2a8 Tidy up order of includes; make bool variables explicit. by Denys Vlasenko · 13 years ago
  26. b859e14 Fix compiler warnings about breaking strict-aliasing rules by Dmitry V. Levin · 13 years ago
  27. c96fdfa ppc64: drop unused pid variable by Mike Frysinger · 13 years ago
  28. 8f81e38 ia64: fix compilation warnings by Dmitry V. Levin · 13 years ago
  29. ad0c01e Ensure that SWAP_FLAG_* constants are defined by Dmitry V. Levin · 13 years ago
  30. 33d2476 Enhance *listxattr syscalls decoding by Dmitry V. Levin · 13 years ago
  31. 7989ad4 Fix *at syscalls flags decoding by Dmitry V. Levin · 13 years ago
  32. 371e153 Fix linkat flags decoding by Dmitry V. Levin · 13 years ago
  33. 297632b Implement sys_rt_tgsigqueueinfo syscall decoder by Dmitry V. Levin · 13 years ago
  34. ee3c22c Implement syslog syscall decoder by Dmitry V. Levin · 13 years ago
  35. 67559ad Less ugly debug display of ptrace events by Denys Vlasenko · 13 years ago
  36. 6bc050c Make manpage mention that -p "`pidof PROG`" works by Denys Vlasenko · 13 years ago
  37. 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 13 years ago
  38. 3df080a net.c: recognize MSG_WAITFORONE by Dmitry V. Levin · 13 years ago
  39. 328bf25 Treat -ff without -o FILE as single -f by Denys Vlasenko · 13 years ago
  40. 558e512 Style fix. No code changes by Denys Vlasenko · 13 years ago
  41. ecc8b97 Reduce stack usage by ~0.5k by Denys Vlasenko · 13 years ago
  42. 2e856a1 Preparatory cosmetic changes for the next commit by Denys Vlasenko · 13 years ago
  43. 7af9f35 Implement sendmmsg syscall decoder by Dmitry V. Levin · 13 years ago
  44. 1ff463d Implement sched_rr_get_interval syscall decoder by Dmitry V. Levin · 13 years ago
  45. 64d0e71 Implement migrate_pages syscall decoder by Dmitry V. Levin · 13 years ago
  46. 1b0bae2 Implement get_robust_list syscall decoder by Dmitry V. Levin · 13 years ago
  47. 1e8ed07 Define sys_set_robust_list as an alias to sys_munmap by Dmitry V. Levin · 13 years ago
  48. 7321547 Implement clock_adjtime syscall decoder by Dmitry V. Levin · 13 years ago
  49. 51dba35 Define sys_setns as an alias to sys_inotify_rm_watch by Dmitry V. Levin · 13 years ago
  50. 6bbe696 Sort definitions of dummy parsers. No code changes by Dmitry V. Levin · 13 years ago
  51. ab1a70c Correct inotify_rm_watch decoder by Dmitry V. Levin · 13 years ago
  52. 531af48 Alias sys_fsync to sys_close by Dmitry V. Levin · 13 years ago
  53. eb420ef Update ioctl entries by Dmitry V. Levin · 13 years ago
  54. 63c5e63 strace-log-merge: cleanup by Dmitry V. Levin · 13 years ago
  55. d92029e Add syscall entries for new linux syscalls by Dmitry V. Levin · 13 years ago
  56. 0395210 Implement process_vm_writev decoder by Dmitry V. Levin · 13 years ago
  57. 0bfd744 Output iovec length in vmsplice and process_vm_readv decoders by Dmitry V. Levin · 13 years ago
  58. 8829365 swapon: decode swap flags by Dmitry V. Levin · 13 years ago
  59. 37ab4b7 Trivial simplification by Denys Vlasenko · 13 years ago
  60. f202502 Don't consider PROG to be our child in "strace -D PROG" case by Denys Vlasenko · 13 years ago
  61. 75fe85c Fix the case where we try to detach unattached processes by Denys Vlasenko · 13 years ago
  62. 97c503f Call PTRACE_CONT with addr=0 by Denys Vlasenko · 13 years ago
  63. 796f6e8 install strace-log-merge by "make install" by Denys Vlasenko · 13 years ago
  64. da3657d strace_log_merge: new file. Helper to merge timestamped strace -ff logs by Denys Vlasenko · 13 years ago
  65. fd88338 Fix PID prefix printing in "strace -oLOG -ff -p1 -p2 -p3" case by Denys Vlasenko · 13 years ago
  66. e8172b7 Allow -p PID to take comma or whitespace-separated list of PIDs by Denys Vlasenko · 13 years ago
  67. 114aefd Pass addr=0 instead of 1 into restarting ptrace calls by Denys Vlasenko · 13 years ago
  68. 4c65c44 Trivial tweaks to error messages by Denys Vlasenko · 13 years ago
  69. aea4b87 Remove stray sys_swapon() declaration by Denys Vlasenko · 13 years ago
  70. 3b60542 Correct syscall entries for t[g]kill by Denys Vlasenko · 13 years ago
  71. 1945ccc Assorted trivial optimizations by Denys Vlasenko · 13 years ago
  72. 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 13 years ago
  73. b237b1b Style fixes, no code changes by Denys Vlasenko · 13 years ago
  74. e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
  75. ee245d8 Remove parts of automake machinery which are not needed on Linux by Dmitry V. Levin · 13 years ago
  76. dd762c3 Remove and update documentation by Dmitry V. Levin · 13 years ago
  77. aa925db Remove a few more code parts which are unused on Linux by Denys Vlasenko · 13 years ago
  78. 1a3cf10 Build fixes after non-Linux code removal by Denys Vlasenko · 13 years ago
  79. c36c352 Fix defined(FOO) style by Denys Vlasenko · 13 years ago
  80. 2d1e90f Reindent preprocessor directives in util.c; fix style. by Denys Vlasenko · 13 years ago
  81. 523635f Reindent preprocessor directives in syscall.c; fix style. by Denys Vlasenko · 13 years ago
  82. 329655a Reindent defs.h preprocessor directives by Denys Vlasenko · 13 years ago
  83. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 13 years ago
  84. 5afdf12 Manual removal of non-Linux source, documentation, etc. by Denys Vlasenko · 13 years ago
  85. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 13 years ago
  86. d2a660f When accessing data blocks, truncate addr to wordsize by Denys Vlasenko · 13 years ago
  87. 9b3eb84 strace.1: fix a typo by Dmitry V. Levin · 13 years ago
  88. c86340e Fix sockaddr_un.sun_path name in decoded output by Dmitry V. Levin · 13 years ago
  89. 6c38156 Avoid potential core file clobbering on exit by Dmitry V. Levin · 13 years ago
  90. 44824b9 Eliminate native_scno and known_scno by Dmitry V. Levin · 13 years ago
  91. 0c66151 Remove initialization of native_scno field by Dmitry V. Levin · 13 years ago
  92. b5e88d4 Do not use SYS_ipc and SYS_socketcall by Dmitry V. Levin · 13 years ago
  93. 9aa25ab Remove initialization of native_scno field for most of syscalls by Dmitry V. Levin · 13 years ago
  94. 612659e util: check for process_vm_readv in C library by Mike Frysinger · 13 years ago
  95. 0ed9947 README-linux-ptrace: correct the description of suppressed signals by Denys Vlasenko · 13 years ago
  96. bdec9cb strace -P: fix handling of invalid syscalls by Dmitry V. Levin · 13 years ago
  97. e752bed Skip the syscall entry if the sys_func field is NULL by H.J. Lu · 13 years ago
  98. d602542 Define RLIM64_INFINITY only if not defined by H.J. Lu · 13 years ago
  99. 0b315b6 Cast to long for %l in printf by H.J. Lu · 13 years ago
  100. 6ca2610 Check HAVE_LONG_LONG_OFF_T when printing offset by H.J. Lu · 13 years ago