2013-09-26 |
Ali Polatel | Work around conflict between <sys/ptrace.h> and <linux... |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Vineet Gupta | Add support for ARC Cores from Synopsys |
commit | commitdiff | tree | snapshot |
2013-09-11 |
William Manley | Add support for decoding sync_file_range |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Mike Frysinger | fanotify_mark: fix number of args for 32bit arches |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Dmitry V. Levin | x86, x86_64: fix compilation warnings |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | Remove rt parameter from [s]printsigmask() |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | Convert some uses of long_to_sigmask+printsigmask to... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | Simplify some sigmask manipulations |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | Add compat support for sys_pselect6 |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | I386: fix signedness mismatch warning |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | Fix sigset printing via print_sigset(). |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | sys_rt_sigaction: fix sigset copying |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | ARM: remove wrong NSIG = 32 define |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Denys Vlasenko | ARM: fix sigreturn decoding |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Denys Vlasenko | Group USE_CUSTOM_PRINTF define with other tweakables |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Denys Vlasenko | Improve sigreturn decoding on x86 to show RT signal... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Anton Blanchard | powerpc: enhance 32/64bit detection |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Anton Blanchard | powerpc: fix some compiler warnings |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Anton Blanchard | powerpc: fix iflag build issue (static -> extern) |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Denys Vlasenko | PTRACE_SEIZE can set ptrace options immediately, use... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Denys Vlasenko | If -o|logger is in use, exit trace loop if nprocs ... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Denys Vlasenko | Exit trace loop if got ECHILD, not if nprocs == 0. |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Denys Vlasenko | s390[x]: get rid of syscall_mode, delete code which... |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Denys Vlasenko | ARM: add STRACE_KNOWS_ONLY_EABI define which can be... |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Denys Vlasenko | Add paranoia check before passing a long to pid2tcb... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Denys Vlasenko | In debug output, show waitpid status with 6 hex digits... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Denys Vlasenko | Replace suspicious popen_pid assignment with an obvious... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Denys Vlasenko | Convert trace() from returning int to returning void |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Denys Vlasenko | Remove ia64-specific printing of current address on... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Denys Vlasenko | Rename ia32 to ia64_ia32mode, and make it bool, not... |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Denys Vlasenko | Fold is_restart_error() into its sole user |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Denys Vlasenko | Update qemu_multiarch_testing/README |
commit | commitdiff | tree | snapshot |
2013-06-28 |
Denys Vlasenko | sys_clone: add a comment about CLONE_PTRACE and CLONE_U... |
commit | commitdiff | tree | snapshot |
2013-06-28 |
Denys Vlasenko | POWERPC: get rid of "static long ppc_result" |
commit | commitdiff | tree | snapshot |
2013-06-28 |
Denys Vlasenko | POWERPC: read ppc_regs.nip if -i |
commit | commitdiff | tree | snapshot |
2013-06-28 |
Denys Vlasenko | POWERPC: if GETREGS fails with EIO, don't try it again |
commit | commitdiff | tree | snapshot |
2013-06-28 |
Denys Vlasenko | Get rid of powerpc_getreg(), it's a copy of upeek() |
commit | commitdiff | tree | snapshot |
2013-06-28 |
Denys Vlasenko | Change upeek() to take pid, not full tcp. |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Anton Blanchard | powerpc: Provide a fallback for old kernels without... |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Anton Blanchard | powerpc: Use PTRACE_GETREGS to fetch all registers |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Denys Vlasenko | Another manpage tweak |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Denys Vlasenko | Manpage update |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Denys Vlasenko | Update build_static_example.sh |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Denys Vlasenko | In -f mode, do not assume that new pid is stopped ... |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Denys Vlasenko | Set strace_child only in the right branch |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Denys Vlasenko | Get rid of TCB_INUSE and TCB_STRACE_CHILD |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Denys Vlasenko | Fix debug output of wait4 result (was reusing buf[... |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Denys Vlasenko | Show PTRACE_EVENT_STOP correctly in debug output |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Denys Vlasenko | Panic a bit less when we see an unknown pid |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Denys Vlasenko | detach(): Reorganize code. Logic is the same. |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Denys Vlasenko | Eat pending SIGSTOP _before_ PTRACE_DETACH in detach() |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Denys Vlasenko | detach(): warn if we see ECHILD from waitpid |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Denys Vlasenko | Improve error messages in detach() |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Denys Vlasenko | Remove workarounds for ancient kernels lacking __WALL |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Denys Vlasenko | USE_SEIZE: fix detaching from stopped processes |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Dmitry V. Levin | tests: disable /proc based checks when /proc is not... |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Denys Vlasenko | tests/detach-{running,sleeping,stopped}: check post... |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Dmitry V. Levin | tests: ensure that strace can detach from running processes |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Dmitry V. Levin | tests: ensure that strace does not leave sleeping proce... |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Dmitry V. Levin | tests: fix parallel-tests support in detach-* tests |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Dmitry V. Levin | tests: parametrize "sleep 1" |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Dmitry V. Levin | tests: ensure that strace can detach from sleeping... |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Dmitry V. Levin | tests: enhance timeout checks |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Dmitry V. Levin | tests: enable parallel-tests support |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Dmitry V. Levin | tests: prepare for parallel-tests support |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Denys Vlasenko | Cleanups. No logic changes. |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Dmitry V. Levin | maint: post-release administrivia |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Dmitry V. Levin | ioctlent: add UAPI support v4.8 |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Dmitry V. Levin | Prepare for 4.8 release |
commit | commitdiff | tree | snapshot |
2013-06-02 |
Dmitry V. Levin | Fix "make dist" on recently added architectures |
commit | commitdiff | tree | snapshot |
2013-06-02 |
Dmitry V. Levin | Fix "make dist" regression introduced by commit v4... |
commit | commitdiff | tree | snapshot |
2013-05-28 |
Dmitry V. Levin | Do not suppress signal delivery messages with -qq |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Chris Metcalf | tile: use siginfo_t, not struct siginfo |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Chris Metcalf | tile: remove MAP_CACHE_xxx support in mem.c |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Mike Frysinger | Rename COPYRIGHT to COPYING |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Dmitry V. Levin | Sync strace.spec and debian/ with packages |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Dmitry V. Levin | Update PTRACE_O_* constants |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Dmitry V. Levin | Update AF_*, PF_*, MSG_*, and TCP_* constants |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Dmitry V. Levin | NOMMU: do not hide startup syscalls unless in -D mode |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Dmitry V. Levin | Make -D mode work when the Yama LSM is enabled |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Dmitry V. Levin | Update PR_* constants |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Denys Vlasenko | Hide startup syscalls. |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Daniel P. Berrange | Allow -q to be repeated for very quiet output |
commit | commitdiff | tree | snapshot |
2013-05-11 |
Dmitry V. Levin | mips o32: fix syscall table |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Dmitry V. Levin | mips n64: fix syscall table |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Dmitry V. Levin | mips n32: fix syscall table |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Dmitry V. Levin | sync_file_range: fix number of syscall arguments |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Dmitry V. Levin | Add syscall entries for new linux syscalls |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Dmitry V. Levin | tests/net: fix portability issues |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Dmitry V. Levin | tests: add a test for basic network syscalls |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Dmitry V. Levin | tests: do not skip tests when timeout utility is not... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Dmitry V. Levin | Move subcall decoding configuration out of the common... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Dmitry V. Levin | sparc: remove some unused declarations and macros |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Mike Frysinger | mips: fix build regression |
commit | commitdiff | tree | snapshot |
2013-05-07 |
James Hogan | metag: rename llseek syscall to _llseek |
commit | commitdiff | tree | snapshot |
2013-05-07 |
James Hogan | metag: disable socket and ipc subcall support |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Dmitry V. Levin | pread, pwrite: fix number of syscall arguments |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Dmitry V. Levin | preadv, pwritev: fix number of syscall arguments |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Dmitry V. Levin | ftruncate64, truncate64: fix number of syscall arguments |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Dmitry V. Levin | fallocate: fix number of syscall arguments |
commit | commitdiff | tree | snapshot |
next |