summaryrefslogtreecommitdiff
path: root/shlibs/mount
AgeCommit message (Expand)AuthorFilesLines
2011-01-22libmount: rename mount.h to libmount.hKarel Zak7-9/+10
2011-01-22libmount: split mnt_context_do_mount()Karel Zak6-22/+108
2011-01-19libmount: add mnt_context_is_* functionsKarel Zak3-1/+111
2011-01-18libmount: cleanup internal APIKarel Zak1-1/+0
2011-01-13libmount: improve fstab/mtab options usageKarel Zak3-53/+71
2011-01-10libmount: add mount(8) sampleKarel Zak5-1/+432
2011-01-10libmount: properly canonicalize source and targetKarel Zak6-21/+68
2011-01-04remove duplicate includesKarel Zak3-5/+0
2011-01-04libmount: cleanup API and docsKarel Zak16-291/+247
2011-01-03libmount: fix tab_update test programKarel Zak1-1/+3
2011-01-03lib: [env] consolidate safe_getenv() usageKarel Zak3-36/+7
2011-01-03libmount: cleanup mount.symKarel Zak1-13/+55
2011-01-03libmount: cleanup lock APIKarel Zak1-1/+1
2011-01-03libmount: cleanup context APIKarel Zak3-17/+8
2011-01-03libmount: don't export some cache.c filesKarel Zak3-21/+7
2011-01-03libmount: better work with mtab optionsKarel Zak9-18/+159
2011-01-03libmount: don't use NULL pointer in mntenvKarel Zak1-0/+5
2011-01-03mount: use libmount for mtab/utab updatesKarel Zak1-1/+0
2011-01-03libmount: fix mount.h includesKarel Zak1-0/+1
2011-01-03libmount: clean mnt_update_* target usageKarel Zak2-17/+26
2011-01-03libmount: cleanup MS_RDONLY usageand mnt_update_* symbolsKarel Zak6-27/+115
2011-01-03libmount: minor fixesKarel Zak5-5/+10
2011-01-03libmount: use separate buffer for userspace options, add mount attributesKarel Zak11-375/+702
2011-01-03libmount: add mntent.h compatible stuffKarel Zak3-15/+100
2011-01-03libmount: cleanup mangle() usageKarel Zak1-5/+9
2011-01-03libmount: minor fixes in cache.cKarel Zak1-2/+3
2011-01-03libmount: remove utab from API, update testsKarel Zak8-118/+125
2011-01-03libmount: fix to work with btrfs subvolume user mountsKarel Zak5-21/+31
2011-01-03libmount: use better format for utab, improve bind mountsKarel Zak8-106/+270
2011-01-03libmount: fix utab file and dir modes, add new debug messagesKarel Zak5-9/+32
2011-01-03tests: improve libmount context mount and umount testKarel Zak1-0/+4
2011-01-03libmount: add new debug messages, fix umount return codeKarel Zak2-4/+18
2011-01-03libmount: fix context mount testKarel Zak3-39/+20
2011-01-03libmount: fix mnt_optstr_remove_option_at()Karel Zak1-1/+3
2011-01-03libmount: support /{proc,etc}/filesystemsKarel Zak7-39/+241
2011-01-03libmount: add debug messages and fix typos in tab_updateKarel Zak3-13/+32
2011-01-03libmount: rewrite updateKarel Zak8-1010/+693
2011-01-03libmount: fix Makefile and testsKarel Zak1-1/+1
2011-01-03libmount: improve function for work with mtab pathsKarel Zak2-112/+122
2011-01-03libmount: fix comment for mnt_unlock_file()Karel Zak1-1/+1
2011-01-03libmount: add functions get mtab/utab pathsKarel Zak1-37/+46
2011-01-03libmount: allow to overwrite mtab/fstab pathsKarel Zak7-62/+140
2011-01-03libmount: add LIBMOUNT_{MTAB,FSTAB}Karel Zak2-11/+17
2011-01-03tests: add libmount lock testKarel Zak1-9/+44
2011-01-03tests: add libmount tab_parse.c testsKarel Zak1-10/+1
2011-01-03libmount: cleanup fstab parser, improve mnt_tab errcb usageKarel Zak4-20/+51
2011-01-03libmount: fix mnt_optstr_apply_flags() to work with optional variablesKarel Zak1-5/+6
2011-01-03tests: use {src,build}dir variables for testsKarel Zak1-1/+1
2011-01-03libmount: improve assert() and DBG() usageKarel Zak5-31/+99
2011-01-03libmount: add umount(2) supportKarel Zak6-91/+709