1. 44d0532 * strace.c (verror_msg): Rewrite without use of heap memory allocation by Dmitry V. Levin · 13 years ago
  2. 3e90b29 Fix MIPS syscall entries by Dmitry V. Levin · 13 years ago
  3. f073679 Don't display bogus parameter for sigreturn syscall by Denys Vlasenko · 13 years ago
  4. 56a5298 Optimize sigreturn handling by Denys Vlasenko · 13 years ago
  5. 4660fe6 Do not call umoven to fetch parameters if we have zero params by Denys Vlasenko · 13 years ago
  6. eccc48c "Modernize" four old-style function parameter declarations by Denys Vlasenko · 13 years ago
  7. facd45b Fix sigreturn decoding on MIPS by Denys Vlasenko · 13 years ago
  8. e62df00 Print at least one space between SYSCALL(ARGS) and = RESULT if tracee is killed by Denys Vlasenko · 13 years ago
  9. 7c57be8 Add fflush after printf in test/sigkill_rain.c by Denys Vlasenko · 13 years ago
  10. 8158e77 Update test/* directory, it seem to be a bit bit-rotted by Denys Vlasenko · 13 years ago
  11. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  12. 7a5b08f ARM EABI: fix 64-bit syscall's arguments decoding by Dmitry V. Levin · 13 years ago
  13. 3087dd6 Linux: implement decoding of preadv and pwritev syscalls by Damir Shayhutdinov · 13 years ago
  14. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 13 years ago
  15. 7542276 Cleanups on top of "handle SIGTRAP properly" change, based on Dmitry's comments. by Denys Vlasenko · 13 years ago
  16. 35aba6a Identifier "errno" may be a macro, it's unsafe to use it by Denys Vlasenko · 13 years ago
  17. f8bc065 Don't perform TCB_WAITEXECVE wait if not needed. by Denys Vlasenko · 13 years ago
  18. 3454e4b Properly handle real SIGTRAPs. by Denys Vlasenko · 13 years ago
  19. 1cd5371 Blackfin: update syscall list by Mike Frysinger · 13 years ago
  20. 96e1f48 linux: add new EHWPOISON errno by Mike Frysinger · 13 years ago
  21. 8a08277 Add ability to print file descriptor paths and filter by those paths by Grant Edwards · 13 years ago
  22. 4cee0af Fix BLKTRACESTOP definition by Dmitry V. Levin · 13 years ago
  23. 03aefda Ensure that PTRACE_GETSIGINFO et al are always defined on Linux by Dmitry V. Levin · 13 years ago
  24. 4e4fcaf * CREDITS.in: Fix typo. by Dmitry V. Levin · 13 years ago
  25. bb668a5 Update PTRACE_* constants by Dmitry V. Levin · 13 years ago
  26. 50e69cb Prepare for 4.6 release by Dmitry V. Levin · 13 years ago
  27. 9004e12 linux/ioctlent: unify them all by Mike Frysinger · 13 years ago
  28. 6b7a261 Show more details about signals received by traced processess by Dmitry V. Levin · 13 years ago
  29. c15dfc7 Get rid of PT_GETSIGINFO by Dmitry V. Levin · 13 years ago
  30. b41e1c9 Enhance decoding of kernel-generated signals by Dmitry V. Levin · 13 years ago
  31. 6d9e8e8 Fix decoding of user-generated signals by Dmitry V. Levin · 13 years ago
  32. 7d4bff1 Recognize SI_KERNEL and SI_ASYNCNL by Dmitry V. Levin · 13 years ago
  33. 6c0e2fc Take all git branches into account for generation of CREDITS file by Sebastian Pipping · 13 years ago
  34. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 13 years ago
  35. 9cd3850 Print shutdown(2) modes as SHUT_* constants by Sebastian Pipping · 13 years ago
  36. 1e1405a Fix decoding of inotify_init1() flags by Sebastian Pipping · 13 years ago
  37. d475c06 Fix struct xlat initialization bugs by Dmitry V. Levin · 13 years ago
  38. f9a84ef tests: avoid SIGPIPE by Dmitry V. Levin · 13 years ago
  39. e689e04 tests: do not make missing /usr/bin/time a failure by Mike Frysinger · 13 years ago
  40. 525a39a Generate an xz tar archive of the distribution by Dmitry V. Levin · 13 years ago
  41. 983e875 Use "make check" in debian/rules and strace.spec by Dmitry V. Levin · 13 years ago
  42. 4e4b5ad Implement two basic "strace -f" tests by Dmitry V. Levin · 13 years ago
  43. 6ae37bf ppc, s390, sparc: regenerate ioctlent.h files by Dmitry V. Levin · 13 years ago
  44. ff5c42a Remove redundant ioctlent.h files by Dmitry V. Levin · 13 years ago
  45. 609b58c ioctlsort: sync with ioctl_lookup() by Dmitry V. Levin · 13 years ago
  46. a6ca968 Remove obsolete .cvsignore files by Dmitry V. Levin · 13 years ago
  47. 796d3a8 Ignore generated intermediate header files by Dmitry V. Levin · 13 years ago
  48. 59138a2 Generate much of the CREDITS file from git log by Dmitry V. Levin · 13 years ago
  49. e9a06b7 sparc: fix compilation warning by Dmitry V. Levin · 13 years ago
  50. 0afbf85 Update the list of files that must be distributed by Dmitry V. Levin · 13 years ago
  51. d9a4b0a Fix compilation warning reported by gcc -Wunused-but-set-variable by Dmitry V. Levin · 13 years ago
  52. f72418c ioctlsort: zero pad ioctl codes to 4 places by Mike Frysinger · 13 years ago
  53. 22485b7 Update mount flags to latest linux by Mike Frysinger · 13 years ago
  54. c36c303 Sync debian/changelog and strace.spec with packages by Dmitry V. Levin · 13 years ago
  55. 7bab9fc Add TRACE_DESC|TRACE_FILE flags to fanotify_* sysentries by Dmitry V. Levin · 13 years ago
  56. 2bc744d Fix flags of fallocate sysentries by Dmitry V. Levin · 13 years ago
  57. b9839ef Add TRACE_DESC flag to epoll_create* sysentries by Dmitry V. Levin · 13 years ago
  58. 1e43961 Add TRACE_DESC flag to fgetxattr, flistxattr, and fremovexattr sysentries by Dmitry V. Levin · 13 years ago
  59. 612e092 Add TRACE_FILE flag to swapoff sysentries by Dmitry V. Levin · 13 years ago
  60. fdbe3c5 Add TRACE_DESC flag to fadvise64* sysentries by Dmitry V. Levin · 13 years ago
  61. bde8033 Add TRACE_DESC flag to mmap, mmap2, and old_mmap sysentries by Dmitry V. Levin · 13 years ago
  62. b2eaa8d Do not initialize native_scno on platforms with only one personality by Dmitry V. Levin · 13 years ago
  63. e51a87c Add LOOP_* ioctls defined in linux/loop.h by Dmitry V. Levin · 13 years ago
  64. 2fabd0e Fix PTRACE_GETEVENTMSG usage and enhance test_ptrace_setoptions() by Dmitry V. Levin · 13 years ago
  65. 330a895 linux/sparc: move to common syscall.h by Mike Frysinger · 13 years ago
  66. e44a4a2 sparc: add new funcs to syscall.h by Mike Frysinger · 13 years ago
  67. 71a78bc sparc: punt unused syscall.h.2 by Mike Frysinger · 13 years ago
  68. 9fdbee6 Fix raw exit_group(2) decoding by Dmitry V. Levin · 13 years ago
  69. bd13645 Optimize known_scno() by Dmitry V. Levin · 13 years ago
  70. fde119c * process.c (internal_exit) [IA64]: Remove redundant check. by Dmitry V. Levin · 13 years ago
  71. 65c1a81 Fix biarch support in IO dumping by Dmitry V. Levin · 13 years ago
  72. 10a16a7 Simplify tprintf() declaration by Dmitry V. Levin · 14 years ago
  73. 7655fa0 * defs.h (SYSCALL_NEVER_FAILS): Fix typo. by Dmitry V. Levin · 13 years ago
  74. 50a218d Fix decoding of get[ug]id, gete[ug]id and setfs[ug]id return values by Dmitry V. Levin · 13 years ago
  75. 62d0428 * linux/*/syscallent.h: Fix typo in sys_newfstatat syscall flags. by Dmitry V. Levin · 13 years ago
  76. ae6a5f7 Blackfin: update ioctl list by Mike Frysinger · 13 years ago
  77. 4dd5432 Fix stat64 decoding on mips by Dmitry V. Levin · 13 years ago
  78. e9e3d70 Update linux/*/syscallent.h files to match Linux kernel v2.6.37 by Dmitry V. Levin · 13 years ago
  79. be284ca block.c: cleanup by Dmitry V. Levin · 13 years ago
  80. 4ef6db4 Add block ioctl support by Dmitry V. Levin · 13 years ago
  81. 7fea79b Parse SOL_SCTP socket options by Holger Hans Peter Freyther · 13 years ago
  82. ce9e0f4 * net.c (socketlayers): Add more SOL_* constants from linux/socket.h by Holger Hans Peter Freyther · 13 years ago
  83. 1c3031b strace.1: fix misleading italics by Dmitry V. Levin · 13 years ago
  84. 4eb1b51 Update linux/ioctlent.h by Dmitry V. Levin · 13 years ago
  85. ebc2f28 Add HDIO_* ioctls defined in linux/hdreg.h by Dmitry V. Levin · 13 years ago
  86. 21ccf5e Test PTRACE_O_TRACECLONE and PTRACE_O_TRACEVFORK along with PTRACE_O_TRACEFORK by Dmitry V. Levin · 13 years ago
  87. d48c6b9 * net.c (protocols): Add more IPPROTO_* constants defined in netinet/in.h by Dmitry V. Levin · 13 years ago
  88. efa8bda * net.c (protocols): Add IPPROTO_GRE, IPPROTO_SCTP and IPPROTO_UDPLITE. by Holger Hans Peter Freyther · 13 years ago
  89. d64184f sh: Add entry for not-multiplexed accept4 by Carmelo AMOROSO · 13 years ago
  90. 9b977d1 sh: Add entries for not-multiplexed socket calls by Carmelo AMOROSO · 14 years ago
  91. b9c5257 sh: Fix compilation warning in do_pipe due to missing prototype by Carmelo AMOROSO · 14 years ago
  92. 696381e Fix build on uClibc by Dmitry V. Levin · 14 years ago
  93. 8044bc1 Fix strace -f -o '|command' hangup by Dmitry V. Levin · 14 years ago
  94. bdafa1a Output diagnostics to stderr by Dmitry V. Levin · 14 years ago
  95. e3d4b68 Recognize more clone flags by Dmitry V. Levin · 14 years ago
  96. 0ddd8ad Decode struct ucred for getsockopt SO_PEERCRED by Dmitry V. Levin · 14 years ago
  97. f8e5650 sh: Add support for tracing sys_cacheflush system call by Carmelo AMOROSO · 14 years ago
  98. b146744 Cleanup test_ptrace_setoptions() by Dmitry V. Levin · 14 years ago
  99. ca8ab8d Handle followfork using ptrace_setoptions if available by Wang Chao · 14 years ago
  100. b13c0de Test how PTRACE_SETOPTIONS support works by Wang Chao · 14 years ago