| Commit message (Expand) | Author | Age | Files | Lines |
* | build system: remove unused CONFIG_FEATURE_HAVE_RPC | Denys Vlasenko | 2017-08-14 | 1 | -1/+0 |
* | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 1 | -4/+8 |
* | config: more tweaking of help texts | Denys Vlasenko | 2017-07-27 | 1 | -3/+3 |
* | swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABEL | Denys Vlasenko | 2017-07-27 | 1 | -1/+0 |
* | config: trim/improve item names and help texts, take 2 | Denys Vlasenko | 2017-07-27 | 1 | -2/+1 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -31/+31 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | inetd,mount: do not die if uclibc without RPC is detected | Denys Vlasenko | 2017-07-10 | 1 | -1/+2 |
* | mount: create loop devices with LO_FLAGS_AUTOCLEAR flag | Denys Vlasenko | 2017-03-16 | 1 | -1/+20 |
* | libbb: match_fstype() is unreadable in the extreme, fixing it | Denys Vlasenko | 2017-01-30 | 1 | -1/+1 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -1/+1 |
* | Convert all util-linux/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -0/+8 |
* | mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitly | Denys Vlasenko | 2016-09-27 | 1 | -8/+14 |
* | mount: tweak "IPv6 scoped addr" commit | Denys Vlasenko | 2016-09-26 | 1 | -3/+3 |
* | libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE | Denys Vlasenko | 2016-09-26 | 1 | -0/+6 |
* | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko | 2016-07-06 | 1 | -2/+2 |
* | randomconfig fixes 5: false positive for tar; mount emits corrupted message | Denys Vlasenko | 2016-06-20 | 1 | -1/+1 |
* | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko | 2016-04-22 | 1 | -3/+3 |
* | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko | 2016-04-21 | 1 | -1/+1 |
* | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 1 | -1/+2 |
* | mount: support "nofail" option. Closes 8551 | Denys Vlasenko | 2015-12-30 | 1 | -1/+9 |
* | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 1 | -5/+5 |
* | mount: -T OTHERTAB support | Isaac Dunham | 2015-03-11 | 1 | -6/+108 |
* | mount: whitespace fix. no code changes | Denys Vlasenko | 2013-01-22 | 1 | -2/+2 |
* | mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath= | Bernhard Reutner-Fischer | 2013-01-17 | 1 | -17/+35 |
* | mount: add unc option to CIFS mount (needed for Linux 3.4+) | Martin Santesson | 2013-01-16 | 1 | -1/+15 |
* | whitespace fixes. no code changes | Denys Vlasenko | 2013-01-14 | 1 | -24/+24 |
* | mount: support strictatime option. Closes 5240 | Denys Vlasenko | 2012-06-26 | 1 | -1/+9 |
* | mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240 | Denys Vlasenko | 2012-06-22 | 1 | -2/+8 |
* | mount: undo recent breakage when mount flags were made unsigned | Denys Vlasenko | 2012-06-22 | 1 | -1/+1 |
* | mount: set up RO loop device if mount -o ro. Closes 4784 | Denys Vlasenko | 2012-06-21 | 1 | -14/+15 |
* | whitespace fixes | Denys Vlasenko | 2012-04-20 | 1 | -3/+3 |
* | mount: resolve hosts to IPs in nfs mounts | Denys Vlasenko | 2011-11-10 | 1 | -1/+1 |
* | mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+ | Denys Vlasenko | 2011-11-10 | 1 | -6/+41 |
* | mount: support -o noacl | Dave Love | 2011-11-10 | 1 | -22/+30 |
* | mount: handle list of comma-separated fs types in -t option | Karol Lewandowski | 2011-11-03 | 1 | -3/+12 |
* | mount: free commented /etc/filesystems lines when we read it | Denys Vlasenko | 2011-11-03 | 1 | -2/+3 |
* | add INIT_G()'s. No code changes. | Denys Vlasenko | 2011-09-21 | 1 | -0/+3 |
* | losetup: implement -r option. Closes 4033. | Denys Vlasenko | 2011-09-12 | 1 | -1/+1 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | mount: for NFS use tcp per default rather than udp | Bernhard Reutner-Fischer | 2011-05-04 | 1 | -1/+1 |
* | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 1 | -0/+60 |
* | mount: add --rbind option support | Roman Borisov | 2011-03-26 | 1 | -0/+2 |
* | mount: rprivate option fix | Roman Borisov | 2011-03-26 | 1 | -1/+1 |
* | mount: strip multiple trailing slashes, not just one | Denys Vlasenko | 2011-02-28 | 1 | -1/+1 |
* | mount: update /etc/mtab properly on mount --move | Roman Borisov | 2011-02-28 | 1 | -9/+67 |
* | mount: ignore unknown mount options when remounting NFS mounts | Peter Korsgaard | 2011-02-26 | 1 | -0/+3 |
* | mount: fix wrong long option namess | Roman Borisov | 2011-02-26 | 1 | -8/+8 |
* | mount: pass NULL, not "", as "data" to mount syscall if we have no opts | Alexander Shishkin | 2010-10-28 | 1 | -12/+22 |
* | mount: code shrink (-81 bytes) | Alexander Shishkin | 2010-10-22 | 1 | -41/+15 |