summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-04po: add gl.po (from translationproject.org)Fran DiƩguez1-0/+11546
2011-01-04po: update vi.po (from translationproject.org)Clytie Siddall1-2694/+2044
2011-01-04po: update pl.po (from translationproject.org)Jakub Bogusz1-2435/+1698
2011-01-04po: update nl.po (from translationproject.org)Benno Schulenberg1-2420/+1700
2011-01-04po: update ja.po (from translationproject.org)Makoto Kato1-2512/+1858
2011-01-04po: update hu.po (from translationproject.org)Gabor Kelemen1-3022/+1915
2011-01-04po: update fr.po (from translationproject.org)Milan Bouchet-Valat1-2997/+2061
2011-01-04remove duplicate includesKarel Zak8-14/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-04agetty: use ignore_result() or write(1, ...)Karel Zak1-13/+15
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-04lib: [c] add ignore_result()Karel Zak1-0/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-04docs: fix typos in man pagesKarel Zak3-7/+7
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=664458 Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=664294 Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=664182 Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-04findmnt: add --submounts optionKarel Zak4-33/+91
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-04libmount: cleanup API and docsKarel Zak16-291/+247
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03mount: use verbose info for HAVE_LIBMOUNT_MOUNT onlyKarel Zak1-1/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: use findmnt(8) for remount testKarel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: use findmnt(8) for mount --move testKarel Zak1-8/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03mount: improve verbose infoKarel Zak1-25/+29
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: fix tab_update test programKarel Zak1-1/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: refresh libmount fstab parser testsKarel Zak6-6/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: fix strtosize() testKarel Zak5-40/+65
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03findmnt: add MAJ:MINKarel Zak1-3/+21
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libblkid: support LIBBLKID_DEBUG= env.Karel Zak1-1/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03lib: [env] consolidate safe_getenv() usageKarel Zak8-70/+54
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: cleanup mount.symKarel Zak1-13/+55
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: cleanup lock APIKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: cleanup context APIKarel Zak3-17/+8
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: don't export some cache.c filesKarel Zak3-21/+7
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: better work with mtab optionsKarel Zak9-18/+159
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: check for mtabKarel Zak2-1/+7
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03umount: add HAVE_LIBMOUNT_MOUNT codeKarel Zak1-0/+12
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03mount: rewrite HAVE_LIBMOUNT_MOUNT codeKarel Zak1-26/+70
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03mount: add mnt_init_debug()Karel Zak3-1/+9
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: don't use NULL pointer in mntenvKarel Zak1-0/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03losetup: remove unnecessary fstab.h includeKarel Zak1-1/+0
The file is necessary for mount(8) only and should not be used in the generic sundries.c. utils. Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03mount: use libmount for mtab/utab updatesKarel Zak4-4/+82
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: fix mount.h includesKarel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: clean mnt_update_* target usageKarel Zak2-17/+26
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: cleanup MS_RDONLY usageand mnt_update_* symbolsKarel Zak6-27/+115
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03tests: add libmount utab testsKarel Zak8-0/+130
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: minor fixesKarel Zak6-6/+10
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03findmnt: use new libmount functionsKarel Zak1-3/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: use separate buffer for userspace options, add mount attributesKarel Zak21-447/+800
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03mount: read mtab by libmountKarel Zak1-1/+47
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03build-sys: add --enable-libmount-mountKarel Zak3-0/+35
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add mntent.h compatible stuffKarel Zak3-15/+100
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: cleanup mangle() usageKarel Zak4-17/+14
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: minor fixes in cache.cKarel Zak1-2/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: remove utab from API, update testsKarel Zak14-125/+166
The utab file is private libmount stuff. Anything about utab should not be exported by library API. Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: fix to work with btrfs subvolume user mountsKarel Zak5-21/+31
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: use better format for utab, improve bind mountsKarel Zak12-122/+285
Signed-off-by: Karel Zak <kzak@redhat.com>