aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2019-08-1626-101/+127
|\
| * stat: print nanosecond times, fix printing of empty linesDenys Vlasenko2019-08-031-39/+36
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-0225-54/+54
| * expand: add commented-out code to handle NULsDenys Vlasenko2019-06-091-8/+35
| * expand,unexpand: drop broken test, add FIXME commentDenys Vlasenko2019-06-081-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-05-273-15/+15
|\|
| * ls: fix SEGV when --color is used and ENABLE_LS_COLOR=nDenys Vlasenko2019-05-261-1/+1
| * dd: fix handling of short result of full_write(), closes 11711Denys Vlasenko2019-05-141-13/+13
| * ln: correct 'ln -T' usage messageJohn L. Hammond2019-05-091-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-04-171-47/+49
|\|
| * stat: reduce storage for human-readable filesystem namesRon Yorston2019-04-121-44/+48
* | Merge branch 'busybox' into mergeRon Yorston2019-04-042-92/+70
|\|
| * fsync,sync: merge into one source moduleDenys Vlasenko2019-04-022-81/+61
| * fsync,sync: make them similarDenys Vlasenko2019-04-022-27/+25
* | win32: improve filesystem detection and displayRon Yorston2019-03-201-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2019-03-123-20/+18
|\|
| * top: tweak --helpDenys Vlasenko2019-02-271-12/+6
| * du: don't count duplicate arguments. Closes 5288Ron Yorston2019-02-191-2/+2
| * dd: add 'oflag=append'Rostislav Skudnov2019-02-141-6/+10
* | win32: implement readlink(2)Ron Yorston2019-03-062-3/+3
* | ls: use correct column width for WIN32 inodesRon Yorston2019-03-041-0/+4
* | win32: fix POSIX buildRon Yorston2019-02-171-1/+1
* | win32: make stat(2) fetch additional metadataRon Yorston2019-02-161-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2019-01-1072-90/+93
|\|
| * date: improve help text for -DDenys Vlasenko2019-01-091-2/+2
| * sleep: support "inf"Denys Vlasenko2019-01-071-0/+5
| * ls: make -i compatible with coreutils: don't follow symlink by defaultMartijn Dekker2019-01-041-2/+2
| * config: more tweaksDenys Vlasenko2018-12-282-6/+4
| * config: update size informationDenys Vlasenko2018-12-2869-80/+80
* | win32: emulate SIGPIPERon Yorston2018-12-111-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2018-12-052-4/+9
|\|
| * cat,nl: fix handling of open errorsDenys Vlasenko2018-11-292-4/+9
* | Merge branch 'busybox' into mergeRon Yorston2018-11-282-24/+54
|\|
| * printf: fix printf "%u\n" +18446744073709551614Denys Vlasenko2018-10-301-0/+8
| * dd: do not have 'ocount' variable if ibs/obs support is not enabledDenys Vlasenko2018-10-301-13/+20
| * dd: add 'oflag=seek_bytes'Rostislav Skudnov2018-10-301-9/+24
| * printf: fix printing +-prefixed numbersBernhard Reutner-Fischer2018-10-191-2/+3
* | Merge branch 'busybox' into mergeRon Yorston2018-10-081-2/+2
|\|
| * unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-09-104-89/+31
|\|
| * timeout: fix arguments to match coreutilsDenys Vlasenko2018-08-031-9/+12
| * extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-032-75/+9
| * ls: When -h is passed, the total should also be in human unitsLauri Kasanen2018-08-011-1/+9
| * cp: placate gcc8Denys Vlasenko2018-08-011-1/+1
* | Merge branch 'busybox'Ron Yorston2018-07-257-34/+93
|\|
| * cp: add missing quote in config snippetDenys Vlasenko2018-07-171-1/+1
| * cp: optional --reflink supportDenys Vlasenko2018-07-131-0/+24
| * sort: add -V "sort version"Denys Vlasenko2018-07-081-20/+27
| * nproc: implement --all --ignore=Nharoon maqsood2018-07-061-10/+34
| * install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106Denys Vlasenko2018-06-221-1/+5