summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* NOMMU: do not hide startup syscalls unless in -D modeDmitry V. Levin2013-05-14
* Make -D mode work when the Yama LSM is enabledDmitry V. Levin2013-05-14
* Update PR_* constantsDmitry V. Levin2013-05-14
* Hide startup syscalls.Denys Vlasenko2013-05-14
* Allow -q to be repeated for very quiet outputDaniel P. Berrange2013-05-13
* mips o32: fix syscall tableDmitry V. Levin2013-05-11
* mips n64: fix syscall tableDmitry V. Levin2013-05-10