aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * cpio: implement -R/--ownerAaro Koskinen2015-10-161-2/+2
| * du: extra compat: with -k and -m, round sizes upDenys Vlasenko2015-10-151-14/+23
| * libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-141-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-10-138-13/+30
|\|
| * build system: -fno-builtin-printfDenys Vlasenko2015-10-072-2/+2
| * libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-074-6/+8
| * uudecode: tolerate text input with CR+LF line endsDenys Vlasenko2015-10-051-1/+12
| * sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko2015-09-191-4/+8
* | Merge branch 'busybox' into mergeRon Yorston2015-08-045-19/+86
|\|
| * uname: make OS name configurableRon Yorston2015-08-032-2/+10
| * echo: make escape sequences depend on fancy modeMike Frysinger2015-07-311-1/+1
| * sync: add support for -d -f FILEDenys Vlasenko2015-07-213-10/+75
* | Merge branch 'busybox' into mergeRon Yorston2015-07-147-11/+20
|\|
| * Removes stray empty line from codeManinder Singh2015-07-131-1/+0
| * fix whitespacesManinder Singh2015-06-071-1/+1
| * chown: fix help textJunling Zheng2015-06-071-1/+1
| * truncate: do not die when a file doesn't exist and no-create flag is onAri Sundholm2015-05-251-5/+15
| * typo fixesManinder Singh2015-05-253-3/+3
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-184-22/+13
|\|
| * special-case {true,false,test} --helpDenys Vlasenko2015-04-213-18/+9
| * *: Switch to POSIX utmpx APIBernhard Reutner-Fischer2015-04-021-4/+4
* | test: fix access check bug; tweak fake file modeRon Yorston2015-03-241-4/+0
* | Merge branch 'busybox' into mergeRon Yorston2015-03-232-25/+83
|\|
| * truncate: new appletDenys Vlasenko2015-03-221-0/+77
| * dd: move suffix struct to xatonum.cAri Sundholm2015-03-221-25/+6
* | Post-merge fixesRon Yorston2015-03-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-03-147-88/+129
|\|
| * od: fix printing of high-bit charsRon Yorston2015-03-121-8/+6
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-122-3/+3
| * ls: heed compiler warningDenys Vlasenko2015-02-231-1/+1
| * ls: trivial code shrinkDenys Vlasenko2015-02-181-5/+5
| * ls: fix year 9999 bug :)Denys Vlasenko2015-02-161-5/+8
| * dd: add optional support for status=noxfer/noneAri Sundholm2015-02-072-70/+111
| * trim extra newlines in help textsDenys Vlasenko2015-01-241-1/+1
* | od: print valid octal values with -c flagRon Yorston2014-12-051-5/+6
* | Merge branch 'busybox' into mergeRon Yorston2014-10-063-57/+85
|\|
| * install: fix help textDenys Vlasenko2014-09-241-1/+1
| * install: implement -t DIRAaro Koskinen2014-09-241-15/+22