summaryrefslogtreecommitdiff
path: root/syscall.c
Commit message (Expand)AuthorAge
* Add x32 support to straceH.J. Lu2012-04-16
* Restore tcb::u_lrval; fix lseek on MIPS-n32H.J. Lu2012-04-16
* qual_syscall: fix potential NULL dereferenceDmitry V. Levin2012-03-26
* Robustify parsing of numbers from stringsDmitry V. Levin2012-03-25
* Simple optimizationsDenys Vlasenko2012-03-23
* Replace reprinting decision logicDenys Vlasenko2012-03-21
* Eliminate redundant checks of res variableDenys Vlasenko2012-03-21
* Rename POWERPC-specific static variable result to ppc_resultDenys Vlasenko2012-03-21
* Remove redundant checks in syscall entry/exit, rename badly named functionDenys Vlasenko2012-03-20
* 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
* Remove code which is not used on LinuxDenys Vlasenko2012-03-18
* Remove unused constants. No code changesDenys Vlasenko2012-03-17
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* Remove unused codeDmitry V. Levin2012-03-15
* improve ifdef check with decode_subcallMike Frysinger2012-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
* ppc64: drop unused pid variableMike Frysinger2012-03-15
* Fix logging for "strace -o FILE -ff test/threaded_execve" test caseDenys Vlasenko2012-03-13
* Trivial tweaks to error messagesDenys Vlasenko2012-03-08
* Alias a few more syscall printing functionsDenys Vlasenko2012-02-27
* Compress blank linesDmitry V. Levin2012-02-25
* Reindent preprocessor directives in syscall.c; fix style.Denys 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
* Do not use SYS_ipc and SYS_socketcallDmitry V. Levin2012-02-20
* Remove unused sys_pread64 and sys_pwrite64 parsers on LinuxDmitry V. Levin2012-02-04
* Fix nanosleep decoding: second argument was not shown after successDenys Vlasenko2012-01-28
* Fix a case of broken output if last seen syscall was exitDenys Vlasenko2012-01-28
* Change x86_64_regs struct type from pt_regs to user_regs_structDenys Vlasenko2012-01-18
* Fix struct pt_regs declaration on i386 and x86-64Dmitry V. Levin2012-01-17
* Make ERESTARTxyz messages more descriptiveDenys Vlasenko2012-01-12
* Display mask on enter to sigreturn, not on exitDenys Vlasenko2012-01-10
* Enhance personality switchingDmitry V. Levin2011-12-23
* 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
* Make out-of-memory handling more uniformDenys Vlasenko2011-08-31
* Small optimization on AVR32Denys Vlasenko2011-08-30
* On X86_64 and I386, use PTRACE_GETREGS to fetch all registersDenys Vlasenko2011-08-30
* Rename syscall_fixup to syscall_fixup_on_sysenterDenys Vlasenko2011-08-26
* Make syscall result reading more consistent among different archesDenys Vlasenko2011-08-26
* Simplify syscall_fixup[_on_sysexit]Denys Vlasenko2011-08-25
* Split syscall_fixup into enter/exit pair of functionsDenys Vlasenko2011-08-25
* Optimize tabto()Denys Vlasenko2011-08-25
* * syscall.c (sys_indir): Use %ld for printing long, not %u.Denys Vlasenko2011-08-25
* Opotimize "scno >= 0 && scno < nsyscalls" checkDenys Vlasenko2011-08-25
* Remove scno_good logic in syscall exitDenys Vlasenko2011-08-25