aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* inetd,mount: add comment with example of flags to build with libtirpcDenys Vlasenko2018-02-131-1/+5
* build system: remove unused CONFIG_FEATURE_HAVE_RPCDenys Vlasenko2017-08-141-1/+0
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-4/+8
* config: more tweaking of help textsDenys Vlasenko2017-07-271-3/+3
* swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABELDenys Vlasenko2017-07-271-1/+0
* config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-271-2/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-31/+31
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* inetd,mount: do not die if uclibc without RPC is detectedDenys Vlasenko2017-07-101-1/+2
* mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko2017-03-161-1/+20
* libbb: match_fstype() is unreadable in the extreme, fixing itDenys Vlasenko2017-01-301-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-1/+1
* 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