- 22e34b9 Don't risk truncating open flags by using mode_t by Elliott Hughes · 10 years ago
- 9a0dd74 Move statfs related parsers to a separate file by Dmitry V. Levin · 10 years ago
- 4176d53 fsmagic: sort array by value and use bsearch for faster lookup by Dmitry V. Levin · 10 years ago
- 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
- 2ed2cc7 Move dirent related parsers to a separate file by Dmitry V. Levin · 10 years ago
- 68d6424 getdents, getdents64: fix potential out-of-bounds read issues by Dmitry V. Levin · 10 years ago
- 5b677ab renameat2: add decoding support by Mike Frysinger · 10 years ago
- 3c49b02 Fix preadv/pwritev offset decoding on bigendian architectures by Dmitry V. Levin · 10 years ago
- d04bb2b Fix delete_module decoding by Dmitry V. Levin · 11 years ago
- 64aa1b1 Decode paths associated with file descriptors returned by syscalls by Zubin Mithra · 11 years ago
- d35bdca Compress blank lines by Dmitry V. Levin · 11 years ago
- 63ebcfc xlat: cleanup the aftermath of automatic conversion by Dmitry V. Levin · 11 years ago
- 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 11 years ago
- 7845a42 Fix preadv/pwritev offset decoding by Dmitry V. Levin · 11 years ago
- 391c0d8 aarch64: Fix decoding of arm struct stat64 by Elliott Hughes · 11 years ago
- a07cfcc Fix stat decoding for LP64 bionic by Elliott Hughes · 11 years ago
- fb642bb Fix decoding of arm struct stat64 by aarch64 strace. by Elliott Hughes · 11 years ago
- 2f332e9 Cleanup inotify syscalls decoding by Dmitry V. Levin · 11 years ago
- 99db95d Implement fanotify_init and fanotify_mark decoding by Dmitry V. Levin · 11 years ago
- 5945273 Use XLAT_END macro by Dmitry V. Levin · 11 years ago
- bce0cc6 Use XLAT macro by Dmitry V. Levin · 11 years ago
- 5e74703 Decode the O_PATH flag by Mike Frysinger · 11 years ago
- 157f98a Define truncate64, ftruncate64, and getdents64 decoders unconditionally by Dmitry V. Levin · 11 years ago
- 18bce8c Assume "long long" availability by Dmitry V. Levin · 11 years ago
- 16b9dcf Add support for decoding sync_file_range by William Manley · 11 years ago
- 8e096c4 ARM OABI: fix 64-bit arguments decoding by Dmitry V. Levin · 12 years ago
- a32b683 printllval: fix 64bit unpacking on mips/o32 and xtensa by Mike Frysinger · 12 years ago
- 8d5f115 hppa: fix stat64 and fstat64 decoding by Dmitry V. Levin · 12 years ago
- a55b6b1 arm, aarch64, ppc: fix printllval-based decoders by Dmitry V. Levin · 12 years ago
- 0eeda2c x32: fix build regressions introduced by commit v4.7-96-g8435d67 by Dmitry V. Levin · 12 years ago
- 44f0ed1 Alias sys_*lstat* syscall printing functions by Dmitry V. Levin · 12 years ago
- bd2e28a x32: fix decoding of __old_kernel_stat based syscalls by Dmitry V. Levin · 12 years ago
- 68f80e6 Do not use struct dirent in readdir decoding by Dmitry V. Levin · 12 years ago
- 5198ed4 Open-code isprint(c) and isspace(c) by Denys Vlasenko · 12 years ago
- 8435d67 Remove code which supports systems with long long off_t. by Denys Vlasenko · 12 years ago
- 0612176 Use explicit long type instead of off_t by Denys Vlasenko · 12 years ago
- 86738a2 Merge two identical tables by Denys Vlasenko · 12 years ago
- 09a87ae Remove wrong x32-specific lseek by Denys Vlasenko · 12 years ago
- 782d90f Fix SEGV in lseek by Denys Vlasenko · 12 years ago
- 386b871 Comment inner workings of sys_[l]lseek by Denys Vlasenko · 12 years ago
- 9472a27 Remove unused / ambiguously used defines by Denys Vlasenko · 12 years ago
- 751acb3 Dying suddenly with abort() is rude, avoid if possible by Denys Vlasenko · 12 years ago
- 1f21513 Fix *xattr decoding by Dmitry V. Levin · 12 years ago
- ad232c6 Decode file type returned by getdents system call by Dmitry V. Levin · 12 years ago
- d33e72a Merge adjacent printing operations in a few places by Denys Vlasenko · 13 years ago
- 085e428 x32: add ia32 support by H.J. Lu · 13 years ago
- c933f27 Fix a problem with sys_lseek on x32 by H.J. Lu · 13 years ago
- 35be581 Add x32 support to strace by H.J. Lu · 13 years ago
- dd0130b Restore tcb::u_lrval; fix lseek on MIPS-n32 by H.J. Lu · 13 years ago
- 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 13 years ago
- 88c63f2 Remove unused version of sys_lseek by Denys Vlasenko · 13 years ago
- 0c163c4 Simplify sys_lseek64 conditional compilation. by Denys Vlasenko · 13 years ago
- 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 13 years ago
- a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
- ad0c01e Ensure that SWAP_FLAG_* constants are defined by Dmitry V. Levin · 13 years ago
- 33d2476 Enhance *listxattr syscalls decoding by Dmitry V. Levin · 13 years ago
- 7989ad4 Fix *at syscalls flags decoding by Dmitry V. Levin · 13 years ago
- 371e153 Fix linkat flags decoding by Dmitry V. Levin · 13 years ago
- ab1a70c Correct inotify_rm_watch decoder by Dmitry V. Levin · 13 years ago
- 531af48 Alias sys_fsync to sys_close by Dmitry V. Levin · 13 years ago
- 8829365 swapon: decode swap flags by Dmitry V. Levin · 13 years ago
- 1945ccc Assorted trivial optimizations by Denys Vlasenko · 13 years ago
- b237b1b Style fixes, no code changes by Denys Vlasenko · 13 years ago
- e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
- aa925db Remove a few more code parts which are unused on Linux by Denys Vlasenko · 13 years ago
- c36c352 Fix defined(FOO) style by Denys Vlasenko · 13 years ago
- 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 13 years ago
- ed720fd Automated removal of non-Linux code by Denys Vlasenko · 13 years ago
- a13b3fe Define old stat functions only if needed by H.J. Lu · 13 years ago
- 4f3df07 Simple optimizations by Denys Vlasenko · 13 years ago
- 3449ae8 Fix readlink result display - was printing bogus "..." semi-randomly by Denys Vlasenko · 13 years ago
- 7d55801 Add support for compat_statfs64 by Andreas Schwab · 13 years ago
- 000d66f Add support for statfs64.f_flags by Andreas Schwab · 13 years ago
- ad178c0 Remove redundant parsers by Dmitry V. Levin · 13 years ago
- 79a79ea Roll back "die on malloc failure" behaviour a bit by Denys Vlasenko · 13 years ago
- 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
- 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
- 1d46ba5 Make out-of-memory handling more uniform by Denys Vlasenko · 13 years ago
- 5284557 Optimization: eliminate some usages of strcat() by Denys Vlasenko · 13 years ago
- 5d64581 Improve code readability by avoiding assignments inside if() by Denys Vlasenko · 13 years ago
- 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
- b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 14 years ago
- 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 14 years ago
- 1e1405a Fix decoding of inotify_init1() flags by Sebastian Pipping · 14 years ago
- d475c06 Fix struct xlat initialization bugs by Dmitry V. Levin · 14 years ago
- e9a06b7 sparc: fix compilation warning by Dmitry V. Levin · 14 years ago
- d69fa49 Add biarch support for powerpc64 by Andreas Schwab · 14 years ago
- bab8940 Hook up inotify_init1 open mode flags printer by Mark Wielaard · 15 years ago
- 9906e6d Fix handling of Linux systems without struct statfs64 by Bernhard Reutner-Fischer · 15 years ago
- b5600fc Factor out printing of 64bit syscall argument by Andreas Schwab · 15 years ago
- d45f0a6 Correct decoding of readahead and fadvice64(_64) on PowerPC by Andreas Schwab · 15 years ago
- ff896f7 * file.c (printstat64): Cleanup trailing whitespace. by Dmitry V. Levin · 15 years ago
- 61b7435 Fix decoding of newfstatat syscall on x86-64 by Andreas Schwab · 15 years ago
- 229738c Avoid malloc(0) in getdents parsers by Mike Frysinger · 15 years ago
- 896db21 Fix fadvise64 decoding on ARM by Kirill A. Shutemov · 15 years ago
- 4bcd5ef * bjm.c (sys_query_module): Fix format warning reported by by Dmitry V. Levin · 16 years ago
- 4e718b5 * strace.c (printstatsol, printstat_sparc64): by Denys Vlasenko · 16 years ago
- e740fd3 * file.c (print_dirfd): Use int for file descriptor, not a long. by Denys Vlasenko · 16 years ago
- 1d63246 * signal.c: Whitespace, comment, and style fixes, no code changes. by Denys Vlasenko · 16 years ago
- eedaac7 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. by Denys Vlasenko · 16 years ago