]> granicus.if.org Git - strace/history - mount.c
tests: use fixed socket address in net-yy-unix.test
[strace] / mount.c
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-25 Dmitry V. Levinmount: change flags type from unsigned long to kernel_u...
2016-12-25 Dmitry V. Levinprintstr: rename to printstrn, add printstr as a thin...
2016-05-16 Dmitry V. LevinFix printing of invalid flags argument of mount syscall
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-07-20 Dmitry V. Levinmount.c: make use of RVAL_DECODED
2015-07-20 Dmitry V. Levinmount.c: use printaddr
2015-06-16 Dmitry V. LevinUpdate mount flags constants
2015-06-16 Dmitry V. Levinmount: update parser to match kernel behaviour
2015-06-16 Dmitry V. Levinmount: robustify MS_MGC_VAL decoding
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2014-12-04 Dmitry V. LevinMove mount parser to a separate file