- f3696b3 More select decoding fixes by Dmitry V. Levin · 11 years ago
- 1f65c3c Truncate arg[0] to int in select decoding. by Denys Vlasenko · 11 years ago
- c4b9214 test/select.c: make comment more understandable. by Denys Vlasenko · 11 years ago
- 025f108 Fix select decoding with bogus (huge or negative) nfds. by Dr. David Alan Gilbert · 11 years ago
- 0b4060f Work around conflict between <sys/ptrace.h> and <linux/ptrace.h> by Ali Polatel · 11 years ago
- 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
- 16b9dcf Add support for decoding sync_file_range by William Manley · 11 years ago
- 9e937d9 fanotify_mark: fix number of args for 32bit arches by Mike Frysinger · 11 years ago
- aca4ff7 x86, x86_64: fix compilation warnings by Dmitry V. Levin · 11 years ago
- a877379 Remove rt parameter from [s]printsigmask() by Denys Vlasenko · 11 years ago
- 75f4e1f Convert some uses of long_to_sigmask+printsigmask to sprintsigmask_long by Denys Vlasenko · 11 years ago
- 46c8acd Simplify some sigmask manipulations by Denys Vlasenko · 11 years ago
- 8a1ebbb Add compat support for sys_pselect6 by Denys Vlasenko · 11 years ago
- e600ac6 I386: fix signedness mismatch warning by Denys Vlasenko · 11 years ago
- 5e133aa Fix sigset printing via print_sigset(). by Denys Vlasenko · 11 years ago
- 80b73a2 sys_rt_sigaction: fix sigset copying by Denys Vlasenko · 11 years ago
- 94e1035 ARM: remove wrong NSIG = 32 define by Denys Vlasenko · 11 years ago
- 670b21b ARM: fix sigreturn decoding by Denys Vlasenko · 11 years ago
- 76da831 Group USE_CUSTOM_PRINTF define with other tweakables by Denys Vlasenko · 11 years ago
- b51f364 Improve sigreturn decoding on x86 to show RT signal bits too. by Denys Vlasenko · 11 years ago
- 9afc2ee powerpc: enhance 32/64bit detection by Anton Blanchard · 11 years ago
- 9459dfb powerpc: fix some compiler warnings by Anton Blanchard · 11 years ago
- a34dead powerpc: fix iflag build issue (static -> extern) by Anton Blanchard · 11 years ago
- c169d94 PTRACE_SEIZE can set ptrace options immediately, use this feature by Denys Vlasenko · 11 years ago
- 7c41ce2 If -o|logger is in use, exit trace loop if nprocs == 0. by Denys Vlasenko · 11 years ago
- d2e1f42 Exit trace loop if got ECHILD, not if nprocs == 0. by Denys Vlasenko · 11 years ago
- f5730e9 s390[x]: get rid of syscall_mode, delete code which never triggers by Denys Vlasenko · 11 years ago
- 8b7aa2b ARM: add STRACE_KNOWS_ONLY_EABI define which can be used to omit OABI support by Denys Vlasenko · 11 years ago
- 6162a3f Add paranoia check before passing a long to pid2tcb(int pid) by Denys Vlasenko · 11 years ago
- 38eab5d In debug output, show waitpid status with 6 hex digits, not 4 by Denys Vlasenko · 11 years ago
- 519af5a Replace suspicious popen_pid assignment with an obviously correct one by Denys Vlasenko · 11 years ago
- d0ffdf4 Convert trace() from returning int to returning void by Denys Vlasenko · 11 years ago
- 5a2483b Remove ia64-specific printing of current address on signal delivery by Denys Vlasenko · 11 years ago
- c09646a Rename ia32 to ia64_ia32mode, and make it bool, not long by Denys Vlasenko · 11 years ago
- 4793221 Fold is_restart_error() into its sole user by Denys Vlasenko · 11 years ago
- 254b5a7 Update qemu_multiarch_testing/README by Denys Vlasenko · 11 years ago
- d083016 sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACED by Denys Vlasenko · 11 years ago
- 44a6d04 POWERPC: get rid of "static long ppc_result" by Denys Vlasenko · 11 years ago
- 6b3016e POWERPC: read ppc_regs.nip if -i by Denys Vlasenko · 11 years ago
- 7eb8932 POWERPC: if GETREGS fails with EIO, don't try it again by Denys Vlasenko · 11 years ago
- 7f5a132 Get rid of powerpc_getreg(), it's a copy of upeek() by Denys Vlasenko · 11 years ago
- 752e5a0 Change upeek() to take pid, not full tcp. by Denys Vlasenko · 11 years ago
- 14d51a6 powerpc: Provide a fallback for old kernels without PTRACE_GETREGS by Anton Blanchard · 11 years ago
- ce6e33b powerpc: Use PTRACE_GETREGS to fetch all registers by Anton Blanchard · 11 years ago
- 711b17c Another manpage tweak by Denys Vlasenko · 11 years ago
- b537053 Manpage update by Denys Vlasenko · 11 years ago
- aeb6e30 Update build_static_example.sh by Denys Vlasenko · 11 years ago
- c8511f0 In -f mode, do not assume that new pid is stopped - handle exits too by Denys Vlasenko · 11 years ago
- e8681c9 Set strace_child only in the right branch by Denys Vlasenko · 11 years ago
- fadbf66 Get rid of TCB_INUSE and TCB_STRACE_CHILD by Denys Vlasenko · 11 years ago
- 1b2bfbc Fix debug output of wait4 result (was reusing buf[] on unknown events) by Denys Vlasenko · 11 years ago
- 4e020c0 Show PTRACE_EVENT_STOP correctly in debug output by Denys Vlasenko · 11 years ago
- 71d3d29 Panic a bit less when we see an unknown pid by Denys Vlasenko · 11 years ago
- e2567d5 detach(): Reorganize code. Logic is the same. by Denys Vlasenko · 11 years ago
- a2de9da Eat pending SIGSTOP _before_ PTRACE_DETACH in detach() by Denys Vlasenko · 11 years ago
- fdfa47a detach(): warn if we see ECHILD from waitpid by Denys Vlasenko · 11 years ago
- 4a9ba98 Improve error messages in detach() by Denys Vlasenko · 11 years ago
- 725dd42 Remove workarounds for ancient kernels lacking __WALL by Denys Vlasenko · 11 years ago
- 69e27ef USE_SEIZE: fix detaching from stopped processes by Denys Vlasenko · 11 years ago
- 0d7c365 tests: disable /proc based checks when /proc is not mounted by Dmitry V. Levin · 11 years ago
- a815185 tests/detach-{running,sleeping,stopped}: check post-detach state by Denys Vlasenko · 11 years ago
- 78460f8 tests: ensure that strace can detach from running processes by Dmitry V. Levin · 11 years ago
- 223e9a6 tests: ensure that strace does not leave sleeping processes stopped by Dmitry V. Levin · 11 years ago
- 3cb7a0c tests: fix parallel-tests support in detach-* tests by Dmitry V. Levin · 11 years ago
- 1e0a280 tests: parametrize "sleep 1" by Dmitry V. Levin · 11 years ago
- 97c8508 tests: ensure that strace can detach from sleeping and stopped processes by Dmitry V. Levin · 11 years ago
- f60347d tests: enhance timeout checks by Dmitry V. Levin · 11 years ago
- 3cf90b6 tests: enable parallel-tests support by Dmitry V. Levin · 11 years ago
- 107ceb9 tests: prepare for parallel-tests support by Dmitry V. Levin · 11 years ago
- f1669e7 Cleanups. No logic changes. by Denys Vlasenko · 11 years ago
- 02d2c70 maint: post-release administrivia by Dmitry V. Levin · 11 years ago
- 1cd3f5f ioctlent: add UAPI support by Dmitry V. Levin · 12 years ago
- d845411 Prepare for 4.8 release by Dmitry V. Levin · 12 years ago
- 0db34e7 Fix "make dist" on recently added architectures by Dmitry V. Levin · 12 years ago
- 8e0b8be Fix "make dist" regression introduced by commit v4.7-184-gd648f29 by Dmitry V. Levin · 12 years ago
- e8ff4c6 Do not suppress signal delivery messages with -qq by Dmitry V. Levin · 12 years ago
- 5c0796f tile: use siginfo_t, not struct siginfo by Chris Metcalf · 12 years ago
- d90a2d2 tile: remove MAP_CACHE_xxx support in mem.c by Chris Metcalf · 12 years ago
- 6c19136 Rename COPYRIGHT to COPYING by Mike Frysinger · 12 years ago
- 0eb7165 Sync strace.spec and debian/ with packages by Dmitry V. Levin · 12 years ago
- f782201 Update PTRACE_O_* constants by Dmitry V. Levin · 12 years ago
- ea0d2a6 Update AF_*, PF_*, MSG_*, and TCP_* constants by Dmitry V. Levin · 12 years ago
- 1d2435b NOMMU: do not hide startup syscalls unless in -D mode by Dmitry V. Levin · 12 years ago
- 882478a Make -D mode work when the Yama LSM is enabled by Dmitry V. Levin · 12 years ago
- 7a0fb38 Update PR_* constants by Dmitry V. Levin · 12 years ago
- 2a3d275 Hide startup syscalls. by Denys Vlasenko · 12 years ago
- 01997cf Allow -q to be repeated for very quiet output by Daniel P. Berrange · 12 years ago
- 8190912 mips o32: fix syscall table by Dmitry V. Levin · 12 years ago
- b1e7cb1 mips n64: fix syscall table by Dmitry V. Levin · 12 years ago
- 26ff3f2 mips n32: fix syscall table by Dmitry V. Levin · 12 years ago
- f9236e6 sync_file_range: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
- cbd4e92 Add syscall entries for new linux syscalls by Dmitry V. Levin · 12 years ago
- 56ef5ef tests/net: fix portability issues by Dmitry V. Levin · 12 years ago
- 47b0dcc tests: add a test for basic network syscalls by Dmitry V. Levin · 12 years ago
- 56fb81c tests: do not skip tests when timeout utility is not available by Dmitry V. Levin · 12 years ago
- de462cf Move subcall decoding configuration out of the common code by Dmitry V. Levin · 12 years ago
- ebe3d3a sparc: remove some unused declarations and macros by Dmitry V. Levin · 12 years ago
- 3883ab8 mips: fix build regression by Mike Frysinger · 12 years ago
- f6c246f metag: rename llseek syscall to _llseek by James Hogan · 12 years ago
- 28927cd metag: disable socket and ipc subcall support by James Hogan · 12 years ago