summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2017-01-01Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko9-118/+120
2016-12-12df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko4-24/+41
2016-12-04fix musl problem with dirname, now for all users of bb_make_directory()Denys Vlasenko2-11/+16
2016-12-03install: fix musl problem with dirnameDenys Vlasenko1-3/+10
2016-11-23test: make [ and [[ forms individually selectableDenys Vlasenko3-9/+29
2016-11-23Remove remnants of disabled "length" appletDenys Vlasenko4-40/+0
2016-11-23Make dos2unix/unix2dos independently selectableDenys Vlasenko1-5/+7
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-10-02test: fix compile error in last commitDenys Vlasenko1-1/+1
2016-10-01test: memory leak: free group id listDenys Vlasenko2-7/+6
2016-09-17fix "aloc" -> "alloc" typosDenys Vlasenko3-10/+10
2016-08-29sha3sum: fix config text (it's no longer only 512-bit)Denys Vlasenko1-1/+1
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko7-90/+143
2016-07-19typo fixesDenys Vlasenko2-3/+3
2016-07-11{md5,shaN}sum: make -c EMPTY failDenys Vlasenko2-14/+31
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-06-24df: use f_frsize instead of f_bsize for correct sizesNatanael Copa1-10/+10
2016-05-26cp: add -u/--update and --remove-destinationDenys Vlasenko3-19/+56
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
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
2016-04-02sort: "-o FILE", not "-o", is the syntaxDenys Vlasenko1-4/+4
2016-04-02sort: help text does not need to say that -mST are supported but ignoredDenys Vlasenko1-2/+5
2016-03-06ls: fix columnar output. Closes 8731Denys Vlasenko1-3/+3
2016-02-01dd: support iflag=skip_bytesRafał Miłecki2-27/+52
2016-01-31printf: short-circuit output when argument to %b includes \cRon Yorston1-3/+9
2016-01-17dos2unix: try to preserve ownership. closes 8311Denys Vlasenko1-9/+11
2016-01-13truncate: use O_WRONLY|O_NONBLOCKMike Frysinger1-1/+1
2016-01-13truncate: always set mode when opening file to avoid fortify errorsAri Sundholm1-1/+1
2015-10-30stat: make -f optional. This allows to build stat for non-linux systemsDenys Vlasenko2-36/+61
2015-10-26tr: support octal rangesRichard Genoud1-5/+18
2015-10-22libbb: factor out code which queries screen widthDenys Vlasenko9-15/+15
2015-10-19sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"Denys Vlasenko2-3/+12
2015-10-19sort: code shrinkDenys Vlasenko1-18/+22
2015-10-19remove extra debug printoutDenys Vlasenko1-1/+0
2015-10-19sort: fix key with delimiters breakageDenys Vlasenko2-5/+52
2015-10-19libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1Denys Vlasenko3-8/+6
2015-10-19od: get rid of (almost all) staticsDenys Vlasenko1-108/+122
2015-10-16cpio: implement -R/--ownerAaro Koskinen7-15/+58
2015-10-15du: extra compat: with -k and -m, round sizes upDenys Vlasenko2-22/+26
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko16-63/+62
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko10-22/+26
2015-10-05uudecode: tolerate text input with CR+LF line endsDenys Vlasenko2-13/+19
2015-09-19sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko2-4/+16
2015-08-03uname: make OS name configurableRon Yorston2-2/+10
2015-07-31echo: make escape sequences depend on fancy modeMike Frysinger1-1/+1
2015-07-21sync: add support for -d -f FILEDenys Vlasenko4-11/+75
[next]