]> granicus.if.org Git - strace/history - statfs.c
Add PAF_ARRAY_TRUNCATED flag for print_array_ex
[strace] / statfs.c
2018-12-24 Dmitry V. LevinAdd copyright headers to some files that lack them
2016-04-26 Dmitry V. LevinFix decoding of statfs family syscalls
2016-04-25 Dmitry V. Levinalpha: fix decoding of osf_statfs and osf_fstatfs syscalls
2016-04-25 Dmitry V. Levinstatfs: print f_flags field only when ST_VALID flag...
2016-04-25 Dmitry V. Levinstatfs: decode f_flags field of struct statfs
2016-04-25 Zev Weissstatfs: don't quote f_type macro names
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-07-16 Dmitry V. Levinstatfs.c: use umove_or_printaddr
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-30 Dmitry V. LevinUse macros for gcc attributes
2015-03-18 Dmitry V. Levinaarch64, arm: decode extra padded compat struct statfs64
2015-03-18 Elliott HughesShow f_flags field in printstatfs
2015-03-02 Dmitry V. Levinaarch64, x32: fix decoding of compat personality statfs...
2015-02-26 Dmitry V. Levinalpha: fix statfs decoding
2015-01-08 Dmitry V. LevinUse AC_CHECK_TYPES to check for struct statfs64
2014-09-22 Dmitry V. LevinMove statfs related parsers to a separate file