]> granicus.if.org Git - strace/history - process.c
Mpersify RTC_* ioctl parser
[strace] / process.c
2012-02-27 Denys VlasenkoAlias a few more syscall printing functions
2012-02-27 Denys VlasenkoStyle fixes, no code changes
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoCleanup after non-Linux code removal.
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-02-20 Dmitry V. LevinEliminate native_scno and known_scno
2012-01-29 Denys VlasenkoAdd experimental code to use PTRACE_SEIZE, disabled...
2012-01-28 Denys VlasenkoUse process_vm_readv instead of PTRACE_PEEKDATA to...
2012-01-28 Denys VlasenkoFix a case of broken output if last seen syscall was...
2011-09-05 Denys VlasenkoDo post-attach initialization earlier; fix "we ignore...
2011-09-05 Denys VlasenkoSet TCB_STARTUP only _after_ we attached.
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2011-09-01 Denys VlasenkoFix "format not a string literal" warning caused by...
2011-08-25 Denys VlasenkoRemove stray commas in struct initializers. No code...
2011-08-24 Denys VlasenkoOptimize tabto()
2011-08-23 Denys VlasenkoConditionally optimize out unused code
2011-08-17 Denys VlasenkoRemove tcp->parent and TCB_CLONE_THREAD.
2011-08-17 Denys VlasenkoRemove TCB_SUSPENDED constant and related code.
2011-08-17 Denys VlasenkoDo not detach when we think tracee is going to die.
2011-06-23 Denys VlasenkoRemove dead "ifndef CLONE_PTRACE" branch
2011-06-23 Denys VlasenkoRemove TCB_FOLLOWFORK
2011-06-22 Denys VlasenkoWhitespace cleanups. No code changes.
2011-06-22 Denys VlasenkoDelete fork_tcb()
2011-06-21 Denys VlasenkoTrivial fixes
2011-06-21 Denys VlasenkoRemove write-only nchildren member from struct tcb
2011-06-21 Denys VlasenkoFix regression introduced by "Properly handle real...
2011-06-18 Denys VlasenkoDo not suspend waitpid.
2011-06-13 Dmitry V. LevinIntroduce ARRAY_SIZE() macro
2011-06-07 Denys VlasenkoWhitespace cleanups. no code changes.
2011-05-30 Denys Vlasenko"Modernize" all old-style function parameter declarations
2011-05-24 Denys VlasenkoDon't perform TCB_WAITEXECVE wait if not needed.
2011-05-23 Denys VlasenkoProperly handle real SIGTRAPs.
2011-03-14 Dmitry V. LevinUpdate PTRACE_* constants
2011-02-23 Dmitry V. LevinFix compilation warning reported by gcc -Wunused-but...
2011-02-18 Dmitry V. Levin* process.c (internal_exit) [IA64]: Remove redundant...
2011-01-19 Dmitry V. LevinFix decoding of get[ug]id, gete[ug]id and setfs[ug...
2010-12-03 Dmitry V. LevinRecognize more clone flags
2010-11-30 Wang ChaoHandle followfork using ptrace_setoptions if available
2010-09-17 Wang ChaoDo not trace children cloned with CLONE_UNTRACED flag
2010-09-09 Dmitry V. Levin* process.c (sys_waitid): Remove unused variable.
2010-09-07 Dmitry V. LevinFix const-correctness issues uncovered by gcc -Wwrite...
2010-09-04 Wang ChaoFix printing clone flags
2010-08-28 Wang ChaoDrop nclone_detached and related flags
2010-08-09 Wang ChaoHandle CLONE_PARENT flag
2010-08-09 Wang ChaoFix error when judging if process has children
2010-08-05 Edgar E. IglesiasAdd support for the MicroBlaze architecture
2010-07-06 Andreas SchwabRemove extern declaration at file scope
2010-02-05 Chris MetcalfAdd support for the TILE architecture
2010-02-04 Dmitry V. LevinRemove dead code
2010-02-04 Dmitry V. LevinMerge Linux internal_clone() into internal_fork()
2009-11-06 Dmitry V. LevinCheck umove() return code
2009-10-12 Mike Frysingersparc/linux: Rewrite to use asm/ptrace.h
2009-09-18 Dmitry V. LevinFix follow fork/vfork on Linux ARM OABI
2009-08-28 Andreas SchwabZero-extend 32-bit addresses when printing argv array.
2009-08-12 Andreas SchwabAdd more futex decoding.
2009-06-02 Roland McGrathRevert unapproved commits.
2009-06-01 Dmitry V. Levin* bjm.c (sys_query_module): Fix format warning reported by
2009-04-16 Denys Vlasenko* file.c (print_dirfd): Use int for file descriptor...
2009-04-14 Denys Vlasenko* signal.c: Whitespace, comment, and style fixes, no...
2009-02-27 Denys VlasenkoAVR32 support by Hans-Christian Egtvedt
2009-02-25 Denys VlasenkoCRIS support by Hinko Kocevar (hinko.kocevar AT cetrtap...
2009-02-24 Denys VlasenkoReplace many more bare ptrace calls with calls to wrappers
2009-02-24 Denys Vlasenko* process.c: Indent preprocessor directives so that...
2009-02-10 Denys VlasenkoCleanup after tcb table expansion simplification.
2009-01-28 Denys Vlasenko* process.c (internal_clone): Check and complain if...
2009-01-26 Denys Vlasenko* process.c (printwaitn): Add comment about wait4(...
2009-01-26 Denys Vlasenkofix fallout from recent tcb table expansion error handl...
2009-01-17 Denys VlasenkoTwo cleanups: tcb table expansion failure is not really...
2009-01-17 Denys Vlasenko* process.c: Add a comment. No code changes.
2009-01-13 Denys VlasenkoFixes for ptrace() argument parsing.
2009-01-06 Denys VlasenkoOutput format fixes, improving the situation after...
2008-12-30 Denys VlasenkoFixing many instances of broken indentation with spaces...
2008-12-17 Denys VlasenkoMake strace somewhat resilient against process disappearing
2008-12-16 Denys VlasenkoThis patch does not change any logic.
2008-11-11 Dmitry V. Levin2008-11-09 Dmitry V. Levin <ldv@altlinux.org>
2008-11-10 Dmitry V. Levin2008-10-23 Mike Frysinger <vapier@gentoo.org>
2008-09-03 Dmitry V. Levin2008-04-19 Dmitry V. Levin <ldv@altlinux.org>
2008-09-03 Dmitry V. Levin2008-04-19 Dmitry V. Levin <ldv@altlinux.org>
2008-09-03 Dmitry V. Levin2008-04-19 Dmitry V. Levin <ldv@altlinux.org>
2008-07-18 Roland McGrath2008-07-17 Roland McGrath <roland@redhat.com>
2008-07-18 Roland McGrath2008-07-17 Roland McGrath <roland@redhat.com>
2008-07-18 Roland McGrath2008-07-03 Jan Kratochvil <jan.kratochvil@redhat...
2008-05-20 Roland McGrath2007-08-26 Daniel Jacobowitz <dan@codesourcery.com>
2007-11-19 Roland McGrath2007-11-19 Andreas Schwab <schwab@suse.de>
2007-11-03 Roland McGrath2007-11-03 Roland McGrath <roland@redhat.com>
2007-08-02 Roland McGrath2007-08-01 Roland McGrath <roland@redhat.com>
2007-08-02 Roland McGrath2007-07-23 Ulrich Drepper <drepper@redhat.com>
2007-07-05 Roland McGrath2007-07-05 Roland McGrath <roland@frob.com>
2007-01-11 Dmitry V. Levin2006-12-27 Dmitry V. Levin <ldv@altlinux.org>
2006-12-13 Dmitry V. Levin2006-12-12 Dmitry V. Levin <ldv@altlinux.org>
2006-12-13 Dmitry V. Levin2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
2006-10-13 Dmitry V. Levin2006-10-13 Ulrich Drepper <drepper@redhat.com>
2006-10-11 Dmitry V. Levin2006-03-29 Dmitry V. Levin <ldv@altlinux.org>
2006-04-25 Roland McGrath2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2005-08-03 Roland McGrath2005-08-03 Roland McGrath <roland@redhat.com>
2005-06-08 Roland McGrath2005-06-08 Dmitry V. Levin <ldv@altlinux.org>
2005-06-07 Roland McGrath2005-06-06 Roland McGrath <roland@redhat.com>
2005-06-01 Roland McGrath2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
2005-06-01 Roland McGrath2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
2005-05-09 Roland McGrath2005-05-05 Anton Blanchard <anton@samba.org>
next