summaryrefslogtreecommitdiff
path: root/process.c
Commit message (Expand)AuthorAge
* Fix compilation warning reported by gcc -Wunused-but-set-variableDmitry V. Levin2011-02-23
* * process.c (internal_exit) [IA64]: Remove redundant check.Dmitry V. Levin2011-02-18
* Fix decoding of get[ug]id, gete[ug]id and setfs[ug]id return valuesDmitry V. Levin2011-01-19
* Recognize more clone flagsDmitry V. Levin2010-12-03
* Handle followfork using ptrace_setoptions if availableWang Chao2010-11-30
* Do not trace children cloned with CLONE_UNTRACED flagWang Chao2010-09-17
* * process.c (sys_waitid): Remove unused variable.Dmitry V. Levin2010-09-09
* Fix const-correctness issues uncovered by gcc -Wwrite-stringsDmitry V. Levin2010-09-07
* Fix printing clone flagsWang Chao2010-09-04
* Drop nclone_detached and related flagsWang Chao2010-08-28
* Handle CLONE_PARENT flagWang Chao2010-08-09
* Fix error when judging if process has childrenWang Chao2010-08-09
* Add support for the MicroBlaze architectureEdgar E. Iglesias2010-08-05
* Remove extern declaration at file scopeAndreas Schwab2010-07-06
* Add support for the TILE architectureChris Metcalf2010-02-05
* Remove dead codeDmitry V. Levin2010-02-04
* Merge Linux internal_clone() into internal_fork()Dmitry V. Levin2010-02-04
* Check umove() return codeDmitry V. Levin2009-11-06
* sparc/linux: Rewrite to use asm/ptrace.hMike Frysinger2009-10-12
* Fix follow fork/vfork on Linux ARM OABIDmitry V. Levin2009-09-18
* Zero-extend 32-bit addresses when printing argv array.Andreas Schwab2009-08-28
* Add more futex decoding.Andreas Schwab2009-08-12
* Revert unapproved commits.Roland McGrath2009-06-02
* * bjm.c (sys_query_module): Fix format warning reported byDmitry V. Levin2009-06-01
* * file.c (print_dirfd): Use int for file descriptor, not a long.Denys Vlasenko2009-04-16
* * signal.c: Whitespace, comment, and style fixes, no code changes.Denys Vlasenko2009-04-14
* AVR32 support by Hans-Christian EgtvedtDenys Vlasenko2009-02-27
* CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtapot.si)Denys Vlasenko2009-02-25
* Replace many more bare ptrace calls with calls to wrappersDenys Vlasenko2009-02-24
* * process.c: Indent preprocessor directives so that nestingDenys Vlasenko2009-02-24
* Cleanup after tcb table expansion simplification.Denys Vlasenko2009-02-10
* * process.c (internal_clone): Check and complain if pid valueDenys Vlasenko2009-01-28
* * process.c (printwaitn): Add comment about wait4() pid expansion.Denys Vlasenko2009-01-26
* fix fallout from recent tcb table expansion error handling changeDenys Vlasenko2009-01-26
* Two cleanups: tcb table expansion failure is not really a survivableDenys Vlasenko2009-01-17
* * process.c: Add a comment. No code changes.Denys Vlasenko2009-01-17
* Fixes for ptrace() argument parsing.Denys Vlasenko2009-01-13
* Output format fixes, improving the situation after recentDenys Vlasenko2009-01-06
* Fixing many instances of broken indentation with spaces instead of tabs.Denys Vlasenko2008-12-30
* Make strace somewhat resilient against process disappearingDenys Vlasenko2008-12-17
* This patch does not change any logic.Denys Vlasenko2008-12-16
* 2008-11-09 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2008-11-11
* 2008-10-23 Mike Frysinger <vapier@gentoo.org>Dmitry V. Levin2008-11-10
* 2008-04-19 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2008-09-03
* 2008-04-19 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2008-09-03
* 2008-04-19 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2008-09-03
* 2008-07-17 Roland McGrath <roland@redhat.com>Roland McGrath2008-07-18
* 2008-07-17 Roland McGrath <roland@redhat.com>Roland McGrath2008-07-18
* 2008-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>Roland McGrath2008-07-18
* 2007-08-26 Daniel Jacobowitz <dan@codesourcery.com>Roland McGrath2008-05-20