summaryrefslogtreecommitdiff
path: root/defs.h
Commit message (Expand)AuthorAge
* Robustify parsing of numbers from stringsDmitry V. Levin2012-03-25
* Simple optimizationsDenys Vlasenko2012-03-23
* Reorder declarations in defs.h. No code changesDenys Vlasenko2012-03-23
* simple cleanups in defs.h. No logic changes.Denys Vlasenko2012-03-21
* Report some ptrace failures; nuke tcp->ptrace_errnoDenys Vlasenko2012-03-21
* Make ptrace_restart() static. No code 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
* Remove code which is not used on LinuxDenys Vlasenko2012-03-18
* Remove unused struct tcb::baddr fieldDenys Vlasenko2012-03-17
* Move change_syscall() to its only user and make it staticDenys Vlasenko2012-03-17
* Make alloc_tcb and droptcb static. No code changes.Denys Vlasenko2012-03-16
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* When reporting signals, use short signal names (SIGfoo) instead of strerrorDenys Vlasenko2012-03-15
* Clean up defs.h order. No code changesDenys Vlasenko2012-03-15
* Remove an outdated commentDenys Vlasenko2012-03-15
* Remove extra include directives. No code changes.Denys Vlasenko2012-03-15
* Tidy up order of includes; make bool variables explicit.Denys Vlasenko2012-03-15
* Fix logging for "strace -o FILE -ff test/threaded_execve" test caseDenys Vlasenko2012-03-13
* Fix the case where we try to detach unattached processesDenys Vlasenko2012-03-09
* Allow -p PID to take comma or whitespace-separated list of PIDsDenys Vlasenko2012-03-09
* Pass addr=0 instead of 1 into restarting ptrace callsDenys Vlasenko2012-03-08
* Alias a few more syscall printing functionsDenys Vlasenko2012-02-27
* Compress blank linesDmitry V. Levin2012-02-25
* Remove a few more code parts which are unused on LinuxDenys Vlasenko2012-02-25
* Reindent defs.h preprocessor directivesDenys Vlasenko2012-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
* Remove initialization of native_scno field for most of syscallsDmitry V. Levin2012-02-20
* Skip the syscall entry if the sys_func field is NULLH.J. Lu2012-02-06
* Add experimental code to use PTRACE_SEIZE, disabled by defaultDenys Vlasenko2012-01-29
* Fix a case of broken output if last seen syscall was exitDenys Vlasenko2012-01-28
* Make pid2tcb staticDenys Vlasenko2012-01-27
* Eliminate code duplication in time printing, reduce a few static buffersDenys Vlasenko2012-01-20
* Get rid of TCB_SIGTRAPPEDDenys Vlasenko2012-01-18
* Fix struct pt_regs declaration on i386 and x86-64Dmitry V. Levin2012-01-17
* Display mask on enter to sigreturn, not on exitDenys Vlasenko2012-01-10
* Enhance personality switchingDmitry V. Levin2011-12-23
* Do post-attach initialization earlier; fix "we ignore SIGSTOP on NOMMU" bugDenys Vlasenko2011-09-05
* Get rid of TCB_ATTACH_DONEDenys Vlasenko2011-09-05
* Add stpcpy to autoconf machineryDenys Vlasenko2011-09-01
* Fix "format not a string literal" warning caused by tprintf(str)Denys Vlasenko2011-09-01
* Make out-of-memory handling more uniformDenys Vlasenko2011-08-31
* Optimization: eliminate all remaining usages of strcat()Denys Vlasenko2011-08-31
* Optimization: eliminate some usages of strcat()Denys Vlasenko2011-08-31
* On X86_64 and I386, use PTRACE_GETREGS to fetch all registersDenys Vlasenko2011-08-30
* Indent a large set of nested ifdefs/endifs. No code changesDenys Vlasenko2011-08-26
* Rename syscall_fixup to syscall_fixup_on_sysenterDenys Vlasenko2011-08-26
* Optimize tabto()Denys Vlasenko2011-08-25