aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* ls: allow backslashes to be replaced in displayed pathsfix_backslashRon Yorston2020-08-191-0/+15
* build system: reinstate PLATFORM_LINUXRon Yorston2020-08-031-0/+1
* win32: code shrink kill(2)Ron Yorston2020-07-251-1/+1
* Merge branch 'busybox' into mergeRon Yorston2020-07-091-4/+4
|\
| * unexpand: correct behavior for --first-only --tabs=4Mark Edgar2020-06-091-4/+4
* | ls: treat hidden files as if their names begin with a dotRon Yorston2020-07-091-0/+12
* | printf: emit more contiguous text to improve escape sequencesRon Yorston2020-06-041-1/+50
* | dd: fix handling of 'conv=notrunc seek=N'Ron Yorston2020-05-201-3/+22
* | timeout: fix utter brokennessRon Yorston2020-03-291-0/+1
* | dd: create a sparse file when seek=N is usedRon Yorston2020-03-241-0/+3
* | date: code shrinkRon Yorston2020-02-111-0/+27
* | Merge branch 'busybox' into mergeRon Yorston2020-01-085-17/+51
|\|
| * Remove stime() function callsAlistair Francis2019-11-191-1/+5
| * chgrp: correct the usage for non-desktop chgrp callsLiu, Shuang (ADITG/ESM)2019-11-171-2/+2
| * clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko2019-10-251-1/+1
| * Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko2019-10-241-13/+3
| * date: Use 64 prefix syscall if we have toAlistair Francis2019-10-081-2/+9
| * ln: --no-target-directory implies --no-dereferenceKaarle Ritvanen2019-10-081-4/+21
| * tee: do not intercept SIGPIPEDenys Vlasenko2019-10-071-4/+20
* | 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
|\|