summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libmount: fix Makefile and testsKarel Zak2011-01-032-8/+1Star
* libmount: improve function for work with mtab pathsKarel Zak2011-01-032-112/+122
* libmount: fix comment for mnt_unlock_file()Karel Zak2011-01-031-1/+1
* libmount: add functions get mtab/utab pathsKarel Zak2011-01-031-37/+46
* tests: add libmount mtab update testKarel Zak2011-01-038-0/+83
* libmount: allow to overwrite mtab/fstab pathsKarel Zak2011-01-037-62/+140
* tests: add quoted optstrKarel Zak2011-01-032-2/+6
* tests: improve subtests initializationKarel Zak2011-01-031-9/+23
* libmount: add LIBMOUNT_{MTAB,FSTAB}Karel Zak2011-01-032-11/+17
* tests: add libmount lock testKarel Zak2011-01-034-9/+83
* tests: add libmount utils.c testsKarel Zak2011-01-0321-5/+100
* tests: add libmount tags testsKarel Zak2011-01-037-0/+122
* tests: add libmount mtab testsKarel Zak2011-01-034-0/+81
* tests: add libmount tab_parse.c testsKarel Zak2011-01-0312-12/+501
* libmount: cleanup fstab parser, improve mnt_tab errcb usageKarel Zak2011-01-034-20/+51
* tests: add libmount optstr.c testsKarel Zak2011-01-0320-0/+111
* libmount: fix mnt_optstr_apply_flags() to work with optional variablesKarel Zak2011-01-031-5/+6
* tests: use {src,build}dir variables for testsKarel Zak2011-01-032-35/+37
* libmount: improve assert() and DBG() usageKarel Zak2011-01-035-31/+99
* libmount: add umount(2) supportKarel Zak2011-01-036-91/+709
* libmount: add mnt_context_get_{fstab,mtab}()Karel Zak2011-01-033-40/+91
* libmount: add mnt_tab_find_pair()Karel Zak2011-01-033-16/+85
* libmount: allows to swap source and targetKarel Zak2011-01-033-164/+149Star
* libmount: cleanup mount.hKarel Zak2011-01-031-38/+33Star
* libmount: split context.cKarel Zak2011-01-035-834/+909
* libmount: cleanup helpers supportKarel Zak2011-01-031-114/+117
* libmount: rewrite mountinfo/fstab parsers to use sscanf()Karel Zak2011-01-033-212/+93Star
* libmount: fix mount helpers callKarel Zak2011-01-031-24/+115
* libmount: update mtab after mount(2)Karel Zak2011-01-031-7/+52
* libmount: always store rw/ro flags to mtabKarel Zak2011-01-031-15/+52
* libmount: update mount.symKarel Zak2011-01-032-4/+4
* libmount: extend mnt_update_* APIKarel Zak2011-01-033-1/+61
* libmount: add mount(2) and /sbin/mount.<type> supportKarel Zak2011-01-034-41/+281
* libmount: add mtab managment to context APIKarel Zak2011-01-033-7/+77
* libmount: use attribute __format__ for debug routinesKarel Zak2011-01-034-6/+9
* libmount: add FS detectionKarel Zak2011-01-035-29/+151
* libmount: better permissions and optstr evaliationKarel Zak2011-01-031-67/+155
* libmount: add DBG() to optstr.cKarel Zak2011-01-031-3/+25
* libmount: minor cleanup in optstr.cKarel Zak2011-01-031-7/+7
* libmount: add mnt_optstr_fix_userKarel Zak2011-01-033-1/+43
* libmount: clean up mountflags usageKarel Zak2011-01-034-56/+178
* libmount: improve parsers return codesKarel Zak2011-01-034-142/+191
* libmount: rewrite optstr translationKarel Zak2011-01-035-139/+268
* libmount: implement mnt_context_subst_optstr()Karel Zak2011-01-032-25/+66
* libmount: add routines for uid=, git= and context= translationKarel Zak2011-01-033-0/+205
* libmount: add utils for work with uid/gidKarel Zak2011-01-032-0/+46
* libmount: add first part of high-level APIKarel Zak2011-01-032-0/+1128
* libmount: cleanup mount.symKarel Zak2011-01-031-38/+3Star
* libmount: add mnt_contextKarel Zak2011-01-031-0/+7
* libmount: add mnt_optstr_get_userspace_mountflags()Karel Zak2011-01-034-26/+86