aboutsummaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2014-06-04Fix delete_module decodingDmitry V. Levin
2014-06-04Decode paths associated with file descriptors returned by syscallsZubin Mithra
2014-05-30Compress blank linesDmitry V. Levin
2014-05-30xlat: cleanup the aftermath of automatic conversionDmitry V. Levin
2014-05-30Generate xlat/*.in filesDmitry V. Levin
2014-04-17Fix preadv/pwritev offset decodingDmitry V. Levin
2014-04-06aarch64: Fix decoding of arm struct stat64Elliott Hughes
2014-03-12Fix stat decoding for LP64 bionicElliott Hughes
2014-02-28Fix decoding of arm struct stat64 by aarch64 strace.Elliott Hughes
2014-02-05Cleanup inotify syscalls decodingDmitry V. Levin
2014-02-05Implement fanotify_init and fanotify_mark decodingDmitry V. Levin
2014-02-05Use XLAT_END macroDmitry V. Levin
2014-02-05Use XLAT macroDmitry V. Levin
2013-12-31Decode the O_PATH flagMike Frysinger
2013-11-12Define truncate64, ftruncate64, and getdents64 decoders unconditionallyDmitry V. Levin
2013-11-11Assume "long long" availabilityDmitry V. Levin
2013-09-11Add support for decoding sync_file_rangeWilliam Manley
2013-05-06ARM OABI: fix 64-bit arguments decodingDmitry V. Levin
2013-05-06printllval: fix 64bit unpacking on mips/o32 and xtensaMike Frysinger
2013-05-03hppa: fix stat64 and fstat64 decodingDmitry V. Levin
2013-05-03arm, aarch64, ppc: fix printllval-based decodersDmitry V. Levin
2013-05-01x32: fix build regressions introduced by commit v4.7-96-g8435d67Dmitry V. Levin
2013-05-01Alias sys_*lstat* syscall printing functionsDmitry V. Levin
2013-05-01x32: fix decoding of __old_kernel_stat based syscallsDmitry V. Levin
2013-03-20Do not use struct dirent in readdir decodingDmitry V. Levin
2013-03-06Open-code isprint(c) and isspace(c)Denys Vlasenko
2013-02-18Remove code which supports systems with long long off_t.Denys Vlasenko
2013-02-17Use explicit long type instead of off_tDenys Vlasenko
2013-02-17Merge two identical tablesDenys Vlasenko
2013-02-17Remove wrong x32-specific lseekDenys Vlasenko
2013-02-17Fix SEGV in lseekDenys Vlasenko
2013-02-17Comment inner workings of sys_[l]lseekDenys Vlasenko
2013-02-12Remove unused / ambiguously used definesDenys Vlasenko
2013-02-08Dying suddenly with abort() is rude, avoid if possibleDenys Vlasenko
2012-12-08Fix *xattr decodingDmitry V. Levin
2012-08-16Decode file type returned by getdents system callDmitry V. Levin
2012-05-18Merge adjacent printing operations in a few placesDenys Vlasenko
2012-04-18x32: add ia32 supportH.J. Lu
2012-04-16Fix a problem with sys_lseek on x32H.J. Lu
2012-04-16Add x32 support to straceH.J. Lu
2012-04-16Restore tcb::u_lrval; fix lseek on MIPS-n32H.J. Lu
2012-03-19Optimize code if we have only one personalityDenys Vlasenko
2012-03-18Remove unused version of sys_lseekDenys Vlasenko
2012-03-17Simplify sys_lseek64 conditional compilation.Denys Vlasenko
2012-03-17Indentation and whitespace fixes. No code changes.Denys Vlasenko
2012-03-16Tidy up includes and copyright notices, fix indentationDenys Vlasenko
2012-03-15Ensure that SWAP_FLAG_* constants are definedDmitry V. Levin
2012-03-14Enhance *listxattr syscalls decodingDmitry V. Levin
2012-03-13Fix *at syscalls flags decodingDmitry V. Levin
2012-03-13Fix linkat flags decodingDmitry V. Levin