summaryrefslogtreecommitdiffstats
path: root/libmount/src
Commit message (Expand)AuthorAgeFilesLines
* libmount: special treatment for auto in fstype patternKarel Zak2014-06-233-28/+61
* libmount: don't touch mtab when mount -n specifiedKarel Zak2014-06-174-16/+73
* Only move shared libraries to /lib if they existsThomas Petazzoni2014-06-161-1/+1
* lib/fileutils: add stripoff_last_component() from libmountKarel Zak2014-06-093-16/+1Star
* lib/fileutils: add mkdir_p() from libmountKarel Zak2014-06-092-37/+2Star
* docs: rename libs xml/version.xml to xml/version-utils.xmlKarel Zak2014-06-031-1/+1
* build-sys: fix .h.in usage in libblkid and libmountKarel Zak2014-04-071-1/+1
* mount: apply "nofail" to MNT_ERR_NOSOURCE libmount errorKarel Zak2014-04-071-0/+5
* libmount: silence some docs warningsOndrej Oprala2014-03-282-2/+2
* libmount: use new debug functionsKarel Zak2014-03-2116-348/+291Star
* clean up redundant macros and definesOndrej Oprala2014-03-133-12/+2Star
* libmount: further debug.h integrationOndrej Oprala2014-03-132-15/+6Star
* libmount: use macros from include/debug.hOndrej Oprala2014-03-122-8/+5Star
* libmount: add statfs_magic.hKarel Zak2014-03-061-74/+74
* libmount: define BTRFS_TEST_MAGIC if missingBernhard Voelker2014-03-051-0/+3
* build-sys: don't connect _DEPENDENCIES and _LIBADDKarel Zak2014-03-051-1/+2
* libmount: cgroup magic already definedKarel Zak2014-03-031-3/+0Star
* umount: don't use mountinfo if possibleKarel Zak2014-03-035-31/+242
* libmount: FS id and parent ID could be zeroKarel Zak2014-02-201-8/+4Star
* libmount: initialize *root to NULL in mnt_table_get_root_fsThomas Bächler2014-02-171-0/+2
* 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
* include/c.h: prefer nanosleep() over usleep()Karel Zak2014-01-241-2/+2
* libmount: fix scanf format string [coverity scan]Karel Zak2014-01-141-4/+4
* libmount: add mnt_table_uniq_fs()Karel Zak2013-12-113-14/+157
* libmount: add efivarfs to the list of pseudo filesystemsKarel Zak2013-12-101-1/+2
* libmount: add mnt_tag_is_valid()Karel Zak2013-11-193-0/+22
* libmount: cleanup fix_optstr() regards to selinux and smackKarel Zak2013-11-121-19/+47
* libmount: fix typo in smack pathKarel Zak2013-11-121-1/+1
* libmount: remove smackfs* option when SMACK not enabledKarel Zak2013-11-121-0/+22
* strutils: add skip_space() functionOndrej Oprala2013-11-081-13/+4Star
* libmount: update utab after successful extern helper mountKarel Zak2013-11-043-10/+84
* libmount: allow to use -s (sloppy) for all external helpersKarel Zak2013-11-041-6/+1Star
* libmount: fix mnt_context_is_child() commentKarel Zak2013-10-111-1/+4
* libmount: Fix typo in commentNamhyung Kim2013-10-111-2/+2
* libmount: remove dead code [coverity scan]Karel Zak2013-10-011-1/+1
* libmount: make mnt_table_replace_file() more robust [coverity scan]Karel Zak2013-10-011-1/+13
* libmount: Save errno if mkostemp() failedNamhyung Kim2013-09-301-1/+3
* libmount: update docsKarel Zak2013-09-273-4/+4
* libmount: small cleanup in umount codeKarel Zak2013-09-272-3/+6
* libmount: compose mount.<type> helpers paths more carefullyKarel Zak2013-09-261-0/+1
* libmount: make mnt_fs_{ap,pre}pend_options() more robustKarel Zak2013-09-261-0/+6
* libmount: Remove stale comment on mnt_context_mount()Namhyung Kim2013-09-261-5/+0Star
* libmount: Set each optstr's to NULL if failedNamhyung Kim2013-09-261-3/+9
* libmount: Free splitted optstr's when error occurredNamhyung Kim2013-09-261-1/+5
* libmount: Get rid of an unnecessary checkNamhyung Kim2013-09-261-1/+1
* libmount: free username after checkDave Reisner2013-09-201-0/+2
* libmount: use memmove when overlap possibleDave Reisner2013-09-201-1/+1
* lib: rename time-util.c to timeutils.c, fix headersKarel Zak2013-09-101-0/+1
* lib/strutils: move *swith() functions to private librarySami Kerola2013-08-294-36/+2Star