summaryrefslogtreecommitdiff
path: root/mount.c
Commit message (Expand)AuthorAgeFilesLines
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-1/+1
* mount: change flags type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-251-2/+2
* printstr: rename to printstrn, add printstr as a thin wrapperDmitry V. Levin2016-12-251-2/+2
* Fix printing of invalid flags argument of mount syscallDmitry V. Levin2016-05-161-1/+1
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+32
* mount.c: make use of RVAL_DECODEDDmitry V. Levin2015-07-201-44/+43
* mount.c: use printaddrDmitry V. Levin2015-07-201-4/+4
* Update mount flags constantsDmitry V. Levin2015-06-161-29/+2
* mount: update parser to match kernel behaviourDmitry V. Levin2015-06-161-1/+2
* mount: robustify MS_MGC_VAL decodingDmitry V. Levin2015-06-161-5/+15
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-2/+1
* Move mount parser to a separate fileDmitry V. Levin2014-12-041-0/+72