aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-305-7/+7
| * libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-1/+1
| * libbb: in @SECONDS date format, use 64-bit time if libc allowsDenys Vlasenko2020-11-281-0/+1
| * date: tweak --help: -D FMT is used for -s TIME as wellDenys Vlasenko2020-11-281-26/+19
| * date: remove non-standard special-casing of date '+%f'Denys Vlasenko2020-11-281-4/+0
| * date: trim --help (no need to show long opts)Denys Vlasenko2020-11-281-19/+9
| * date: support -Ins, more compatible timezone display in -IDenys Vlasenko2020-11-281-7/+19
| * date: for -uR and -uIh, timezone still have to be shown at +hhmm, not as abbr...Denys Vlasenko2020-11-281-5/+3
| * fix commentsDenys Vlasenko2020-11-281-3/+4
| * sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECKDenys Vlasenko2020-11-271-1/+1
| * base32/64: decode in-placeDenys Vlasenko2020-11-271-5/+12
| * base32/64: implement -w COLDenys Vlasenko2020-11-271-22/+34
| * base32: new appletDenys Vlasenko2020-11-261-10/+108
* | Merge branch 'busybox' into mergeRon Yorston2020-11-124-15/+95
|\|
| * shell: better support of [[ ]] bashismDenys Vlasenko2020-10-311-0/+82
| * uudecode: fix possible signed char bugDenys Vlasenko2020-10-071-4/+2
| * libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-012-11/+11
* | ash, ls: improve support for 'c:path'Ron Yorston2020-08-281-0/+5
* | printf: ensure '\045' is printed as '%'Ron Yorston2020-08-281-5/+10
* | printf: prevent '\0' in format string from truncating outputFRP-3578-g359211429Ron Yorston2020-08-241-1/+9
* | Merge branch 'busybox' into mergeRon Yorston2020-08-232-2/+0
|\|
| * build system: drop PLATFORM_LINUXRon Yorston2020-08-132-2/+0
* | 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