summaryrefslogtreecommitdiff
path: root/util-linux/mount.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* mount: "mount -o rw ...." should not fall back to RO mountDenys Vlasenko2021-10-081-8/+13
* mount: code shrinkDenys Vlasenko2021-08-231-4/+4
* mount: with -w, do not fall back to read-only mountsDenys Vlasenko2021-08-231-7/+15
* mount: Surround syslog.h with the config checkLauri Kasanen2020-12-251-0/+2
* mount: fix incorrect "success" exitcode if loop device setup failsDenys Vlasenko2020-12-091-3/+3
* mount: implement -o nosymfollow, remove bogus -o unionDenys Vlasenko2020-12-061-4/+4
* mount: add -o nostrictatime and -o [no]lazytimeDenys Vlasenko2020-12-061-24/+34
* mount: do not guess mount as NFS if "hostname:" contains slashesDenys Vlasenko2020-12-051-7/+11
* mount: do not guess bind mounts as nfsDenys Vlasenko2020-12-021-0/+1
* mount: make filesystems[] array byte-alignedDenys Vlasenko2020-11-301-1/+1
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-061-1/+2
* mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar2020-10-011-1/+61
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-20/+20
* style fix, no code changesDenys Vlasenko2019-05-141-1/+4
* 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