summaryrefslogtreecommitdiff
path: root/file.c
Commit message (Expand)AuthorAge
* 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
* Fix struct xlat initialization bugsDmitry V. Levin2011-03-03
* sparc: fix compilation warningDmitry V. Levin2011-02-23
* Add biarch support for powerpc64Andreas Schwab2010-07-13
* Hook up inotify_init1 open mode flags printerMark Wielaard2010-03-23
* Fix handling of Linux systems without struct statfs64Bernhard Reutner-Fischer2009-11-06
* Factor out printing of 64bit syscall argumentAndreas Schwab2009-11-04
* Correct decoding of readahead and fadvice64(_64) on PowerPCAndreas Schwab2009-11-03
* * file.c (printstat64): Cleanup trailing whitespace.Dmitry V. Levin2009-10-21
* Fix decoding of newfstatat syscall on x86-64Andreas Schwab2009-10-16
* Avoid malloc(0) in getdents parsersMike Frysinger2009-10-08
* Fix fadvise64 decoding on ARMKirill A. Shutemov2009-09-19
* * bjm.c (sys_query_module): Fix format warning reported byDmitry V. Levin2009-06-01
* * strace.c (printstatsol, printstat_sparc64):Denys Vlasenko2009-04-20
* * file.c (print_dirfd): Use int for file descriptor, not a long.Denys Vlasenko2009-04-16
* * signal.c: Whitespace, comment, and style fixes, no code changes.Denys Vlasenko2009-04-14