summaryrefslogtreecommitdiffstats
path: root/libmount/src/tab_parse.c
Commit message (Expand)AuthorAgeFilesLines
* libmount: fix comment referring to passno fieldPatrick Steinhardt2019-08-201-1/+1
* libmount: return errno on failed fstab stat()Karel Zak2019-05-091-2/+3
* libmount: fix compiler warning [-Wsometimes-uninitialized]Karel Zak2019-04-151-1/+1
* libmount: fix memleak on parse errorsKarel Zak2019-04-151-3/+11
* libmount: don't use sscanf() for swaps parsingKarel Zak2019-04-081-46/+74
* libmount: don't use sscanf() for mountinfo parsingKarel Zak2019-04-081-91/+113
* libmount: don't use sscanf() for fstab parsingKarel Zak2019-04-081-67/+68
* libmount: cleanup licenses sections in the filesKarel Zak2018-08-161-4/+8
* lib/mangle: const quialifier cleanupKarel Zak2018-07-201-1/+1
* libmount: add missing constKarel Zak2018-07-201-1/+1
* libmount: use const char in swaps parserKarel Zak2018-07-201-1/+1
* libmount: use const char in mountinfo parserKarel Zak2018-07-201-2/+3
* libmount: use const char in fstab parserKarel Zak2018-07-201-19/+27
* libmount: (mountinfo) parse empty strings in sourceAlban Crequy2018-07-101-5/+28
* libmount: deallocate on /proc/swaps parse errorKarel Zak2018-03-201-5/+6
* libmount: make sure we deallocate on parse errorKarel Zak2018-03-201-2/+4
* libmount: fix access() utab write testKarel Zak2017-11-081-3/+4
* misc: Fix various typosSebastian Rasmussen2016-05-311-2/+2
* libmount: make kernel_fs_postparse() more robustKarel Zak2016-04-151-3/+5
* libmount: fix mnt_table_parse_stream() logicKarel Zak2016-04-151-1/+7
* tests: make tests more portable due to mtabKarel Zak2016-04-151-0/+2
* libmount: fix mnt_table_parse_mtab() logicKarel Zak2016-04-151-12/+21
* libmount: don't support /etc/mtab by defaultKarel Zak2016-04-141-7/+11
* libmount: improve conversion from root= to the devnameKarel Zak2016-03-151-9/+6Star
* Revert "include sysmacros.h where used"Karel Zak2016-03-081-1/+0Star
* include sysmacros.h where usedMike Frysinger2016-03-081-0/+1
* lib: move fopen_at() to fileutils.h, remove at.hRuediger Meier2016-03-071-1/+1
* lib: remove openat fallback functions (include/at.h)Ruediger Meier2016-03-071-4/+5
* libmount: fix mnt_table_is_fs_mounted() loopdev useKarel Zak2016-02-161-0/+1
* libmount: follow docs with parse-error callback return codeKarel Zak2015-10-151-1/+1
* libmount: fix compiler warning [-Wdiscarded-qualifiers]Karel Zak2015-08-311-1/+1
* libmount: handle arbitrary line length for mountsKarel Zak2015-08-271-32/+49
* libmount: remove assert(arg) from public functionsKarel Zak2015-02-161-13/+3Star
* libmount: add --enable-libmount-force-mountinfoKarel Zak2015-02-161-1/+4
* libmount: read utab always when read mtab from /procKarel Zak2015-02-121-2/+19
* maint: fix shadow declarationSami Kerola2015-01-071-3/+3
* libmount: reuse allocated fs in parserKarel Zak2014-11-191-7/+15
* libmount: use new debug functionsKarel Zak2014-03-211-24/+24
* umount: don't use mountinfo if possibleKarel Zak2014-03-031-26/+36
* libmount: make the mountinfo parser more robustKarel Zak2014-02-171-10/+11
* libmount: accept (deleted) path suffix in mountinfo fileKarel Zak2014-02-171-0/+10
* libmount: fix scanf format string [coverity scan]Karel Zak2014-01-141-4/+4
* strutils: add skip_space() functionOndrej Oprala2013-11-081-13/+4Star
* libmount: add reference counter to libmnt_tableKarel Zak2013-08-211-3/+3
* libmount: add reference counting to libmount_fsKarel Zak2013-08-211-1/+2
* libmount: fix typosOndrej Oprala2013-08-051-26/+26
* libmount: change tailing to trailing in *_tailing_comments functionsOndrej Oprala2013-08-011-2/+2
* libmount: add functions to handle comments in fs tablesOndrej Oprala2013-07-031-1/+93
* libmount: fix mount.nfs segfault, rely on assert() rather than on nonnullKarel Zak2013-04-121-3/+5
* libmount: use O_CLOEXECKarel Zak2013-04-031-4/+4