1. c37173f aarch64: swap 64-bit and 32-bit personalities by Dmitry V. Levin · 9 years ago
  2. c31481f Add a wrapper around <asm/stat.h> by Dmitry V. Levin · 9 years ago
  3. 525eed3 Print nanoseconds along with seconds in stat family syscalls by Dmitry V. Levin · 9 years ago
  4. b6d80ff file.c: use umove_or_printaddr by Dmitry V. Levin · 9 years ago
  5. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 10 years ago
  6. 5647cf8 Use macros for gcc attributes by Dmitry V. Levin · 10 years ago
  7. 7b9bc44 Use AC_CHECK_TYPES to check for struct stat64 by Dmitry V. Levin · 10 years ago
  8. f19836b file.c: fix 32-bit stat decoding on 64-bit architectures by Dmitry V. Levin · 10 years ago
  9. e6e475c sparc: reuse struct stat parser code for struct solstat decoding by Dmitry V. Levin · 10 years ago
  10. 721de78 ppc64: reuse struct stat parser code for struct stat_powerpc32 decoding by Dmitry V. Levin · 10 years ago
  11. c6ee0ec file.c: group related parsers together by Dmitry V. Levin · 10 years ago
  12. 1fb1c13 file.c: collect scattered __old_kernel_stat related code by Dmitry V. Levin · 10 years ago
  13. b8ad393 Use the same source code for struct stat/stat64 decoding by Dmitry V. Levin · 10 years ago
  14. 553d8a2 x32: use generic printstat/printstat64 parsers by Dmitry V. Levin · 10 years ago
  15. 8d41108 x32: remove redundant definitions by Dmitry V. Levin · 10 years ago
  16. ab21a94 Convert do_printstat to a template function by Dmitry V. Levin · 10 years ago
  17. d01f0a8 file.c: prepare realprintstat for parametrization by Dmitry V. Levin · 10 years ago
  18. 2928afe Cleanup struct stat.st_flags decoding by Dmitry V. Levin · 10 years ago
  19. 65ea0d0 Drop struct stat.st_aclcnt and stat.st_level support by Dmitry V. Levin · 10 years ago
  20. e00a957 sparc: fix fxstat decoding by Dmitry V. Levin · 10 years ago
  21. e6219fb sparc: drop _STAT64_VER support by Dmitry V. Levin · 10 years ago
  22. 55ba9b3 sparc: remove redundant sys_lxstat by Dmitry V. Levin · 10 years ago
  23. ea77892 file.c: do not include unused headers by Dmitry V. Levin · 10 years ago
  24. 964d80a file.c: move open, openat, and creat parsers to a separate file by Dmitry V. Levin · 10 years ago
  25. 304cd81 file.c: move access and faccessat parsers to a separate file by Dmitry V. Levin · 10 years ago
  26. d590f3c file.c: move umask parser to a separate file by Dmitry V. Levin · 10 years ago
  27. b5d25ec file.c: move lseek and llseek parsers to a separate file by Dmitry V. Levin · 10 years ago
  28. 9e9ceab file.c: move readahead parser to a separate file by Dmitry V. Levin · 10 years ago
  29. 6934182 file.c: move truncate, truncate64, ftruncate, and ftruncate64 parsers to a separate file by Dmitry V. Levin · 10 years ago
  30. 9b2f674 file.c: move chdir parser to a separate file by Dmitry V. Levin · 10 years ago
  31. 231b19f file.c: move link, linkat, unlinkat, and symlinkat parsers to a separate file by Dmitry V. Levin · 10 years ago
  32. 46245b3 file.c: move readlink and readlinkat parsers to a separate file by Dmitry V. Levin · 10 years ago
  33. 6d20a0b file.c: move renameat and renameat2 parsers to a separate file by Dmitry V. Levin · 10 years ago
  34. 2b7a53b file.c: move chown, fchown, and fchownat parsers to a separate file by Dmitry V. Levin · 10 years ago
  35. ad5cf1e file.c: move chmod, fchmod, and fchmodat parsers to a separate file by Dmitry V. Levin · 10 years ago
  36. 481e067 file.c: move utimes, futimesat, utimensat, and osf_utimes parsers to a separate file by Dmitry V. Levin · 10 years ago
  37. fb470f3 file.c: move utime parser to a separate file by Dmitry V. Levin · 10 years ago
  38. b1a01b8 Export sprinttime by Dmitry V. Levin · 10 years ago
  39. db23b34 file.c: move mknod, mknodat, and xmknod parsers to a separate file by Dmitry V. Levin · 10 years ago
  40. 9514ac7 file.c: export sprintmode and move it to a separate file by Dmitry V. Levin · 10 years ago
  41. a836430 file.c: move getcwd parser to a separate file by Dmitry V. Levin · 10 years ago
  42. 769ffe9 file.c: move *xattr parsers to a separate file by Dmitry V. Levin · 10 years ago
  43. 63f28dd file.c: move fadvise64 and fadvise64_64 parsers to a separate file by Dmitry V. Levin · 10 years ago
  44. 710b3ae file.c: move sync_file_range and sync_file_range2 parsers to a separate file by Dmitry V. Levin · 10 years ago
  45. 2795a5f file.c: move fallocate parser to a separate file by Dmitry V. Levin · 10 years ago
  46. 85a364a file.c: move swapon parser to a separate file by Dmitry V. Levin · 10 years ago
  47. 6355a1f Alias sys_mkdir and sys_mkdirat to sys_chmod and sys_fchmodat by Dmitry V. Levin · 10 years ago
  48. 681452b Remove unused <sys/acl.h> based code by Dmitry V. Levin · 10 years ago
  49. c62d49e Remove unused <sys/asynch.h> based code by Dmitry V. Levin · 10 years ago
  50. 22e34b9 Don't risk truncating open flags by using mode_t by Elliott Hughes · 10 years ago
  51. 9a0dd74 Move statfs related parsers to a separate file by Dmitry V. Levin · 10 years ago
  52. 4176d53 fsmagic: sort array by value and use bsearch for faster lookup by Dmitry V. Levin · 10 years ago
  53. 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
  54. 2ed2cc7 Move dirent related parsers to a separate file by Dmitry V. Levin · 10 years ago
  55. 68d6424 getdents, getdents64: fix potential out-of-bounds read issues by Dmitry V. Levin · 10 years ago
  56. 5b677ab renameat2: add decoding support by Mike Frysinger · 10 years ago
  57. 3c49b02 Fix preadv/pwritev offset decoding on bigendian architectures by Dmitry V. Levin · 10 years ago
  58. d04bb2b Fix delete_module decoding by Dmitry V. Levin · 11 years ago
  59. 64aa1b1 Decode paths associated with file descriptors returned by syscalls by Zubin Mithra · 11 years ago
  60. d35bdca Compress blank lines by Dmitry V. Levin · 11 years ago
  61. 63ebcfc xlat: cleanup the aftermath of automatic conversion by Dmitry V. Levin · 11 years ago
  62. 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 11 years ago
  63. 7845a42 Fix preadv/pwritev offset decoding by Dmitry V. Levin · 11 years ago
  64. 391c0d8 aarch64: Fix decoding of arm struct stat64 by Elliott Hughes · 11 years ago
  65. a07cfcc Fix stat decoding for LP64 bionic by Elliott Hughes · 11 years ago
  66. fb642bb Fix decoding of arm struct stat64 by aarch64 strace. by Elliott Hughes · 11 years ago
  67. 2f332e9 Cleanup inotify syscalls decoding by Dmitry V. Levin · 11 years ago
  68. 99db95d Implement fanotify_init and fanotify_mark decoding by Dmitry V. Levin · 11 years ago
  69. 5945273 Use XLAT_END macro by Dmitry V. Levin · 11 years ago
  70. bce0cc6 Use XLAT macro by Dmitry V. Levin · 11 years ago
  71. 5e74703 Decode the O_PATH flag by Mike Frysinger · 11 years ago
  72. 157f98a Define truncate64, ftruncate64, and getdents64 decoders unconditionally by Dmitry V. Levin · 11 years ago
  73. 18bce8c Assume "long long" availability by Dmitry V. Levin · 11 years ago
  74. 16b9dcf Add support for decoding sync_file_range by William Manley · 11 years ago
  75. 8e096c4 ARM OABI: fix 64-bit arguments decoding by Dmitry V. Levin · 12 years ago
  76. a32b683 printllval: fix 64bit unpacking on mips/o32 and xtensa by Mike Frysinger · 12 years ago
  77. 8d5f115 hppa: fix stat64 and fstat64 decoding by Dmitry V. Levin · 12 years ago
  78. a55b6b1 arm, aarch64, ppc: fix printllval-based decoders by Dmitry V. Levin · 12 years ago
  79. 0eeda2c x32: fix build regressions introduced by commit v4.7-96-g8435d67 by Dmitry V. Levin · 12 years ago
  80. 44f0ed1 Alias sys_*lstat* syscall printing functions by Dmitry V. Levin · 12 years ago
  81. bd2e28a x32: fix decoding of __old_kernel_stat based syscalls by Dmitry V. Levin · 12 years ago
  82. 68f80e6 Do not use struct dirent in readdir decoding by Dmitry V. Levin · 12 years ago
  83. 5198ed4 Open-code isprint(c) and isspace(c) by Denys Vlasenko · 12 years ago
  84. 8435d67 Remove code which supports systems with long long off_t. by Denys Vlasenko · 12 years ago
  85. 0612176 Use explicit long type instead of off_t by Denys Vlasenko · 12 years ago
  86. 86738a2 Merge two identical tables by Denys Vlasenko · 12 years ago
  87. 09a87ae Remove wrong x32-specific lseek by Denys Vlasenko · 12 years ago
  88. 782d90f Fix SEGV in lseek by Denys Vlasenko · 12 years ago
  89. 386b871 Comment inner workings of sys_[l]lseek by Denys Vlasenko · 12 years ago
  90. 9472a27 Remove unused / ambiguously used defines by Denys Vlasenko · 12 years ago
  91. 751acb3 Dying suddenly with abort() is rude, avoid if possible by Denys Vlasenko · 12 years ago
  92. 1f21513 Fix *xattr decoding by Dmitry V. Levin · 12 years ago
  93. ad232c6 Decode file type returned by getdents system call by Dmitry V. Levin · 12 years ago
  94. d33e72a Merge adjacent printing operations in a few places by Denys Vlasenko · 13 years ago
  95. 085e428 x32: add ia32 support by H.J. Lu · 13 years ago
  96. c933f27 Fix a problem with sys_lseek on x32 by H.J. Lu · 13 years ago
  97. 35be581 Add x32 support to strace by H.J. Lu · 13 years ago
  98. dd0130b Restore tcb::u_lrval; fix lseek on MIPS-n32 by H.J. Lu · 13 years ago
  99. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 13 years ago
  100. 88c63f2 Remove unused version of sys_lseek by Denys Vlasenko · 13 years ago