summaryrefslogtreecommitdiff
path: root/file.c
Commit message (Expand)AuthorAge
* Fix preadv/pwritev offset decodingDmitry V. Levin2014-04-17
* aarch64: Fix decoding of arm struct stat64Elliott Hughes2014-04-06
* Fix stat decoding for LP64 bionicElliott Hughes2014-03-12
* Fix decoding of arm struct stat64 by aarch64 strace.Elliott Hughes2014-02-28
* Cleanup inotify syscalls decodingDmitry V. Levin2014-02-05
* Implement fanotify_init and fanotify_mark decodingDmitry V. Levin2014-02-05
* Use XLAT_END macroDmitry V. Levin2014-02-05
* Use XLAT macroDmitry V. Levin2014-02-05
* Decode the O_PATH flagMike Frysinger2013-12-31
* Define truncate64, ftruncate64, and getdents64 decoders unconditionallyDmitry V. Levin2013-11-12
* Assume "long long" availabilityDmitry V. Levin2013-11-11
* Add support for decoding sync_file_rangeWilliam Manley2013-09-11
* ARM OABI: fix 64-bit arguments decodingDmitry V. Levin2013-05-06
* printllval: fix 64bit unpacking on mips/o32 and xtensaMike Frysinger2013-05-06
* hppa: fix stat64 and fstat64 decodingDmitry V. Levin2013-05-03
* arm, aarch64, ppc: fix printllval-based decodersDmitry V. Levin2013-05-03
* x32: fix build regressions introduced by commit v4.7-96-g8435d67Dmitry V. Levin2013-05-01
* Alias sys_*lstat* syscall printing functionsDmitry V. Levin2013-05-01
* x32: fix decoding of __old_kernel_stat based syscallsDmitry V. Levin2013-05-01
* Do not use struct dirent in readdir decodingDmitry V. Levin2013-03-20
* Open-code isprint(c) and isspace(c)Denys Vlasenko2013-03-06
* Remove code which supports systems with long long off_t.Denys Vlasenko2013-02-18
* Use explicit long type instead of off_tDenys Vlasenko2013-02-17
* Merge two identical tablesDenys Vlasenko2013-02-17
* Remove wrong x32-specific lseekDenys Vlasenko2013-02-17
* Fix SEGV in lseekDenys Vlasenko2013-02-17
* Comment inner workings of sys_[l]lseekDenys Vlasenko2013-02-17
* Remove unused / ambiguously used definesDenys Vlasenko2013-02-12
* Dying suddenly with abort() is rude, avoid if possibleDenys Vlasenko2013-02-08
* Fix *xattr decodingDmitry V. Levin2012-12-08
* Decode file type returned by getdents system callDmitry V. Levin2012-08-16
* Merge adjacent printing operations in a few placesDenys Vlasenko2012-05-18
* x32: add ia32 supportH.J. Lu2012-04-18
* Fix a problem with sys_lseek on x32H.J. Lu2012-04-16
* Add x32 support to straceH.J. Lu2012-04-16
* Restore tcb::u_lrval; fix lseek on MIPS-n32H.J. Lu2012-04-16
* Optimize code if we have only one personalityDenys Vlasenko2012-03-19
* Remove unused version of sys_lseekDenys Vlasenko2012-03-18
* Simplify sys_lseek64 conditional compilation.Denys 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
* Ensure that SWAP_FLAG_* constants are definedDmitry V. Levin2012-03-15
* Enhance *listxattr syscalls decodingDmitry V. Levin2012-03-14
* Fix *at syscalls flags decodingDmitry V. Levin2012-03-13
* Fix linkat flags decodingDmitry V. Levin2012-03-13
* Correct inotify_rm_watch decoderDmitry V. Levin2012-03-11
* Alias sys_fsync to sys_closeDmitry V. Levin2012-03-11
* swapon: decode swap flagsDmitry V. Levin2012-03-09
* Assorted trivial optimizationsDenys Vlasenko2012-02-27
* Style fixes, no code changesDenys Vlasenko2012-02-27