summaryrefslogtreecommitdiff
path: root/process.c
Commit message (Expand)AuthorAge
...
* Do not detach when we think tracee is going to die.Denys Vlasenko2011-08-17
* Remove dead "ifndef CLONE_PTRACE" branchDenys Vlasenko2011-06-23
* Remove TCB_FOLLOWFORKDenys Vlasenko2011-06-23
* Whitespace cleanups. No code changes.Denys Vlasenko2011-06-22
* Delete fork_tcb()Denys Vlasenko2011-06-22
* Trivial fixesDenys Vlasenko2011-06-22
* Remove write-only nchildren member from struct tcbDenys Vlasenko2011-06-21
* Fix regression introduced by "Properly handle real SIGTRAPs" changeDenys Vlasenko2011-06-21
* Do not suspend waitpid.Denys Vlasenko2011-06-18
* Introduce ARRAY_SIZE() macroDmitry V. Levin2011-06-13
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-07
* "Modernize" all old-style function parameter declarationsDenys Vlasenko2011-05-30
* Don't perform TCB_WAITEXECVE wait if not needed.Denys Vlasenko2011-05-24
* Properly handle real SIGTRAPs.Denys Vlasenko2011-05-23
* Update PTRACE_* constantsDmitry V. Levin2011-03-14
* 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