summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove ia64-specific printing of current address on signal deliveryDenys Vlasenko2013-07-01
* Rename ia32 to ia64_ia32mode, and make it bool, not longDenys Vlasenko2013-07-01
* Fold is_restart_error() into its sole userDenys Vlasenko2013-06-30
* Update qemu_multiarch_testing/READMEDenys Vlasenko2013-06-29
* sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACEDDenys Vlasenko2013-06-28
* POWERPC: get rid of "static long ppc_result"Denys Vlasenko2013-06-28
* POWERPC: read ppc_regs.nip if -iDenys Vlasenko2013-06-28
* POWERPC: if GETREGS fails with EIO, don't try it againDenys Vlasenko2013-06-28
* Get rid of powerpc_getreg(), it's a copy of upeek()Denys Vlasenko2013-06-28
* Change upeek() to take pid, not full tcp.Denys Vlasenko2013-06-28
* powerpc: Provide a fallback for old kernels without PTRACE_GETREGSAnton Blanchard2013-06-26
* powerpc: Use PTRACE_GETREGS to fetch all registersAnton Blanchard2013-06-26
* Another manpage tweakDenys Vlasenko2013-06-26
* Manpage updateDenys Vlasenko2013-06-26
* Update build_static_example.shDenys Vlasenko2013-06-26
* In -f mode, do not assume that new pid is stopped - handle exits tooDenys Vlasenko2013-06-26
* Set strace_child only in the right branchDenys Vlasenko2013-06-26
* Get rid of TCB_INUSE and TCB_STRACE_CHILDDenys Vlasenko2013-06-26
* Fix debug output of wait4 result (was reusing buf[] on unknown events)Denys Vlasenko2013-06-21
* Show PTRACE_EVENT_STOP correctly in debug outputDenys Vlasenko2013-06-21
* Panic a bit less when we see an unknown pidDenys Vlasenko2013-06-21
* detach(): Reorganize code. Logic is the same.Denys Vlasenko2013-06-21
* Eat pending SIGSTOP _before_ PTRACE_DETACH in detach()Denys Vlasenko2013-06-21
* detach(): warn if we see ECHILD from waitpidDenys Vlasenko2013-06-20
* Improve error messages in detach()Denys Vlasenko2013-06-20
* Remove workarounds for ancient kernels lacking __WALLDenys Vlasenko2013-06-20
* USE_SEIZE: fix detaching from stopped processesDenys Vlasenko2013-06-20
* tests: disable /proc based checks when /proc is not mountedDmitry V. Levin2013-06-19
* tests/detach-{running,sleeping,stopped}: check post-detach stateDenys Vlasenko2013-06-19
* tests: ensure that strace can detach from running processesDmitry V. Levin2013-06-19
* tests: ensure that strace does not leave sleeping processes stoppedDmitry V. Levin2013-06-19
* tests: fix parallel-tests support in detach-* testsDmitry V. Levin2013-06-18
* tests: parametrize "sleep 1"Dmitry V. Levin2013-06-18
* tests: ensure that strace can detach from sleeping and stopped processesDmitry V. Levin2013-06-18
* tests: enhance timeout checksDmitry V. Levin2013-06-18
* tests: enable parallel-tests supportDmitry V. Levin2013-06-18
* tests: prepare for parallel-tests supportDmitry V. Levin2013-06-18
* Cleanups. No logic changes.Denys Vlasenko2013-06-18
* maint: post-release administriviaDmitry V. Levin2013-06-05
* ioctlent: add UAPI supportv4.8Dmitry V. Levin2013-06-03
* Prepare for 4.8 releaseDmitry V. Levin2013-06-03
* Fix "make dist" on recently added architecturesDmitry V. Levin2013-06-02
* Fix "make dist" regression introduced by commit v4.7-184-gd648f29Dmitry V. Levin2013-06-02
* Do not suppress signal delivery messages with -qqDmitry V. Levin2013-05-28
* tile: use siginfo_t, not struct siginfoChris Metcalf2013-05-23
* tile: remove MAP_CACHE_xxx support in mem.cChris Metcalf2013-05-23
* Rename COPYRIGHT to COPYINGMike Frysinger2013-05-17
* Sync strace.spec and debian/ with packagesDmitry V. Levin2013-05-17
* Update PTRACE_O_* constantsDmitry V. Levin2013-05-17
* Update AF_*, PF_*, MSG_*, and TCP_* constantsDmitry V. Levin2013-05-17