1. d0ffdf4 Convert trace() from returning int to returning void by Denys Vlasenko · 11 years ago
  2. 5a2483b Remove ia64-specific printing of current address on signal delivery by Denys Vlasenko · 11 years ago
  3. c09646a Rename ia32 to ia64_ia32mode, and make it bool, not long by Denys Vlasenko · 11 years ago
  4. 4793221 Fold is_restart_error() into its sole user by Denys Vlasenko · 11 years ago
  5. 254b5a7 Update qemu_multiarch_testing/README by Denys Vlasenko · 11 years ago
  6. d083016 sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACED by Denys Vlasenko · 11 years ago
  7. 44a6d04 POWERPC: get rid of "static long ppc_result" by Denys Vlasenko · 11 years ago
  8. 6b3016e POWERPC: read ppc_regs.nip if -i by Denys Vlasenko · 11 years ago
  9. 7eb8932 POWERPC: if GETREGS fails with EIO, don't try it again by Denys Vlasenko · 11 years ago
  10. 7f5a132 Get rid of powerpc_getreg(), it's a copy of upeek() by Denys Vlasenko · 11 years ago
  11. 752e5a0 Change upeek() to take pid, not full tcp. by Denys Vlasenko · 11 years ago
  12. 14d51a6 powerpc: Provide a fallback for old kernels without PTRACE_GETREGS by Anton Blanchard · 11 years ago
  13. ce6e33b powerpc: Use PTRACE_GETREGS to fetch all registers by Anton Blanchard · 11 years ago
  14. 711b17c Another manpage tweak by Denys Vlasenko · 11 years ago
  15. b537053 Manpage update by Denys Vlasenko · 11 years ago
  16. aeb6e30 Update build_static_example.sh by Denys Vlasenko · 11 years ago
  17. c8511f0 In -f mode, do not assume that new pid is stopped - handle exits too by Denys Vlasenko · 11 years ago
  18. e8681c9 Set strace_child only in the right branch by Denys Vlasenko · 11 years ago
  19. fadbf66 Get rid of TCB_INUSE and TCB_STRACE_CHILD by Denys Vlasenko · 11 years ago
  20. 1b2bfbc Fix debug output of wait4 result (was reusing buf[] on unknown events) by Denys Vlasenko · 11 years ago
  21. 4e020c0 Show PTRACE_EVENT_STOP correctly in debug output by Denys Vlasenko · 11 years ago
  22. 71d3d29 Panic a bit less when we see an unknown pid by Denys Vlasenko · 11 years ago
  23. e2567d5 detach(): Reorganize code. Logic is the same. by Denys Vlasenko · 11 years ago
  24. a2de9da Eat pending SIGSTOP _before_ PTRACE_DETACH in detach() by Denys Vlasenko · 11 years ago
  25. fdfa47a detach(): warn if we see ECHILD from waitpid by Denys Vlasenko · 11 years ago
  26. 4a9ba98 Improve error messages in detach() by Denys Vlasenko · 11 years ago
  27. 725dd42 Remove workarounds for ancient kernels lacking __WALL by Denys Vlasenko · 11 years ago
  28. 69e27ef USE_SEIZE: fix detaching from stopped processes by Denys Vlasenko · 11 years ago
  29. 0d7c365 tests: disable /proc based checks when /proc is not mounted by Dmitry V. Levin · 11 years ago
  30. a815185 tests/detach-{running,sleeping,stopped}: check post-detach state by Denys Vlasenko · 11 years ago
  31. 78460f8 tests: ensure that strace can detach from running processes by Dmitry V. Levin · 11 years ago
  32. 223e9a6 tests: ensure that strace does not leave sleeping processes stopped by Dmitry V. Levin · 11 years ago
  33. 3cb7a0c tests: fix parallel-tests support in detach-* tests by Dmitry V. Levin · 11 years ago
  34. 1e0a280 tests: parametrize "sleep 1" by Dmitry V. Levin · 11 years ago
  35. 97c8508 tests: ensure that strace can detach from sleeping and stopped processes by Dmitry V. Levin · 11 years ago
  36. f60347d tests: enhance timeout checks by Dmitry V. Levin · 11 years ago
  37. 3cf90b6 tests: enable parallel-tests support by Dmitry V. Levin · 11 years ago
  38. 107ceb9 tests: prepare for parallel-tests support by Dmitry V. Levin · 11 years ago
  39. f1669e7 Cleanups. No logic changes. by Denys Vlasenko · 11 years ago
  40. 02d2c70 maint: post-release administrivia by Dmitry V. Levin · 11 years ago
  41. 1cd3f5f ioctlent: add UAPI support by Dmitry V. Levin · 11 years ago
  42. d845411 Prepare for 4.8 release by Dmitry V. Levin · 11 years ago
  43. 0db34e7 Fix "make dist" on recently added architectures by Dmitry V. Levin · 11 years ago
  44. 8e0b8be Fix "make dist" regression introduced by commit v4.7-184-gd648f29 by Dmitry V. Levin · 11 years ago
  45. e8ff4c6 Do not suppress signal delivery messages with -qq by Dmitry V. Levin · 11 years ago
  46. 5c0796f tile: use siginfo_t, not struct siginfo by Chris Metcalf · 11 years ago
  47. d90a2d2 tile: remove MAP_CACHE_xxx support in mem.c by Chris Metcalf · 11 years ago
  48. 6c19136 Rename COPYRIGHT to COPYING by Mike Frysinger · 11 years ago
  49. 0eb7165 Sync strace.spec and debian/ with packages by Dmitry V. Levin · 11 years ago
  50. f782201 Update PTRACE_O_* constants by Dmitry V. Levin · 11 years ago
  51. ea0d2a6 Update AF_*, PF_*, MSG_*, and TCP_* constants by Dmitry V. Levin · 11 years ago
  52. 1d2435b NOMMU: do not hide startup syscalls unless in -D mode by Dmitry V. Levin · 11 years ago
  53. 882478a Make -D mode work when the Yama LSM is enabled by Dmitry V. Levin · 11 years ago
  54. 7a0fb38 Update PR_* constants by Dmitry V. Levin · 11 years ago
  55. 2a3d275 Hide startup syscalls. by Denys Vlasenko · 11 years ago
  56. 01997cf Allow -q to be repeated for very quiet output by Daniel P. Berrange · 11 years ago
  57. 8190912 mips o32: fix syscall table by Dmitry V. Levin · 11 years ago
  58. b1e7cb1 mips n64: fix syscall table by Dmitry V. Levin · 11 years ago
  59. 26ff3f2 mips n32: fix syscall table by Dmitry V. Levin · 11 years ago
  60. f9236e6 sync_file_range: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  61. cbd4e92 Add syscall entries for new linux syscalls by Dmitry V. Levin · 11 years ago
  62. 56ef5ef tests/net: fix portability issues by Dmitry V. Levin · 11 years ago
  63. 47b0dcc tests: add a test for basic network syscalls by Dmitry V. Levin · 11 years ago
  64. 56fb81c tests: do not skip tests when timeout utility is not available by Dmitry V. Levin · 11 years ago
  65. de462cf Move subcall decoding configuration out of the common code by Dmitry V. Levin · 11 years ago
  66. ebe3d3a sparc: remove some unused declarations and macros by Dmitry V. Levin · 11 years ago
  67. 3883ab8 mips: fix build regression by Mike Frysinger · 11 years ago
  68. f6c246f metag: rename llseek syscall to _llseek by James Hogan · 11 years ago
  69. 28927cd metag: disable socket and ipc subcall support by James Hogan · 11 years ago
  70. 5273cb7 pread, pwrite: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  71. ea5a079 preadv, pwritev: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  72. 54aee7a ftruncate64, truncate64: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  73. eb1cc15 fallocate: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  74. 3f4a41a fadvise64, fadvise64_64: fix handlers and number of syscall arguments by Dmitry V. Levin · 11 years ago
  75. 2690fad mips o32: raise the max number of syscall arguments to 7 by Dmitry V. Levin · 11 years ago
  76. 34c445b mips: split syscallent.h by Dmitry V. Levin · 11 years ago
  77. 4996b3a readahead: fix number of syscall arguments by Dmitry V. Levin · 11 years ago
  78. 828bbd8 linux/syscall.h: make subcall decoding configuration more readable by Dmitry V. Levin · 11 years ago
  79. 2f6519a xtensa: disable socket and ipc subcall support by Chris Zankel · 11 years ago
  80. 6b03c9b Fix syscall flags by Dmitry V. Levin · 11 years ago
  81. 53f6795 tests/stat: enhance regexps by Dmitry V. Levin · 11 years ago
  82. 6f11acd tests/stat: support fstatat syscall for stat() by Chris Metcalf · 11 years ago
  83. 8e096c4 ARM OABI: fix 64-bit arguments decoding by Dmitry V. Levin · 11 years ago
  84. a32b683 printllval: fix 64bit unpacking on mips/o32 and xtensa by Mike Frysinger · 11 years ago
  85. c7b2f0c tile: disable socket and ipc subcall support by Chris Metcalf · 11 years ago
  86. 6b572cf Blackfin: disable socketcall and ipc subcall support by Mike Frysinger · 11 years ago
  87. 554c8be s390: fix # of args truncate64/ftruncate64 takes by Mike Frysinger · 11 years ago
  88. 2f99788 mtd: clamp ubi name strings by Mike Frysinger · 11 years ago
  89. 7a498be printxval: support more architectures by Dmitry V. Levin · 11 years ago
  90. 80acf62 Fix building for sparc64 targets by Mike Frysinger · 11 years ago
  91. 921744d Fix building for mips n64 targets by Mike Frysinger · 11 years ago
  92. 8d5f115 hppa: fix stat64 and fstat64 decoding by Dmitry V. Levin · 11 years ago
  93. a55b6b1 arm, aarch64, ppc: fix printllval-based decoders by Dmitry V. Levin · 11 years ago
  94. d648f29 Decode mtd/ubi ioctls by Mike Frysinger · 11 years ago
  95. 48d3159 test: add mtd/ubi test helpers by Mike Frysinger · 11 years ago
  96. b51ce62 test: include headers for used funcs by Mike Frysinger · 11 years ago
  97. 8582f88 ia64: fix compilation warnings introduced by commit v4.7-174-g44f0ed1 by Dmitry V. Levin · 11 years ago
  98. 1970da0 tests: stat: fix clean up of sample file by Mike Frysinger · 11 years ago
  99. d26d011 Ignore more files by Mike Frysinger · 11 years ago
  100. 7ae4a88 x32: fix decoding of i386 truncate and ftruncate syscalls by Dmitry V. Levin · 11 years ago