1. 7ff5ed9 Fix indefinite hang on no-mmu systems by Mike Frysinger · 12 years ago
  2. f36ede6 Makefile.am: whitespace fix by Denys Vlasenko · 12 years ago
  3. 7015fe4 powerpc: Add syscall entries for direct socket system calls by Anton Blanchard · 12 years ago
  4. 4372cc9 qual_syscall: fix potential NULL dereference by Dmitry V. Levin · 12 years ago
  5. 030d555 strace-log-merge: fix file suffix calculation by Dmitry V. Levin · 12 years ago
  6. df79013 Remove unreachable code by Denys Vlasenko · 12 years ago
  7. 94f00e6 manpage: remove false info about -p being limited to 32 processes by Denys Vlasenko · 12 years ago
  8. c5ccfa4 Tweak help text and manpage (added -In to manpage) by Denys Vlasenko · 12 years ago
  9. 378f9c5 printstr: check for potential integer overflow by Dmitry V. Levin · 12 years ago
  10. ccee169 Robustify parsing of numbers from strings by Dmitry V. Levin · 12 years ago
  11. 20f6b54 strace-log-merge: enhance usage error diagnostics by Dmitry V. Levin · 12 years ago
  12. d8879f4 configure.ac: sort lists and use m4_normalize to ease maintenance by Dmitry V. Levin · 12 years ago
  13. e4cc7c5 Simple optimizations by Denys Vlasenko · 12 years ago
  14. d63b0d5 Reorder declarations in defs.h. No code changes by Denys Vlasenko · 12 years ago
  15. 6764f8f Simplify current tcp switching and current column handling by Denys Vlasenko · 12 years ago
  16. 8511f2a Make threaded execve handling code more reabable and somewhat simpler by Denys Vlasenko · 12 years ago
  17. 513e9c2 simple cleanups in defs.h. No logic changes. by Denys Vlasenko · 12 years ago
  18. b5e0908 Show "+++ exited..." with -C by Denys Vlasenko · 12 years ago
  19. e7a4772 Slight tweak to qemu_multiarch_testing scripts by Denys Vlasenko · 12 years ago
  20. a44f969 Replace reprinting decision logic by Denys Vlasenko · 12 years ago
  21. 2350675 Report some ptrace failures; nuke tcp->ptrace_errno by Denys Vlasenko · 12 years ago
  22. 907735a Eliminate redundant checks of res variable by Denys Vlasenko · 12 years ago
  23. 46dc8b2 Rename POWERPC-specific static variable result to ppc_result by Denys Vlasenko · 12 years ago
  24. bb6bb5c Remove redundant checks in syscall entry/exit, rename badly named function by Denys Vlasenko · 12 years ago
  25. b7a6dae Trivial tweaks. No logic changes by Denys Vlasenko · 12 years ago
  26. 852f98a Make ptrace_restart() static. No code changes by Denys Vlasenko · 12 years ago
  27. 806fbce Do not include limits.h unnecessarily by Dmitry V. Levin · 12 years ago
  28. feb40c4 Partially revert last change by Denys Vlasenko · 12 years ago
  29. 1c2e912 Simplify search in ioctl table by Denys Vlasenko · 12 years ago
  30. 8cf2c26 Update qemu build script: now tries to upload result back to host by Denys Vlasenko · 12 years ago
  31. c1371eb Shrink space needed by undefined syscalls in syscall tables. by Denys Vlasenko · 12 years ago
  32. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 12 years ago
  33. 1be0279 Fix mips64 build failure: sys_pwrite64 doesn't exist. by Denys Vlasenko · 12 years ago
  34. 6acf586 qemu_multiarch_testing/: a directory with scripts for build testing by Denys Vlasenko · 12 years ago
  35. 146b944 Make internal_fork and internal_exec static by Denys Vlasenko · 12 years ago
  36. f50e714 Remove code which is not used on Linux by Denys Vlasenko · 12 years ago
  37. 88c63f2 Remove unused version of sys_lseek by Denys Vlasenko · 12 years ago
  38. 8677913 Revert "Remove underscores from a few syscall names which have them" by Denys Vlasenko · 12 years ago
  39. 0c163c4 Simplify sys_lseek64 conditional compilation. by Denys Vlasenko · 12 years ago
  40. 31972d5 Remove underscores from a few syscall names which have them by Denys Vlasenko · 12 years ago
  41. a61a72e Remove unused struct tcb::baddr field by Denys Vlasenko · 12 years ago
  42. e10a0e4 Remove unused PTRACE_WRITE{TEXT,DATA} constants (they are from SunOS) by Denys Vlasenko · 12 years ago
  43. 989ebc9 Reindent case labels. No code changes by Denys Vlasenko · 12 years ago
  44. 3da9693 Remove unused constants. No code changes by Denys Vlasenko · 12 years ago
  45. 081533c Move change_syscall() to its only user and make it static by Denys Vlasenko · 12 years ago
  46. 2897fb3 MAP_ANON is the same as MAP_ANONYMOUS, no need to have the former by Denys Vlasenko · 12 years ago
  47. 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 12 years ago
  48. cb419c5 test/threaded_execve: make it also test a case when leader is not in syscall by Denys Vlasenko · 12 years ago
  49. b468f23 Implement prlimit64 decoding, rewrite [gs]etrlimit decoding by Dmitry V. Levin · 12 years ago
  50. 9c3861d Remove another "interrupt to quit" message by Denys Vlasenko · 12 years ago
  51. 3db3b26 Fix "strace -oFILE -ff -p<nonexistant_pid>" behavior by Denys Vlasenko · 12 years ago
  52. 800ec8f Make alloc_tcb and droptcb static. No code changes. by Denys Vlasenko · 12 years ago
  53. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  54. 27aeaa2 scsi.c: add copyright header by Dmitry V. Levin · 12 years ago
  55. 4a0ffea Enhance capget and capset syscalls decoding by Dmitry V. Levin · 12 years ago
  56. 648c22c Remove unused code by Dmitry V. Levin · 12 years ago
  57. 3d7b11b Fix IPC decoding on alpha and arm by Dmitry V. Levin · 12 years ago
  58. 63e4f86 arm: fix compilation warnings by Dmitry V. Levin · 12 years ago
  59. 84abf70 tests: robustify again buggy shells by Dmitry V. Levin · 12 years ago
  60. 3362e89 improve ifdef check with decode_subcall by Mike Frysinger · 12 years ago
  61. dde045c alpha: fix decode of osf_sigprocmask by Mike Frysinger · 12 years ago
  62. 384b0ad Fix array size calculation in previous commit by Denys Vlasenko · 12 years ago
  63. 29865e7 pathtrace_select() is never called with NULL, remove dead code by Denys Vlasenko · 12 years ago
  64. 7c2b1a6 manpage: remove bugs which are fixed by Denys Vlasenko · 12 years ago
  65. a509054 Simplify SIGCHLD handler setting by Denys Vlasenko · 12 years ago
  66. 2c4fb90 When reporting signals, use short signal names (SIGfoo) instead of strerror by Denys Vlasenko · 12 years ago
  67. 7cba831 Remove TODO file: it's eleven years old and completely outdated by Denys Vlasenko · 12 years ago
  68. 2989814 Clean up defs.h order. No code changes by Denys Vlasenko · 12 years ago
  69. 6e0bfd1 Fix lame kernel version checking code by Denys Vlasenko · 12 years ago
  70. 61e7aad Experimental support for "detach on execve" feature by Denys Vlasenko · 12 years ago
  71. 3e084ac Simple fixes. by Denys Vlasenko · 12 years ago
  72. 68269aa Remove an outdated comment by Denys Vlasenko · 12 years ago
  73. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 12 years ago
  74. a50d2a8 Tidy up order of includes; make bool variables explicit. by Denys Vlasenko · 12 years ago
  75. b859e14 Fix compiler warnings about breaking strict-aliasing rules by Dmitry V. Levin · 12 years ago
  76. c96fdfa ppc64: drop unused pid variable by Mike Frysinger · 12 years ago
  77. 8f81e38 ia64: fix compilation warnings by Dmitry V. Levin · 12 years ago
  78. ad0c01e Ensure that SWAP_FLAG_* constants are defined by Dmitry V. Levin · 12 years ago
  79. 33d2476 Enhance *listxattr syscalls decoding by Dmitry V. Levin · 12 years ago
  80. 7989ad4 Fix *at syscalls flags decoding by Dmitry V. Levin · 12 years ago
  81. 371e153 Fix linkat flags decoding by Dmitry V. Levin · 12 years ago
  82. 297632b Implement sys_rt_tgsigqueueinfo syscall decoder by Dmitry V. Levin · 12 years ago
  83. ee3c22c Implement syslog syscall decoder by Dmitry V. Levin · 12 years ago
  84. 67559ad Less ugly debug display of ptrace events by Denys Vlasenko · 12 years ago
  85. 6bc050c Make manpage mention that -p "`pidof PROG`" works by Denys Vlasenko · 12 years ago
  86. 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 12 years ago
  87. 3df080a net.c: recognize MSG_WAITFORONE by Dmitry V. Levin · 12 years ago
  88. 328bf25 Treat -ff without -o FILE as single -f by Denys Vlasenko · 12 years ago
  89. 558e512 Style fix. No code changes by Denys Vlasenko · 12 years ago
  90. ecc8b97 Reduce stack usage by ~0.5k by Denys Vlasenko · 12 years ago
  91. 2e856a1 Preparatory cosmetic changes for the next commit by Denys Vlasenko · 12 years ago
  92. 7af9f35 Implement sendmmsg syscall decoder by Dmitry V. Levin · 12 years ago
  93. 1ff463d Implement sched_rr_get_interval syscall decoder by Dmitry V. Levin · 12 years ago
  94. 64d0e71 Implement migrate_pages syscall decoder by Dmitry V. Levin · 12 years ago
  95. 1b0bae2 Implement get_robust_list syscall decoder by Dmitry V. Levin · 12 years ago
  96. 1e8ed07 Define sys_set_robust_list as an alias to sys_munmap by Dmitry V. Levin · 12 years ago
  97. 7321547 Implement clock_adjtime syscall decoder by Dmitry V. Levin · 12 years ago
  98. 51dba35 Define sys_setns as an alias to sys_inotify_rm_watch by Dmitry V. Levin · 12 years ago
  99. 6bbe696 Sort definitions of dummy parsers. No code changes by Dmitry V. Levin · 12 years ago
  100. ab1a70c Correct inotify_rm_watch decoder by Dmitry V. Levin · 12 years ago