- 7a0fb38 Update PR_* constants by Dmitry V. Levin · 12 years ago
- b6593de Update PR_* constants by Dmitry V. Levin · 12 years ago
- 8f636ed Add support for the XTENSA architecture by Chris Zankel · 12 years ago
- c41808b ptrace: decode note segment descriptor types by Dmitry V. Levin · 12 years ago
- 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 12 years ago
- 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 12 years ago
- 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 12 years ago
- d4d3ede Factor out code to check addr, fetch and print siginfo by Denys Vlasenko · 12 years ago
- be99497 Decode struct iov in PTRACE_GET/SETREGSET by Denys Vlasenko · 12 years ago
- 873e5a5 Unify representations of struct user fields for subarchitectures by Denys Vlasenko · 12 years ago
- 74307a6 Add start_code and start_data members of struct user by Denys Vlasenko · 12 years ago
- 729e18d Deobfuscate definitions of struct user offsets by Denys Vlasenko · 12 years ago
- 0b99a8a Add tilegx support to strace by Chris Metcalf · 12 years ago
- d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago
- ea22e97 Make printing of utsname.domainname more portable by Dmitry V. Levin · 13 years ago
- 3efa7c7 Enable printing of uts.domainname in uname syscall by Denys Vlasenko · 13 years ago
- 35be581 Add x32 support to strace by H.J. Lu · 13 years ago
- 513e9c2 simple cleanups in defs.h. No logic changes. by Denys Vlasenko · 13 years ago
- b7a6dae Trivial tweaks. No logic changes by Denys Vlasenko · 13 years ago
- 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 13 years ago
- 146b944 Make internal_fork and internal_exec static by Denys Vlasenko · 13 years ago
- 081533c Move change_syscall() to its only user and make it static by Denys Vlasenko · 13 years ago
- 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 13 years ago
- a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
- bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 13 years ago
- 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 13 years ago
- 1ff463d Implement sched_rr_get_interval syscall decoder by Dmitry V. Levin · 13 years ago
- 1b0bae2 Implement get_robust_list syscall decoder by Dmitry V. Levin · 13 years ago
- 0395210 Implement process_vm_writev decoder by Dmitry V. Levin · 13 years ago
- 0bfd744 Output iovec length in vmsplice and process_vm_readv decoders by Dmitry V. Levin · 13 years ago
- 1945ccc Assorted trivial optimizations by Denys Vlasenko · 13 years ago
- 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 13 years ago
- b237b1b Style fixes, no code changes by Denys Vlasenko · 13 years ago
- e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
- 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 13 years ago
- ed720fd Automated removal of non-Linux code by Denys Vlasenko · 13 years ago
- 44824b9 Eliminate native_scno and known_scno by Dmitry V. Levin · 13 years ago
- 31fa8a2 Add experimental code to use PTRACE_SEIZE, disabled by default by Denys Vlasenko · 13 years ago
- 3af224c Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocks by Denys Vlasenko · 13 years ago
- 000b601 Fix a case of broken output if last seen syscall was exit by Denys Vlasenko · 13 years ago
- f88837a Do post-attach initialization earlier; fix "we ignore SIGSTOP on NOMMU" bug by Denys Vlasenko · 13 years ago
- 381dbc2 Set TCB_STARTUP only _after_ we attached. by Denys Vlasenko · 13 years ago
- 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
- 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
- 61526c6 Remove stray commas in struct initializers. No code changes by Denys Vlasenko · 13 years ago
- 102ec49 Optimize tabto() by Denys Vlasenko · 13 years ago
- a794974 Conditionally optimize out unused code by Denys Vlasenko · 13 years ago
- 44f87ef Remove tcp->parent and TCB_CLONE_THREAD. by Denys Vlasenko · 13 years ago
- 833fb13 Remove TCB_SUSPENDED constant and related code. by Denys Vlasenko · 13 years ago
- 19cdada Do not detach when we think tracee is going to die. by Denys Vlasenko · 13 years ago
- 4724786 Remove dead "ifndef CLONE_PTRACE" branch by Denys Vlasenko · 13 years ago
- 65d7c4d Remove TCB_FOLLOWFORK by Denys Vlasenko · 13 years ago
- 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
- 2b60c35 Delete fork_tcb() by Denys Vlasenko · 13 years ago
- e7c9024 Trivial fixes by Denys Vlasenko · 13 years ago
- b56d6d3 Remove write-only nchildren member from struct tcb by Denys Vlasenko · 13 years ago
- f44cce4 Fix regression introduced by "Properly handle real SIGTRAPs" change by Denys Vlasenko · 13 years ago
- 0df9ed4 Do not suspend waitpid. by Denys Vlasenko · 13 years ago
- fcda7a5 Introduce ARRAY_SIZE() macro by Dmitry V. Levin · 14 years ago
- b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 14 years ago
- 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 14 years ago
- f8bc065 Don't perform TCB_WAITEXECVE wait if not needed. by Denys Vlasenko · 14 years ago
- 3454e4b Properly handle real SIGTRAPs. by Denys Vlasenko · 14 years ago
- bb668a5 Update PTRACE_* constants by Dmitry V. Levin · 14 years ago
- d9a4b0a Fix compilation warning reported by gcc -Wunused-but-set-variable by Dmitry V. Levin · 14 years ago
- fde119c * process.c (internal_exit) [IA64]: Remove redundant check. by Dmitry V. Levin · 14 years ago
- 50a218d Fix decoding of get[ug]id, gete[ug]id and setfs[ug]id return values by Dmitry V. Levin · 14 years ago
- e3d4b68 Recognize more clone flags by Dmitry V. Levin · 14 years ago
- ca8ab8d Handle followfork using ptrace_setoptions if available by Wang Chao · 14 years ago
- e636c85 Do not trace children cloned with CLONE_UNTRACED flag by Wang Chao · 14 years ago
- 3eb9491 * process.c (sys_waitid): Remove unused variable. by Dmitry V. Levin · 14 years ago
- 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
- cbdd190 Fix printing clone flags by Wang Chao · 14 years ago
- 21b8db4 Drop nclone_detached and related flags by Wang Chao · 14 years ago
- 5a22b31 Handle CLONE_PARENT flag by Wang Chao · 14 years ago
- 304ea5f Fix error when judging if process has children by Wang Chao · 14 years ago
- 939caba Add support for the MicroBlaze architecture by Edgar E. Iglesias · 14 years ago
- 102e69a Remove extern declaration at file scope by Andreas Schwab · 14 years ago
- c8c6698 Add support for the TILE architecture by Chris Metcalf · 15 years ago
- e5e6085 Remove dead code by Dmitry V. Levin · 15 years ago
- 257e157 Merge Linux internal_clone() into internal_fork() by Dmitry V. Levin · 15 years ago
- 62e0596 Check umove() return code by Dmitry V. Levin · 15 years ago
- 8566c50 sparc/linux: Rewrite to use asm/ptrace.h by Mike Frysinger · 15 years ago
- 7674006 Fix follow fork/vfork on Linux ARM OABI by Dmitry V. Levin · 15 years ago
- 99c8569 Zero-extend 32-bit addresses when printing argv array. by Andreas Schwab · 15 years ago
- 85f5832 Add more futex decoding. by Andreas Schwab · 15 years ago
- eb9e2e8 Revert unapproved commits. by Roland McGrath · 16 years ago
- 4bcd5ef * bjm.c (sys_query_module): Fix format warning reported by by Dmitry V. Levin · 16 years ago
- e740fd3 * file.c (print_dirfd): Use int for file descriptor, not a long. by Denys Vlasenko · 16 years ago
- 1d63246 * signal.c: Whitespace, comment, and style fixes, no code changes. by Denys Vlasenko · 16 years ago
- 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 16 years ago
- ea0e6e8 CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtapot.si) by Denys Vlasenko · 16 years ago
- 4dedd56 Replace many more bare ptrace calls with calls to wrappers by Denys Vlasenko · 16 years ago
- c7e8371 * process.c: Indent preprocessor directives so that nesting by Denys Vlasenko · 16 years ago
- 84e20af Cleanup after tcb table expansion simplification. by Denys Vlasenko · 16 years ago
- 7e0615f * process.c (internal_clone): Check and complain if pid value by Denys Vlasenko · 16 years ago
- 59432db * process.c (printwaitn): Add comment about wait4() pid expansion. by Denys Vlasenko · 16 years ago
- db78f76 fix fallout from recent tcb table expansion error handling change by Denys Vlasenko · 16 years ago
- 418d66a Two cleanups: tcb table expansion failure is not really a survivable by Denys Vlasenko · 16 years ago
- f9a7e63 * process.c: Add a comment. No code changes. by Denys Vlasenko · 16 years ago