summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix PTRACE_SETOPTIONS testsldv/PTRACE_SETOPTIONS-testsDmitry V. Levin2011-08-171-59/+100
* Fix compilation on linux 2.4.xDmitry V. Levin2011-08-172-1/+10
* Remove TCB_SUSPENDED constant and related code.Denys Vlasenko2011-08-173-154/+9
* Do not detach when we think tracee is going to die.Denys Vlasenko2011-08-175-304/+9
* Declare printrusage32() on AlphaSergei Trofimovich2011-08-161-0/+3
* Slight optimization and cleanup in trace()Denys Vlasenko2011-08-151-15/+13
* Fix compilation on 2.4.20 kernel based systemDenys Vlasenko2011-08-152-0/+4
* Check for additional PTRACE_* constantsDmitry V. Levin2011-07-192-1/+26
* Remove superfluous backslash-continuation in configure.acDenys Vlasenko2011-07-191-9/+9
* Make IOCTL_WSTOP more readableDenys Vlasenko2011-06-241-3/+2
* Trivial cleanupsDenys Vlasenko2011-06-241-5/+7
* Remove redundant include <stdarg.h>Denys Vlasenko2011-06-241-2/+0
* Clean up two old commentsDenys Vlasenko2011-06-241-2/+1
* Make a few variables static.Denys Vlasenko2011-06-242-6/+5
* Add debug output in initial attachment codeDenys Vlasenko2011-06-241-7/+16
* Better debug logging of allocations and waitpit resultsDenys Vlasenko2011-06-241-9/+45
* Optimize arrays of register indexes in syscall_enterDenys Vlasenko2011-06-231-11/+11
* Deindent syscall_enter by removing unnecessary braces. No code changes.Denys Vlasenko2011-06-231-307/+262
* Remove dead "ifndef CLONE_PTRACE" branchDenys Vlasenko2011-06-231-20/+4
* Add a comment about setbpt. No code changes.Denys Vlasenko2011-06-231-0/+6
* Untangle a particularly badly obfuscated bit of code. No logic changes.Denys Vlasenko2011-06-231-9/+10
* Remove TCB_FOLLOWFORKDenys Vlasenko2011-06-233-16/+9
* * system.c (sys_capget, sys_capset): Fix pointer arithmeticsDmitry V. Levin2011-06-231-4/+4
* Make initial tcb allocation more readable. No logic changes.Denys Vlasenko2011-06-231-5/+5
* Do not allocate tiny cap_user_header/data structures, place them on stack.Denys Vlasenko2011-06-231-34/+15
* Use [p]error_msg[_and_die] where appropriate. No logic changes.Denys Vlasenko2011-06-231-109/+49
* Whitespace cleanups. No code changes.Denys Vlasenko2011-06-2211-131/+67
* Make strace_fopen abort on errorDenys Vlasenko2011-06-221-18/+10
* Make set_cloexec_flag abort on errorDenys Vlasenko2011-06-221-37/+20
* Make strace_popen abort on errorDenys Vlasenko2011-06-221-50/+26
* Delete fork_tcb()Denys Vlasenko2011-06-223-22/+7
* Simplify expand_tcbtab and alloc_tcbDenys Vlasenko2011-06-221-23/+9
* Trivial fixesDenys Vlasenko2011-06-222-5/+3
* Fix build when libaio-devel is not availableDmitry V. Levin2011-06-211-0/+5
* tests: finish ptrace_setoptions_* mergeDmitry V. Levin2011-06-212-5/+8
* Remove write-only nchildren member from struct tcbDenys Vlasenko2011-06-213-14/+4
* Fix tests/ptrace_setoptions_* to match last fix in ptrace options codeDenys Vlasenko2011-06-213-40/+28
* Remove write-only nzombies member from struct tcbDenys Vlasenko2011-06-212-3/+0
* Fix regression introduced by "Properly handle real SIGTRAPs" changeDenys Vlasenko2011-06-213-23/+21
* Do not suspend waitpid.Denys Vlasenko2011-06-184-206/+0
* Enhance io_submit() decodingAndi Kleen2011-06-131-5/+85
* Add argument to tprint_iov() specifying whether to decode each iovecDmitry V. Levin2011-06-133-10/+13
* Introduce ARRAY_SIZE() macroDmitry V. Levin2011-06-136-27/+26
* Fix decoding of timer id returned by timer_createAndi Kleen2011-06-131-3/+3
* Add test for PTRACE_O_TRACESYSGOODDmitry V. Levin2011-06-092-1/+21
* tests: update test for linux kernel versionDmitry V. Levin2011-06-091-3/+5
* Update ptrace_setoptions testDmitry V. Levin2011-06-092-2/+2
* * strace.c (verror_msg): Rewrite without use of heap memory allocationDmitry V. Levin2011-06-091-12/+8
* Fix MIPS syscall entriesDmitry V. Levin2011-06-091-3/+0
* Don't display bogus parameter for sigreturn syscallDenys Vlasenko2011-06-0915-20/+20