]> granicus.if.org Git - strace/history - mount.c
Use <asm/unistd.h> instead of <sys/syscall.h>
[strace] / mount.c
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