summaryrefslogtreecommitdiff
path: root/defs.h
Commit message (Expand)AuthorAge
* Make it possible to to do test builds for NOMMU architecturesDenys Vlasenko2013-02-19
* Remove broken HAVE_LONG_LONG conditionalsDenys Vlasenko2013-02-17
* Merge two identical tablesDenys Vlasenko2013-02-17
* Simple optimization in get_errorDenys Vlasenko2013-02-16
* Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALIDDenys Vlasenko2013-02-16
* Finish prefixing regs struct names with arch_Denys Vlasenko2013-02-16
* Use the same type for i386_regs on 32-bit and 64-bit x86.Denys Vlasenko2013-02-15
* Macroize conditional signed widening operationDenys Vlasenko2013-02-15
* A better handling of current_wordsizeDenys Vlasenko2013-02-15
* Add support for the OpenRISC 1000 platformChristian Svensson2013-02-14
* [X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to get registers.Denys Vlasenko2013-02-14
* Factor out code to check addr, fetch and print siginfoDenys Vlasenko2013-02-13
* Remove hacks for old kernels for architectures which require new kernelsDenys Vlasenko2013-02-12
* Remove old kernel hacks for architectures which require new kernelsDenys Vlasenko2013-02-12
* Remove unused / ambiguously used definesDenys Vlasenko2013-02-12
* Optimize AArch64 handling of 32-bit personalityDenys Vlasenko2013-02-08
* Rename ARM's regs structure to arm_regsDenys Vlasenko2013-02-06
* Shortcut tests for fork/exec syscallsDenys Vlasenko2013-02-06
* tile: fix merge skew with new get_regs architectureChris Metcalf2013-02-05
* Add tilegx support to straceChris Metcalf2013-02-05
* Optimize out PTRACE_PEEKUSER with -iDenys Vlasenko2013-02-05
* Add support for tracing 32-bit ARM EABI binaries on AArch64Steve McIntyre2012-11-12
* Add AArch64 support to straceSteve McIntyre2012-10-26
* Add -e trace=memory optionNamhyung Kim2012-10-26
* Enable usage of PTRACE_SEIZEDenys Vlasenko2012-07-10
* Make sure current_wordsize and PERSONALITY0_WORDSIZE are ints in all archesDenys Vlasenko2012-05-15
* Fix printstr's len parameter widthDenys Vlasenko2012-04-28
* Fix recvmsg decode: do not show more data than actually returnedDenys Vlasenko2012-04-28
* Decode /dev/loop ioctlsMike Frysinger2012-04-18
* x32: add ia32 supportH.J. Lu2012-04-18
* Add custom (faster) vfprintf implementation (disabled by default)Denys Vlasenko2012-04-16
* Add x32 support to straceH.J. Lu2012-04-16
* Restore tcb::u_lrval; fix lseek on MIPS-n32H.J. Lu2012-04-16
* Decode mtd ioctlsMike Frysinger2012-04-06
* 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