aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c
AgeCommit message (Expand)Author
2020-12-25mount: Surround syslog.h with the config checkLauri Kasanen
2020-12-09mount: fix incorrect "success" exitcode if loop device setup failsDenys Vlasenko
2020-12-06mount: implement -o nosymfollow, remove bogus -o unionDenys Vlasenko
2020-12-06mount: add -o nostrictatime and -o [no]lazytimeDenys Vlasenko
2020-12-05mount: do not guess mount as NFS if "hostname:" contains slashesDenys Vlasenko
2020-12-02mount: do not guess bind mounts as nfsDenys Vlasenko
2020-11-30mount: make filesystems[] array byte-alignedDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-10-06avoid using strok - eliminates use of hidden global variableDenys Vlasenko
2020-10-01mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-14style fix, no code changesDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-02-13inetd,mount: add comment with example of flags to build with libtirpcDenys Vlasenko
2017-08-14build system: remove unused CONFIG_FEATURE_HAVE_RPCDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-27config: more tweaking of help textsDenys Vlasenko
2017-07-27swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABELDenys Vlasenko
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-10inetd,mount: do not die if uclibc without RPC is detectedDenys Vlasenko
2017-03-16mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko
2017-01-30libbb: match_fstype() is unreadable in the extreme, fixing itDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko
2016-09-27mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitlyDenys Vlasenko
2016-09-26mount: tweak "IPv6 scoped addr" commitDenys Vlasenko
2016-09-26libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-06-20randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-12-30mount: support "nofail" option. Closes 8551Denys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-03-11mount: -T OTHERTAB supportIsaac Dunham
2013-01-22mount: whitespace fix. no code changesDenys Vlasenko
2013-01-17mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=Bernhard Reutner-Fischer
2013-01-16mount: add unc option to CIFS mount (needed for Linux 3.4+)Martin Santesson
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-06-26mount: support strictatime option. Closes 5240Denys Vlasenko
2012-06-22mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240Denys Vlasenko
2012-06-22mount: undo recent breakage when mount flags were made unsignedDenys Vlasenko
2012-06-21mount: set up RO loop device if mount -o ro. Closes 4784Denys Vlasenko
2012-04-20whitespace fixesDenys Vlasenko
2011-11-10mount: resolve hosts to IPs in nfs mountsDenys Vlasenko
2011-11-10mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+Denys Vlasenko
2011-11-10mount: support -o noaclDave Love