summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2016-09-27mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitlyDenys Vlasenko1-8/+14
2016-09-26mount: tweak "IPv6 scoped addr" commitDenys Vlasenko1-3/+3
2016-09-26libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko2-2/+11
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-06-20randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko2-2/+2
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-12-30mount: support "nofail" option. Closes 8551Denys Vlasenko1-1/+9
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-03-11mount: -T OTHERTAB supportIsaac Dunham2-94/+108
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-22mount: whitespace fix. no code changesDenys Vlasenko1-2/+2
2013-01-17mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=Bernhard Reutner-Fischer1-17/+35
2013-01-15mount: add unc option to CIFS mount (needed for Linux 3.4+)Martin Santesson1-1/+15
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-06-26mount: support strictatime option. Closes 5240Denys Vlasenko1-1/+9
2012-06-22mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240Denys Vlasenko1-2/+8
2012-06-22mount: undo recent breakage when mount flags were made unsignedDenys Vlasenko1-1/+1
2012-06-21mount: set up RO loop device if mount -o ro. Closes 4784Denys Vlasenko1-14/+15
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-04-20whitespace fixesDenys Vlasenko2-4/+4
2011-11-10mount: resolve hosts to IPs in nfs mountsDenys Vlasenko1-1/+1
2011-11-10mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+Denys Vlasenko2-9/+49
2011-11-10mount: support -o noaclDave Love1-22/+30
2011-11-03mount: handle list of comma-separated fs types in -t optionKarol Lewandowski1-3/+12
2011-11-03mount: free commented /etc/filesystems lines when we read itDenys Vlasenko1-2/+3
2011-09-20add INIT_G()'s. No code changes.Denys Vlasenko11-6/+33
2011-09-12losetup: implement -r option. Closes 4033.Denys Vlasenko4-13/+17
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-04mount: for NFS use tcp per default rather than udpBernhard Reutner-Fischer1-1/+1
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-03-26mount: add --rbind option supportRoman Borisov2-1/+3
2011-03-26mount: rprivate option fixRoman Borisov1-1/+1
2011-02-28mount: strip multiple trailing slashes, not just oneDenys Vlasenko1-1/+1
2011-02-28mount: update /etc/mtab properly on mount --moveRoman Borisov1-9/+67
2011-02-26mount: ignore unknown mount options when remounting NFS mountsPeter Korsgaard1-0/+3
2011-02-26mount: fix wrong long option namessRoman Borisov1-8/+8
2010-10-28mount: pass NULL, not "", as "data" to mount syscall if we have no optsAlexander Shishkin1-12/+22
2010-10-22mount: code shrink (-81 bytes)Alexander Shishkin1-41/+15
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-06-27mount: fix a case when sometimes error message is not printedDenys Vlasenko1-3/+3
2010-05-19mount: handle EDQUOT > 255 properly. closes bug 1579Denys Vlasenko1-1/+9
2010-03-23*: merge some common stringsDenys Vlasenko22-29/+29
[next]