aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+8
* mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitlyDenys Vlasenko2016-09-271-8/+14
* mount: tweak "IPv6 scoped addr" commitDenys Vlasenko2016-09-261-3/+3
* libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko2016-09-261-0/+6
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko2016-06-201-1/+1
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-3/+3
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* mount: support "nofail" option. Closes 8551Denys Vlasenko2015-12-301-1/+9
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-5/+5
* mount: -T OTHERTAB supportIsaac Dunham2015-03-111-6/+108
* mount: whitespace fix. no code changesDenys Vlasenko2013-01-221-2/+2
* mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=Bernhard Reutner-Fischer2013-01-171-17/+35
* mount: add unc option to CIFS mount (needed for Linux 3.4+)Martin Santesson2013-01-161-1/+15
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-24/+24
* mount: support strictatime option. Closes 5240Denys Vlasenko2012-06-261-1/+9
* mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240Denys Vlasenko2012-06-221-2/+8
* mount: undo recent breakage when mount flags were made unsignedDenys Vlasenko2012-06-221-1/+1
* mount: set up RO loop device if mount -o ro. Closes 4784Denys Vlasenko2012-06-211-14/+15
* whitespace fixesDenys Vlasenko2012-04-201-3/+3
* mount: resolve hosts to IPs in nfs mountsDenys Vlasenko2011-11-101-1/+1
* mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+Denys Vlasenko2011-11-101-6/+41
* mount: support -o noaclDave Love2011-11-101-22/+30
* mount: handle list of comma-separated fs types in -t optionKarol Lewandowski2011-11-031-3/+12
* mount: free commented /etc/filesystems lines when we read itDenys Vlasenko2011-11-031-2/+3
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-0/+3
* losetup: implement -r option. Closes 4033.Denys Vlasenko2011-09-121-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* mount: for NFS use tcp per default rather than udpBernhard Reutner-Fischer2011-05-041-1/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+60
* mount: add --rbind option supportRoman Borisov2011-03-261-0/+2
* mount: rprivate option fixRoman Borisov2011-03-261-1/+1
* mount: strip multiple trailing slashes, not just oneDenys Vlasenko2011-02-281-1/+1
* mount: update /etc/mtab properly on mount --moveRoman Borisov2011-02-281-9/+67
* mount: ignore unknown mount options when remounting NFS mountsPeter Korsgaard2011-02-261-0/+3
* mount: fix wrong long option namessRoman Borisov2011-02-261-8/+8
* mount: pass NULL, not "", as "data" to mount syscall if we have no optsAlexander Shishkin2010-10-281-12/+22
* mount: code shrink (-81 bytes)Alexander Shishkin2010-10-221-41/+15
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-2/+2
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* mount: fix a case when sometimes error message is not printedDenys Vlasenko2010-06-271-3/+3
* mount: handle EDQUOT > 255 properly. closes bug 1579Denys Vlasenko2010-05-191-1/+9
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-2/+2
* *: gethostname-related fixesDenys Vlasenko2010-02-271-10/+6
* whitespace fixDenys Vlasenko2010-02-061-1/+0
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-3/+5
* mount: dont include NFS headers if not needed; drop support for Linux <2.2.0Denys Vlasenko2009-12-161-31/+36