summaryrefslogtreecommitdiff
path: root/process.c
Commit message (Expand)AuthorAge
* simple cleanups in defs.h. No logic changes.Denys Vlasenko2012-03-21
* Trivial tweaks. No logic changesDenys Vlasenko2012-03-20
* Optimize code if we have only one personalityDenys Vlasenko2012-03-19
* Make internal_fork and internal_exec staticDenys Vlasenko2012-03-18
* Move change_syscall() to its only user and make it staticDenys Vlasenko2012-03-17
* Indentation and whitespace fixes. No code changes.Denys Vlasenko2012-03-17
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* Remove extra include directives. No code changes.Denys Vlasenko2012-03-15
* Fix logging for "strace -o FILE -ff test/threaded_execve" test caseDenys Vlasenko2012-03-13
* Implement sched_rr_get_interval syscall decoderDmitry V. Levin2012-03-11
* Implement get_robust_list syscall decoderDmitry V. Levin2012-03-11
* Implement process_vm_writev decoderDmitry V. Levin2012-03-10
* Output iovec length in vmsplice and process_vm_readv decodersDmitry V. Levin2012-03-10
* Assorted trivial optimizationsDenys Vlasenko2012-02-27
* Alias a few more syscall printing functionsDenys Vlasenko2012-02-27
* Style fixes, no code changesDenys Vlasenko2012-02-27
* Compress blank linesDmitry V. Levin2012-02-25
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-25
* Automated removal of non-Linux codeDenys Vlasenko2012-02-25
* Eliminate native_scno and known_scnoDmitry V. Levin2012-02-20
* 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