| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko | 2020-11-30 | 5 | -7/+7 |
| * | libbb: introduce and use sleep1() | Denys Vlasenko | 2020-11-29 | 1 | -1/+1 |
| * | libbb: in @SECONDS date format, use 64-bit time if libc allows | Denys Vlasenko | 2020-11-28 | 1 | -0/+1 |
| * | date: tweak --help: -D FMT is used for -s TIME as well | Denys Vlasenko | 2020-11-28 | 1 | -26/+19 |
| * | date: remove non-standard special-casing of date '+%f' | Denys Vlasenko | 2020-11-28 | 1 | -4/+0 |
| * | date: trim --help (no need to show long opts) | Denys Vlasenko | 2020-11-28 | 1 | -19/+9 |
| * | date: support -Ins, more compatible timezone display in -I | Denys Vlasenko | 2020-11-28 | 1 | -7/+19 |
| * | date: for -uR and -uIh, timezone still have to be shown at +hhmm, not as abbr... | Denys Vlasenko | 2020-11-28 | 1 | -5/+3 |
| * | fix comments | Denys Vlasenko | 2020-11-28 | 1 | -3/+4 |
| * | sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECK | Denys Vlasenko | 2020-11-27 | 1 | -1/+1 |
| * | base32/64: decode in-place | Denys Vlasenko | 2020-11-27 | 1 | -5/+12 |
| * | base32/64: implement -w COL | Denys Vlasenko | 2020-11-27 | 1 | -22/+34 |
| * | base32: new applet | Denys Vlasenko | 2020-11-26 | 1 | -10/+108 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-11-12 | 4 | -15/+95 |
|\| |
|
| * | shell: better support of [[ ]] bashism | Denys Vlasenko | 2020-10-31 | 1 | -0/+82 |
| * | uudecode: fix possible signed char bug | Denys Vlasenko | 2020-10-07 | 1 | -4/+2 |
| * | libbb: shrink recursive_action() by reducing memory pressure | Denys Vlasenko | 2020-10-01 | 2 | -11/+11 |
* | | ash, ls: improve support for 'c:path' | Ron Yorston | 2020-08-28 | 1 | -0/+5 |
* | | printf: ensure '\045' is printed as '%' | Ron Yorston | 2020-08-28 | 1 | -5/+10 |
* | | printf: prevent '\0' in format string from truncating outputFRP-3578-g359211429 | Ron Yorston | 2020-08-24 | 1 | -1/+9 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-08-23 | 2 | -2/+0 |
|\| |
|
| * | build system: drop PLATFORM_LINUX | Ron Yorston | 2020-08-13 | 2 | -2/+0 |
* | | ls: allow backslashes to be replaced in displayed pathsfix_backslash | Ron Yorston | 2020-08-19 | 1 | -0/+15 |
* | | build system: reinstate PLATFORM_LINUX | Ron Yorston | 2020-08-03 | 1 | -0/+1 |
* | | win32: code shrink kill(2) | Ron Yorston | 2020-07-25 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-07-09 | 1 | -4/+4 |
|\| |
|
| * | unexpand: correct behavior for --first-only --tabs=4 | Mark Edgar | 2020-06-09 | 1 | -4/+4 |
* | | ls: treat hidden files as if their names begin with a dot | Ron Yorston | 2020-07-09 | 1 | -0/+12 |
* | | printf: emit more contiguous text to improve escape sequences | Ron Yorston | 2020-06-04 | 1 | -1/+50 |
* | | dd: fix handling of 'conv=notrunc seek=N' | Ron Yorston | 2020-05-20 | 1 | -3/+22 |
* | | timeout: fix utter brokenness | Ron Yorston | 2020-03-29 | 1 | -0/+1 |
* | | dd: create a sparse file when seek=N is used | Ron Yorston | 2020-03-24 | 1 | -0/+3 |
* | | date: code shrink | Ron Yorston | 2020-02-11 | 1 | -0/+27 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-01-08 | 5 | -17/+51 |
|\| |
|
| * | Remove stime() function calls | Alistair Francis | 2019-11-19 | 1 | -1/+5 |
| * | chgrp: correct the usage for non-desktop chgrp calls | Liu, Shuang (ADITG/ESM) | 2019-11-17 | 1 | -2/+2 |
| * | clang/llvm 9 fix - do not eliminate a store to a fake "const" | Denys Vlasenko | 2019-10-25 | 1 | -1/+1 |
| * | Remove syscall wrappers around clock_gettime, closes 12091 | Denys Vlasenko | 2019-10-24 | 1 | -13/+3 |
| * | date: Use 64 prefix syscall if we have to | Alistair Francis | 2019-10-08 | 1 | -2/+9 |
| * | ln: --no-target-directory implies --no-dereference | Kaarle Ritvanen | 2019-10-08 | 1 | -4/+21 |
| * | tee: do not intercept SIGPIPE | Denys Vlasenko | 2019-10-07 | 1 | -4/+20 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-08-16 | 26 | -101/+127 |
|\| |
|
| * | stat: print nanosecond times, fix printing of empty lines | Denys Vlasenko | 2019-08-03 | 1 | -39/+36 |
| * | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 25 | -54/+54 |
| * | expand: add commented-out code to handle NULs | Denys Vlasenko | 2019-06-09 | 1 | -8/+35 |
| * | expand,unexpand: drop broken test, add FIXME comment | Denys Vlasenko | 2019-06-08 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-05-27 | 3 | -15/+15 |
|\| |
|
| * | ls: fix SEGV when --color is used and ENABLE_LS_COLOR=n | Denys Vlasenko | 2019-05-26 | 1 | -1/+1 |
| * | dd: fix handling of short result of full_write(), closes 11711 | Denys Vlasenko | 2019-05-14 | 1 | -13/+13 |
| * | ln: correct 'ln -T' usage message | John L. Hammond | 2019-05-09 | 1 | -1/+1 |