aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2017-01-044-11/+34
|\
| * Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko2016-12-232-8/+14
| * df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko2016-12-121-2/+18
| * fix musl problem with dirname, now for all users of bb_make_directory()Denys Vlasenko2016-12-041-9/+3
| * install: fix musl problem with dirnameDenys Vlasenko2016-12-031-3/+10
* | Merge branch 'busybox' into mergeRon Yorston2016-11-2976-900/+970
|\|
| * test: make [ and [[ forms individually selectableDenys Vlasenko2016-11-231-5/+21
| * Remove remnants of disabled "length" appletDenys Vlasenko2016-11-233-39/+0
| * Make dos2unix/unix2dos independently selectableDenys Vlasenko2016-11-231-5/+7
| * Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2375-859/+950
* | yes: add explicit error check for WIN32Ron Yorston2016-10-241-0/+4
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-196-76/+124
|\|
| * test: fix compile error in last commitDenys Vlasenko2016-10-021-1/+1
| * test: memory leak: free group id listDenys Vlasenko2016-10-021-0/+1
| * fix "aloc" -> "alloc" typosDenys Vlasenko2016-09-171-2/+2
| * sha3sum: fix config text (it's no longer only 512-bit)Denys Vlasenko2016-08-291-1/+1
| * sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko2016-08-293-64/+106
| * typo fixesDenys Vlasenko2016-07-191-1/+1
| * {md5,shaN}sum: make -c EMPTY failDenys Vlasenko2016-07-111-9/+14
* | Merge branch 'busybox' into mergeRon Yorston2016-07-079-39/+41
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-067-17/+13
| * df: use f_frsize instead of f_bsize for correct sizesNatanael Copa2016-06-241-10/+10
| * cp: add -u/--update and --remove-destinationDenys Vlasenko2016-05-271-12/+18
* | Merge branch 'busybox' into mergeRon Yorston2016-05-1614-21/+47
|\|
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-3/+3
| * *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-217-15/+20
| * *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-216-3/+6
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-2114-16/+34
* | Merge branch 'busybox' into mergeRon Yorston2016-04-042-9/+12
|\|
| * sort: "-o FILE", not "-o", is the syntaxDenys Vlasenko2016-04-021-4/+4
| * sort: help text does not need to say that -mST are supported but ignoredDenys Vlasenko2016-04-021-2/+5
| * ls: fix columnar output. Closes 8731Denys Vlasenko2016-03-061-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2016-02-224-41/+73
|\|
| * dd: support iflag=skip_bytesRafał Miłecki2016-02-011-27/+51
| * printf: short-circuit output when argument to %b includes \cRon Yorston2016-01-311-3/+9
| * dos2unix: try to preserve ownership. closes 8311Denys Vlasenko2016-01-171-9/+11
| * truncate: use O_WRONLY|O_NONBLOCKMike Frysinger2016-01-131-1/+1
| * truncate: always set mode when opening file to avoid fortify errorsAri Sundholm2016-01-131-1/+1
* | Update default configurationRon Yorston2015-11-011-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2015-10-316-68/+122
|\|
| * stat: make -f optional. This allows to build stat for non-linux systemsDenys Vlasenko2015-10-302-36/+61
| * tr: support octal rangesRichard Genoud2015-10-261-5/+18
| * libbb: factor out code which queries screen widthDenys Vlasenko2015-10-232-2/+2
| * sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"Denys Vlasenko2015-10-191-3/+4
| * sort: code shrinkDenys Vlasenko2015-10-191-18/+22
| * remove extra debug printoutDenys Vlasenko2015-10-191-1/+0
| * sort: fix key with delimiters breakageDenys Vlasenko2015-10-191-5/+16
* | Merge branch 'busybox' into mergeRon Yorston2015-10-194-130/+149
|\|
| * libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1Denys Vlasenko2015-10-191-4/+0
| * od: get rid of (almost all) staticsDenys Vlasenko2015-10-191-108/+122