summaryrefslogtreecommitdiff
path: root/mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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