summaryrefslogtreecommitdiff
path: root/file.c
Commit message (Expand)AuthorAge
* 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
* Compress blank linesDmitry V. Levin2012-02-25
* Remove a few more code parts which are unused on LinuxDenys Vlasenko2012-02-25
* Fix defined(FOO) styleDenys Vlasenko2012-02-25
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-25
* Automated removal of non-Linux codeDenys Vlasenko2012-02-25
* Define old stat functions only if neededH.J. Lu2012-02-06
* Simple optimizationsDenys Vlasenko2012-01-29
* Fix readlink result display - was printing bogus "..." semi-randomlyDenys Vlasenko2012-01-27
* Add support for compat_statfs64Andreas Schwab2012-01-18
* Add support for statfs64.f_flagsAndreas Schwab2012-01-18
* Remove redundant parsersDmitry V. Levin2011-11-28
* Roll back "die on malloc failure" behaviour a bitDenys Vlasenko2011-09-01
* 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
* Optimization: eliminate some usages of strcat()Denys Vlasenko2011-08-31
* Improve code readability by avoiding assignments inside if()Denys Vlasenko2011-08-23
* Whitespace cleanups. No code changes.Denys Vlasenko2011-06-22
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-07
* Fix decoding of file descriptorsDmitry V. Levin2011-03-04
* Fix decoding of inotify_init1() flagsSebastian Pipping2011-03-03