1. 890a5ca Add support for tracing 32-bit ARM EABI binaries on AArch64 by Steve McIntyre · 12 years ago
  2. 716c93e Move asm-generic ioctl definitions to linux/ioctlent.h.in by Dmitry V. Levin · 12 years ago
  3. 17e3860 Filter out redundant "*32" ioctl entries by Dmitry V. Levin · 12 years ago
  4. 7943966 Enhance quotactl decoding by Dmitry V. Levin · 12 years ago
  5. d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago
  6. d6dbd99 linux: add new errno values for EPROBE_DEFER and EOPENSTALE by Steve McIntyre · 12 years ago
  7. 9679296 Add -e trace=memory option by Namhyung Kim · 12 years ago
  8. 85c2178 x32: add 64bit annotation too by Mike Frysinger · 12 years ago
  9. b742d8c Ignore fflush(3) return value by Dmitry V. Levin · 12 years ago
  10. 9a71bcd Use perror_msg instead of perror by Dmitry V. Levin · 12 years ago
  11. 4411a0c process_vm_readv may return ESRCH if tracee was killed, don't complain by Denys Vlasenko · 12 years ago
  12. 978fbc9 Trivial fixes, no code changes. by Denys Vlasenko · 12 years ago
  13. 508279c Always check setreuid return code by Dmitry V. Levin · 12 years ago
  14. f04b5de x32: update {g,s}etsockopt syscall numbers by Mike Frysinger · 12 years ago
  15. ad232c6 Decode file type returned by getdents system call by Dmitry V. Levin · 12 years ago
  16. cf53436 Close pipe and wait for the pipe process termination by Dmitry V. Levin · 12 years ago
  17. 26bc060 Enable usage of PTRACE_SEIZE by Denys Vlasenko · 12 years ago
  18. d7df591 x32: update syscall table by Mike Frysinger · 12 years ago
  19. d33e72a Merge adjacent printing operations in a few places by Denys Vlasenko · 12 years ago
  20. 318a273 Use %d printf format instead of %i everywhere by Denys Vlasenko · 12 years ago
  21. 8560ef2 Fix a few goofs in sys_sysctl() by Denys Vlasenko · 12 years ago
  22. 048cc42 Stop using non-standard %Zu and %Zd formats for size_t printing by Denys Vlasenko · 12 years ago
  23. c59b3f1 Remove outdated comment about suspending new tracees by Denys Vlasenko · 12 years ago
  24. c52826c Make sure current_wordsize and PERSONALITY0_WORDSIZE are ints in all arches by Denys Vlasenko · 12 years ago
  25. d376c92 Add configure --enable-gcc-Werror option by Dmitry V. Levin · 12 years ago
  26. f112d07 Make x86-64 build free of artificial warnings by Dmitry V. Levin · 12 years ago
  27. 0dbc80d Fix kernel release string parsing by Dmitry V. Levin · 12 years ago
  28. 55980f5 On clearing "breakpopint", restore syscall number too by Denys Vlasenko · 12 years ago
  29. 24ee60b util: fix building when glibc has a stub process_vm_readv by Mike Frysinger · 12 years ago
  30. 5700f68 doc: describe documentation policy by Dmitry V. Levin · 12 years ago
  31. 503faaa maint: post-release administrivia by Dmitry V. Levin · 12 years ago
  32. 417eb88 Prepare for 4.7 release by Dmitry V. Levin · 12 years ago
  33. cf050db Fix build with <linux/loop.h> from 2.6.18 kernel headers by Dmitry V. Levin · 12 years ago
  34. a5fd66b * vsprintf.c: Check for USE_CUSTOM_PRINTF earlier. by Dmitry V. Levin · 12 years ago
  35. e263e3b Remove duplicate names from CREDITS by Dmitry V. Levin · 12 years ago
  36. 823eba2 tests: raise strace check timeout to 60 seconds by Dmitry V. Levin · 12 years ago
  37. a28fbfd Update STA_* constants by Dmitry V. Levin · 12 years ago
  38. 4ef3063 NEWS: update for release by Dmitry V. Levin · 12 years ago
  39. ea22e97 Make printing of utsname.domainname more portable by Dmitry V. Levin · 12 years ago
  40. 5ea9765 Fix recvmmsg decode: do not show more data than actually returned by Dmitry V. Levin · 12 years ago
  41. 043b5f8 Remove recently introduced use of ULONG_MAX by Dmitry V. Levin · 12 years ago
  42. 3efa7c7 Enable printing of uts.domainname in uname syscall by Denys Vlasenko · 12 years ago
  43. b5d43b8 Fix printstr's len parameter width by Denys Vlasenko · 12 years ago
  44. e0bc222 Fix recvmsg decode: do not show more data than actually returned by Denys Vlasenko · 12 years ago
  45. 5443256 Package strace-log-merge by Dmitry V. Levin · 12 years ago
  46. 9b4fca2 NEWS: clarify & fix typo by Mike Frysinger · 12 years ago
  47. aa6d850 Cast current_wordsize to an int by Mike Frysinger · 12 years ago
  48. 84e50fc Update NEWS for upcoming 4.7 release by Dmitry V. Levin · 12 years ago
  49. 48e95c7 Sync strace.spec and debian/ with packages by Dmitry V. Levin · 12 years ago
  50. ebee04c Decode /dev/loop ioctls by Mike Frysinger · 12 years ago
  51. 085e428 x32: add ia32 support by H.J. Lu · 12 years ago
  52. 2bb4581 Cast clock_t type to unsigned long long by H.J. Lu · 12 years ago
  53. 6e4f3c1 Add custom (faster) vfprintf implementation (disabled by default) by Denys Vlasenko · 12 years ago
  54. 61d62cf Stop using %h[h]u format specifiers by Denys Vlasenko · 12 years ago
  55. 142aee0 Trivial speed optimization by Denys Vlasenko · 12 years ago
  56. c933f27 Fix a problem with sys_lseek on x32 by H.J. Lu · 12 years ago
  57. 35be581 Add x32 support to strace by H.J. Lu · 12 years ago
  58. dd0130b Restore tcb::u_lrval; fix lseek on MIPS-n32 by H.J. Lu · 12 years ago
  59. 0cbed35 Decode mtd ioctls by Mike Frysinger · 12 years ago
  60. 7ff5ed9 Fix indefinite hang on no-mmu systems by Mike Frysinger · 12 years ago
  61. f36ede6 Makefile.am: whitespace fix by Denys Vlasenko · 12 years ago
  62. 7015fe4 powerpc: Add syscall entries for direct socket system calls by Anton Blanchard · 12 years ago
  63. 4372cc9 qual_syscall: fix potential NULL dereference by Dmitry V. Levin · 12 years ago
  64. 030d555 strace-log-merge: fix file suffix calculation by Dmitry V. Levin · 12 years ago
  65. df79013 Remove unreachable code by Denys Vlasenko · 12 years ago
  66. 94f00e6 manpage: remove false info about -p being limited to 32 processes by Denys Vlasenko · 12 years ago
  67. c5ccfa4 Tweak help text and manpage (added -In to manpage) by Denys Vlasenko · 12 years ago
  68. 378f9c5 printstr: check for potential integer overflow by Dmitry V. Levin · 12 years ago
  69. ccee169 Robustify parsing of numbers from strings by Dmitry V. Levin · 12 years ago
  70. 20f6b54 strace-log-merge: enhance usage error diagnostics by Dmitry V. Levin · 12 years ago
  71. d8879f4 configure.ac: sort lists and use m4_normalize to ease maintenance by Dmitry V. Levin · 12 years ago
  72. e4cc7c5 Simple optimizations by Denys Vlasenko · 12 years ago
  73. d63b0d5 Reorder declarations in defs.h. No code changes by Denys Vlasenko · 12 years ago
  74. 6764f8f Simplify current tcp switching and current column handling by Denys Vlasenko · 12 years ago
  75. 8511f2a Make threaded execve handling code more reabable and somewhat simpler by Denys Vlasenko · 12 years ago
  76. 513e9c2 simple cleanups in defs.h. No logic changes. by Denys Vlasenko · 12 years ago
  77. b5e0908 Show "+++ exited..." with -C by Denys Vlasenko · 12 years ago
  78. e7a4772 Slight tweak to qemu_multiarch_testing scripts by Denys Vlasenko · 12 years ago
  79. a44f969 Replace reprinting decision logic by Denys Vlasenko · 12 years ago
  80. 2350675 Report some ptrace failures; nuke tcp->ptrace_errno by Denys Vlasenko · 12 years ago
  81. 907735a Eliminate redundant checks of res variable by Denys Vlasenko · 12 years ago
  82. 46dc8b2 Rename POWERPC-specific static variable result to ppc_result by Denys Vlasenko · 12 years ago
  83. bb6bb5c Remove redundant checks in syscall entry/exit, rename badly named function by Denys Vlasenko · 12 years ago
  84. b7a6dae Trivial tweaks. No logic changes by Denys Vlasenko · 12 years ago
  85. 852f98a Make ptrace_restart() static. No code changes by Denys Vlasenko · 12 years ago
  86. 806fbce Do not include limits.h unnecessarily by Dmitry V. Levin · 12 years ago
  87. feb40c4 Partially revert last change by Denys Vlasenko · 12 years ago
  88. 1c2e912 Simplify search in ioctl table by Denys Vlasenko · 12 years ago
  89. 8cf2c26 Update qemu build script: now tries to upload result back to host by Denys Vlasenko · 12 years ago
  90. c1371eb Shrink space needed by undefined syscalls in syscall tables. by Denys Vlasenko · 12 years ago
  91. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 12 years ago
  92. 1be0279 Fix mips64 build failure: sys_pwrite64 doesn't exist. by Denys Vlasenko · 12 years ago
  93. 6acf586 qemu_multiarch_testing/: a directory with scripts for build testing by Denys Vlasenko · 12 years ago
  94. 146b944 Make internal_fork and internal_exec static by Denys Vlasenko · 12 years ago
  95. f50e714 Remove code which is not used on Linux by Denys Vlasenko · 12 years ago
  96. 88c63f2 Remove unused version of sys_lseek by Denys Vlasenko · 12 years ago
  97. 8677913 Revert "Remove underscores from a few syscall names which have them" by Denys Vlasenko · 12 years ago
  98. 0c163c4 Simplify sys_lseek64 conditional compilation. by Denys Vlasenko · 12 years ago
  99. 31972d5 Remove underscores from a few syscall names which have them by Denys Vlasenko · 12 years ago
  100. a61a72e Remove unused struct tcb::baddr field by Denys Vlasenko · 12 years ago