summaryrefslogtreecommitdiff
path: root/process.c
Commit message (Expand)AuthorAge
* Add experimental code to use PTRACE_SEIZE, disabled by defaultDenys Vlasenko2012-01-29
* Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocksDenys Vlasenko2012-01-28
* Fix a case of broken output if last seen syscall was exitDenys Vlasenko2012-01-28
* Do post-attach initialization earlier; fix "we ignore SIGSTOP on NOMMU" bugDenys Vlasenko2011-09-05
* Set TCB_STARTUP only _after_ we attached.Denys Vlasenko2011-09-05
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-01
* Fix "format not a string literal" warning caused by tprintf(str)Denys Vlasenko2011-09-01
* Remove stray commas in struct initializers. No code changesDenys Vlasenko2011-08-25
* Optimize tabto()Denys Vlasenko2011-08-25
* Conditionally optimize out unused codeDenys Vlasenko2011-08-23
* Remove tcp->parent and TCB_CLONE_THREAD.Denys Vlasenko2011-08-17
* Remove TCB_SUSPENDED constant and related code.Denys Vlasenko2011-08-17
* 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