- 65d7c4d Remove TCB_FOLLOWFORK by Denys Vlasenko · 13 years ago
- 2b60c35 Delete fork_tcb() by Denys Vlasenko · 13 years ago
- b56d6d3 Remove write-only nchildren member from struct tcb by Denys Vlasenko · 13 years ago
- f0a5f6d Remove write-only nzombies 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
- 8884968 Add argument to tprint_iov() specifying whether to decode each iovec by Dmitry V. Levin · 13 years ago
- fcda7a5 Introduce ARRAY_SIZE() macro by Dmitry V. Levin · 13 years ago
- b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
- 7542276 Cleanups on top of "handle SIGTRAP properly" change, based on Dmitry's comments. by Denys Vlasenko · 13 years ago
- f8bc065 Don't perform TCB_WAITEXECVE wait if not needed. by Denys Vlasenko · 13 years ago
- 3454e4b Properly handle real SIGTRAPs. by Denys Vlasenko · 13 years ago
- 8a08277 Add ability to print file descriptor paths and filter by those paths by Grant Edwards · 14 years ago
- 03aefda Ensure that PTRACE_GETSIGINFO et al are always defined on Linux by Dmitry V. Levin · 14 years ago
- 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 14 years ago
- 10a16a7 Simplify tprintf() declaration by Dmitry V. Levin · 14 years ago
- 7655fa0 * defs.h (SYSCALL_NEVER_FAILS): Fix typo. 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
- 4ef6db4 Add block ioctl support by Dmitry V. Levin · 14 years ago
- b9c5257 sh: Fix compilation warning in do_pipe due to missing prototype by Carmelo AMOROSO · 14 years ago
- 696381e Fix build on uClibc by Dmitry V. Levin · 14 years ago
- ca8ab8d Handle followfork using ptrace_setoptions if available by Wang Chao · 14 years ago
- b13c0de Test how PTRACE_SETOPTIONS support works by Wang Chao · 14 years ago
- 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
- 21b8db4 Drop nclone_detached and related flags by Wang Chao · 14 years ago
- d69fa49 Add biarch support for powerpc64 by Andreas Schwab · 14 years ago
- 102e69a Remove extern declaration at file scope by Andreas Schwab · 14 years ago
- e3a7ef5 Implement -C option to combine regular and -c output by Dmitry V. Levin · 15 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
- e5355de Remove support for pre-C89 by Andreas Schwab · 15 years ago
- b5600fc Factor out printing of 64bit syscall argument by Andreas Schwab · 15 years ago
- ccdff48 Maintain separate print column for each process by Andreas Schwab · 15 years ago
- 8566c50 sparc/linux: Rewrite to use asm/ptrace.h by Mike Frysinger · 15 years ago
- 67874d8 * defs.h [HPPA]: Lower MAX_ARGS from 32 to 6. by Dmitry V. Levin · 15 years ago
- eb9e2e8 Revert unapproved commits. by Roland McGrath · 15 years ago
- eedaac7 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. by Denys Vlasenko · 16 years ago
- c71016e defs.h: cosmetics (wrap overlong line) by Denys Vlasenko · 16 years ago
- 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 16 years ago
- 4dedd56 Replace many more bare ptrace calls with calls to wrappers by Denys Vlasenko · 16 years ago
- 84e20af Cleanup after tcb table expansion simplification. by Denys Vlasenko · 16 years ago
- 3bb7cd6 * defs.h: Correct the comment about TCB_SUSPENDED. by Denys Vlasenko · 16 years ago
- 59432db * process.c (printwaitn): Add comment about wait4() pid expansion. by Denys Vlasenko · 16 years ago
- 418d66a Two cleanups: tcb table expansion failure is not really a survivable by Denys Vlasenko · 16 years ago
- 1d5b113 * defs.h: Update a comment. No code changes. by Denys Vlasenko · 16 years ago
- f535b54 Fixes for ptrace() argument parsing. by Denys Vlasenko · 16 years ago
- 215cc27 * defs.h: Add new struct tcb fields: wait_status, next_need_service. by Denys Vlasenko · 16 years ago
- ef2fbf8 Output format fixes, improving the situation after recent by Denys Vlasenko · 16 years ago
- bc161ec * defs.h, syscall.c: explain why x86 does not need TCB_WAITEXECVE trick, by Denys Vlasenko · 16 years ago
- 8ba1cd7 Patch by Kirill A. Shutemov: by Denys Vlasenko · 16 years ago
- 96d5a76 * defs.h: Remove sigtrap80 field from struct tcb. by Denys Vlasenko · 16 years ago
- 1e3ce32 Make strace correctly handle SIGTRAP produced by e.g. by Denys Vlasenko · 16 years ago
- 732d1bf Make strace somewhat resilient against process disappearing by Denys Vlasenko · 16 years ago
- 932fc7d This patch does not change any logic. by Denys Vlasenko · 16 years ago
- 87ea1f4 2008-10-23 Mike Frysinger <vapier@gentoo.org> by Dmitry V. Levin · 16 years ago
- 2e55ff4 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- 639658b 2008-07-31 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
- c07538a 2008-07-21 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
- 41c4822 2008-07-03 Jan Kratochvil <jan.kratochvil@redhat.com> by Roland McGrath · 16 years ago
- 5670331 2008-01-25 Bruna Moreira <bruna.moreira@indt.org> by Roland McGrath · 16 years ago
- 542c2c6 2007-08-26 Daniel Jacobowitz <dan@codesourcery.com> by Roland McGrath · 16 years ago
- 6bc09da 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
- a6c0d8c 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
- 5aa0434 2007-09-11 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
- 6afc565 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
- b011af5 2007-03-29 Vladimir Nadvornik <nadvornik@suse.cz> by Dmitry V. Levin · 17 years ago
- 9b5b67e 2007-01-11 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
- ab9008b 2006-12-27 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
- 7d61ff1 2006-12-21 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
- 10de62b 2006-12-12 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
- a7945a3 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
- 4ebb4e3 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
- b9fe011 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
- 95ebf5a 2006-10-13 Ulrich Drepper <drepper@redhat.com> by Dmitry V. Levin · 18 years ago
- aca9a74 2006-04-21 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
- 4b2dcca 2006-01-12 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
- 138c6a3 2005-11-17 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
- 165155a 2005-07-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
- 2fe7b13 2005-06-08 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
- 9814a94 2005-07-04 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
- a4d4853 2005-06-08 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
- 76989d7 2005-06-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
- aa524c8 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
- b2dee13 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
- 15dca8e 2004-12-19 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
- 795edb1 2004-12-20 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
- d83c50b 2004-09-13 Ulrich Drepper <drepper@redhat.com>, Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
- 51d1ebc 2004-09-07 Michal Ludvig <mludvig@suse.cz> by Michal Ludvig · 20 years ago
- ee36ce1 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
- d9f816f 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
- c74c0b7 2004-09-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
- 6d1a65c 2004-07-07 David S. Miller <davem@nuts.davemloft.net> by Roland McGrath · 20 years ago
- 7b54a7a 2004-06-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
- b4ce176 2004-02-26 Andreas Schwab <schwab@suse.de> by Roland McGrath · 21 years ago
- 2843a4e 2003-09-06 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 21 years ago
- 6bc1220 2003-09-06 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 21 years ago
- c0f8bbd 2003-07-28 Daniel Jacobowitz <drow@mvista.com> by Roland McGrath · 21 years ago
- f5a4777 2003-06-26 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
- 0f87c49 2003-06-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago