aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
| * realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko2018-05-242-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-05-132-3/+7
|\|
| * cat: fix cat -e and cat -v erroneously numbering 1st lineDenys Vlasenko2018-04-291-3/+3
| * shell: add comments about [[, no code changesDenys Vlasenko2018-04-101-0/+4
* | ls, stat: don't try to read symlinksRon Yorston2018-04-102-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2018-04-094-11/+83
|\|
| * bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-1/+0
| * libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0