1. ac655a8 Factor out struct sigaction printing code by Dmitry V. Levin · 10 years ago
  2. 66a15a5 tests: add a test for rt_sigaction output by Dmitry V. Levin · 10 years ago
  3. b5530a1 mem: add missed MAP_HUGETLB mmap flag by Kirill A. Shutemov · 10 years ago
  4. 94e246a Delete old PTRACE_{PEEK,POKE}USR logic by Mike Frysinger · 10 years ago
  5. 5e74703 Decode the O_PATH flag by Mike Frysinger · 10 years ago
  6. 5b35147 Remove unused configure checks by Dmitry V. Levin · 11 years ago
  7. 03ef0b2 Assume that <sys/ptrace.h> provides a valid ptrace prototype by Dmitry V. Levin · 11 years ago
  8. 0506f0f Stop using _LFS64_LARGEFILE by Dmitry V. Levin · 11 years ago
  9. 157f98a Define truncate64, ftruncate64, and getdents64 decoders unconditionally by Dmitry V. Levin · 11 years ago
  10. 594eb8f Define printflock64 only if it is referenced by other code by Dmitry V. Levin · 11 years ago
  11. 6974bd4 Make PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc specific by Dmitry V. Levin · 11 years ago
  12. 840a253 Remove unneeded redefinitions of IPPROTO_* macros by Dmitry V. Levin · 11 years ago
  13. 437ae19 Remove unused AC_OFF_T_IS_LONG_LONG configure check by Dmitry V. Levin · 11 years ago
  14. 70e84c4 Remove unused code by Dmitry V. Levin · 11 years ago
  15. e2de3bd Use struct sigcontext instead of struct sigcontext_struct by Dmitry V. Levin · 11 years ago
  16. e19a712 Use standard names of sched_param structure members by Dmitry V. Levin · 11 years ago
  17. ae5aa47 Make SIGEV_THREAD_ID decoding less glibc specific by Dmitry V. Levin · 11 years ago
  18. a0e02f5 Remove unused configure checks by Dmitry V. Levin · 11 years ago
  19. 18bce8c Assume "long long" availability by Dmitry V. Levin · 11 years ago
  20. d64a7e4 Include <sys/poll.h> only if there is no <poll.h> by Dmitry V. Levin · 11 years ago
  21. 2b64034 Move io_* syscalls decoding to a separate file by Dmitry V. Levin · 11 years ago
  22. 2df03c4 Stop using external libaio.h. by Denys Vlasenko · 11 years ago
  23. abd2fda sys_io_submit: simplify iocb_cmd_lookup() helper. by Denys Vlasenko · 11 years ago
  24. ab24d51 sys_io_submit: stop traversing iocb vector after first failure. by Denys Vlasenko · 11 years ago
  25. 64778cb Fix pathtrace_match() to match recent fixes to select decoding. by Denys Vlasenko · 11 years ago
  26. b338f2d Fix select decoding on e.g. 32-bit ppc process by 64-bit strace. by Denys Vlasenko · 11 years ago
  27. 1297a51 Speed up and explain fd_isset() by Denys Vlasenko · 11 years ago
  28. 85db86e Add a test for the latest select decoding fix by Dr. David Alan Gilbert · 11 years ago
  29. c2982b5 Fix select decoding for glibc in _FORTIFY_SOURCE mode by Dmitry V. Levin · 11 years ago
  30. f3696b3 More select decoding fixes by Dmitry V. Levin · 11 years ago
  31. 1f65c3c Truncate arg[0] to int in select decoding. by Denys Vlasenko · 11 years ago
  32. c4b9214 test/select.c: make comment more understandable. by Denys Vlasenko · 11 years ago
  33. 025f108 Fix select decoding with bogus (huge or negative) nfds. by Dr. David Alan Gilbert · 11 years ago
  34. 0b4060f Work around conflict between <sys/ptrace.h> and <linux/ptrace.h> by Ali Polatel · 11 years ago
  35. 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
  36. 16b9dcf Add support for decoding sync_file_range by William Manley · 11 years ago
  37. 9e937d9 fanotify_mark: fix number of args for 32bit arches by Mike Frysinger · 11 years ago
  38. aca4ff7 x86, x86_64: fix compilation warnings by Dmitry V. Levin · 11 years ago
  39. a877379 Remove rt parameter from [s]printsigmask() by Denys Vlasenko · 11 years ago
  40. 75f4e1f Convert some uses of long_to_sigmask+printsigmask to sprintsigmask_long by Denys Vlasenko · 11 years ago
  41. 46c8acd Simplify some sigmask manipulations by Denys Vlasenko · 11 years ago
  42. 8a1ebbb Add compat support for sys_pselect6 by Denys Vlasenko · 11 years ago
  43. e600ac6 I386: fix signedness mismatch warning by Denys Vlasenko · 11 years ago
  44. 5e133aa Fix sigset printing via print_sigset(). by Denys Vlasenko · 11 years ago
  45. 80b73a2 sys_rt_sigaction: fix sigset copying by Denys Vlasenko · 11 years ago
  46. 94e1035 ARM: remove wrong NSIG = 32 define by Denys Vlasenko · 11 years ago
  47. 670b21b ARM: fix sigreturn decoding by Denys Vlasenko · 11 years ago
  48. 76da831 Group USE_CUSTOM_PRINTF define with other tweakables by Denys Vlasenko · 11 years ago
  49. b51f364 Improve sigreturn decoding on x86 to show RT signal bits too. by Denys Vlasenko · 11 years ago
  50. 9afc2ee powerpc: enhance 32/64bit detection by Anton Blanchard · 11 years ago
  51. 9459dfb powerpc: fix some compiler warnings by Anton Blanchard · 11 years ago
  52. a34dead powerpc: fix iflag build issue (static -> extern) by Anton Blanchard · 11 years ago
  53. c169d94 PTRACE_SEIZE can set ptrace options immediately, use this feature by Denys Vlasenko · 11 years ago
  54. 7c41ce2 If -o|logger is in use, exit trace loop if nprocs == 0. by Denys Vlasenko · 11 years ago
  55. d2e1f42 Exit trace loop if got ECHILD, not if nprocs == 0. by Denys Vlasenko · 11 years ago
  56. f5730e9 s390[x]: get rid of syscall_mode, delete code which never triggers by Denys Vlasenko · 11 years ago
  57. 8b7aa2b ARM: add STRACE_KNOWS_ONLY_EABI define which can be used to omit OABI support by Denys Vlasenko · 11 years ago
  58. 6162a3f Add paranoia check before passing a long to pid2tcb(int pid) by Denys Vlasenko · 11 years ago
  59. 38eab5d In debug output, show waitpid status with 6 hex digits, not 4 by Denys Vlasenko · 11 years ago
  60. 519af5a Replace suspicious popen_pid assignment with an obviously correct one by Denys Vlasenko · 11 years ago
  61. d0ffdf4 Convert trace() from returning int to returning void by Denys Vlasenko · 11 years ago
  62. 5a2483b Remove ia64-specific printing of current address on signal delivery by Denys Vlasenko · 11 years ago
  63. c09646a Rename ia32 to ia64_ia32mode, and make it bool, not long by Denys Vlasenko · 11 years ago
  64. 4793221 Fold is_restart_error() into its sole user by Denys Vlasenko · 11 years ago
  65. 254b5a7 Update qemu_multiarch_testing/README by Denys Vlasenko · 11 years ago
  66. d083016 sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACED by Denys Vlasenko · 11 years ago
  67. 44a6d04 POWERPC: get rid of "static long ppc_result" by Denys Vlasenko · 11 years ago
  68. 6b3016e POWERPC: read ppc_regs.nip if -i by Denys Vlasenko · 11 years ago
  69. 7eb8932 POWERPC: if GETREGS fails with EIO, don't try it again by Denys Vlasenko · 11 years ago
  70. 7f5a132 Get rid of powerpc_getreg(), it's a copy of upeek() by Denys Vlasenko · 11 years ago
  71. 752e5a0 Change upeek() to take pid, not full tcp. by Denys Vlasenko · 11 years ago
  72. 14d51a6 powerpc: Provide a fallback for old kernels without PTRACE_GETREGS by Anton Blanchard · 11 years ago
  73. ce6e33b powerpc: Use PTRACE_GETREGS to fetch all registers by Anton Blanchard · 11 years ago
  74. 711b17c Another manpage tweak by Denys Vlasenko · 11 years ago
  75. b537053 Manpage update by Denys Vlasenko · 11 years ago
  76. aeb6e30 Update build_static_example.sh by Denys Vlasenko · 11 years ago
  77. c8511f0 In -f mode, do not assume that new pid is stopped - handle exits too by Denys Vlasenko · 11 years ago
  78. e8681c9 Set strace_child only in the right branch by Denys Vlasenko · 11 years ago
  79. fadbf66 Get rid of TCB_INUSE and TCB_STRACE_CHILD by Denys Vlasenko · 11 years ago
  80. 1b2bfbc Fix debug output of wait4 result (was reusing buf[] on unknown events) by Denys Vlasenko · 11 years ago
  81. 4e020c0 Show PTRACE_EVENT_STOP correctly in debug output by Denys Vlasenko · 11 years ago
  82. 71d3d29 Panic a bit less when we see an unknown pid by Denys Vlasenko · 11 years ago
  83. e2567d5 detach(): Reorganize code. Logic is the same. by Denys Vlasenko · 11 years ago
  84. a2de9da Eat pending SIGSTOP _before_ PTRACE_DETACH in detach() by Denys Vlasenko · 11 years ago
  85. fdfa47a detach(): warn if we see ECHILD from waitpid by Denys Vlasenko · 11 years ago
  86. 4a9ba98 Improve error messages in detach() by Denys Vlasenko · 11 years ago
  87. 725dd42 Remove workarounds for ancient kernels lacking __WALL by Denys Vlasenko · 11 years ago
  88. 69e27ef USE_SEIZE: fix detaching from stopped processes by Denys Vlasenko · 11 years ago
  89. 0d7c365 tests: disable /proc based checks when /proc is not mounted by Dmitry V. Levin · 11 years ago
  90. a815185 tests/detach-{running,sleeping,stopped}: check post-detach state by Denys Vlasenko · 11 years ago
  91. 78460f8 tests: ensure that strace can detach from running processes by Dmitry V. Levin · 11 years ago
  92. 223e9a6 tests: ensure that strace does not leave sleeping processes stopped by Dmitry V. Levin · 11 years ago
  93. 3cb7a0c tests: fix parallel-tests support in detach-* tests by Dmitry V. Levin · 11 years ago
  94. 1e0a280 tests: parametrize "sleep 1" by Dmitry V. Levin · 11 years ago
  95. 97c8508 tests: ensure that strace can detach from sleeping and stopped processes by Dmitry V. Levin · 11 years ago
  96. f60347d tests: enhance timeout checks by Dmitry V. Levin · 11 years ago
  97. 3cf90b6 tests: enable parallel-tests support by Dmitry V. Levin · 11 years ago
  98. 107ceb9 tests: prepare for parallel-tests support by Dmitry V. Levin · 11 years ago
  99. f1669e7 Cleanups. No logic changes. by Denys Vlasenko · 11 years ago
  100. 02d2c70 maint: post-release administrivia by Dmitry V. Levin · 11 years ago