summaryrefslogtreecommitdiffstats
path: root/mount-deprecated
Commit message (Collapse)AuthorAgeFilesLines
* mount: (deprecated) fix typo tailed->failedYuri Chornoivan2013-06-071-1/+1
| | | | Signed-off-by: Yuri Chornoivan <yurchor@ukr.net>
* mount: (deprecated) check loopcxt_ return valuesKarel Zak2013-04-251-4/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: (deprecated) remove duplicate xstrndup()Karel Zak2013-04-252-15/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* a pointer should not be compared to zero [coccinelle]Sami Kerola2013-02-061-1/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* textual: spell and encode the name of Arkadiusz Miśkiewicz correctlyBenno Schulenberg2013-02-063-3/+3
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* mount: remove ext4 journal=update from man pageKarel Zak2013-01-301-3/+0Star
| | | | | | | | It's already unsupported. References: http://patchwork.ozlabs.org/patch/123291/ Reported-by: Roman Žilka <roman.zilka@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* textual: use UTIL_LINUX_VERSION everywhereKarel Zak2013-01-251-2/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* textual: standardize reporting of program name plus package versionBenno Schulenberg2013-01-251-1/+2
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* mount: (deprecated) drop --guess-fstypeKarel Zak2012-11-261-13/+0Star
| | | | | | The option is undocumented and unnecessary. Signed-off-by: Karel Zak <kzak@redhat.com>
* include/c: move usleep() fallback to c.hKarel Zak2012-10-221-1/+1
| | | | | | To make it available everywhere in code. Signed-off-by: Karel Zak <kzak@redhat.com>
* fix bold style of man page referencesMike Frysinger2012-10-092-3/+3
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* mount: fix a few typosMike Frysinger2012-10-021-10/+10
| | | | | | Nothing of note here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* mount: losetup: remove obsolete encryption supportLudwig Nussel2012-09-112-29/+6Star
| | | | | | | | | | | | | | | kernel cryptoloop is deprecated since ages and support for cryptoloop in util-linux is incomplete/broken. - no password hashing - last 8 bit of key are always set to zero - no binary keys possible (stops reading key at \n and \0) In the past some Distros added the above features with patches. So remove cryptoloop support from util-linux completely to make sure people won't try using it. Signed-off-by: Ludwig Nussel <ludwig.nussel@suse.de> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: always use default $(LDADD)Karel Zak2012-07-091-4/+4
| | | | | | | | The global variable $(LDADD) is always used if program_LDADD is not specified. Let's use $LDADD everywhere to avoid exceptions for people who need to specify global $LDADD. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: cleanup .gitignore filesKarel Zak2012-06-261-3/+0Star
| | | | | | | - move all binaries to top-level .gitignore - remove unnecessary */.gitignore files Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert lib/ to libcommon.laKarel Zak2012-06-261-38/+26Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: (old) remove hybrid libmount codeKarel Zak2012-06-265-229/+2Star
| | | | | | | | | | | | | The hybrid version with old mount and new mtab management from libmount is not more supported. Only two versions are supported: 1/ old mount in mount-deprecated/, --enable-deprecated-mount 2/ new sys-utils/mount.c, enabled by default Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: default to new sys-utils/mount.c, add --enable-deprecated-mountKarel Zak2012-06-261-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: (old) remove mtab lock testKarel Zak2012-06-261-135/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert mount/ to module, rename to mount-deprecated/Karel Zak2012-06-2619-0/+8853
Signed-off-by: Karel Zak <kzak@redhat.com>