| Commit message (Expand) | Author | Age | Files | Lines |
* | build system: fix breakage affecting MSYS2 build | Ron Yorston | 2022-10-30 | 2 | -4/+4 |
* | build system: allow building with w64devkit | Ron Yorston | 2022-10-30 | 6 | -7/+43 |
* | win32: revert special treatment of Unix-style absolute paths | Ron Yorston | 2022-10-26 | 7 | -49/+24 |
* | win32: fix warning in timegm(3) | Ron Yorston | 2022-10-25 | 1 | -1/+0 |
* | win32: revise creation of resources | Ron Yorston | 2022-10-25 | 2 | -3/+5 |
* | make: add a comment, no functional change | Ron Yorston | 2022-10-21 | 1 | -3/+8 |
* | make: $+ should support D/F modifiers | Ron Yorston | 2022-10-20 | 1 | -0/+1 |
* | make: .NOTPARALLEL and .WAIT are special targets | Ron Yorston | 2022-10-19 | 2 | -2/+16 |
* | make: shell assignment is a POSIX 202X feature | Ron Yorston | 2022-10-18 | 2 | -16/+16 |
* | make: support $+ and $^ as POSIX 202X features | Ron Yorston | 2022-10-18 | 2 | -14/+31 |
* | make: clarify output of tests | Ron Yorston | 2022-10-16 | 1 | -31/+31 |
* | ash: disable the 'sleep' builtin in the default configuration | Ron Yorston | 2022-10-13 | 2 | -2/+2 |
* | ash: enable 'read -t N.NNN' | Ron Yorston | 2022-10-13 | 2 | -2/+2 |
* | xxd: avoid use of uninitialised variable | Ron Yorston | 2022-10-12 | 1 | -0/+4 |
* | Update default configuration | Ron Yorston | 2022-10-12 | 2 | -2/+6 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2022-10-12 | 46 | -186/+678 |
|\ |
|
| * | tls: move definitions around, no code changes | Denys Vlasenko | 2022-09-08 | 1 | -22/+12 |
| * | tls: include signature_algorithms extension in client hello message | Denys Vlasenko | 2022-09-08 | 1 | -18/+73 |
| * | libbb: mark stack in assembly files read-only | Ludwig Nussel | 2022-08-30 | 6 | -0/+18 |
| * | fix [ --help ] and [[ --help ]] | Denys Vlasenko | 2022-08-30 | 1 | -0/+3 |
| * | *: style fix | Denys Vlasenko | 2022-08-30 | 13 | -52/+52 |
| * | ash: optional sleep builtin | Shawn Landden | 2022-08-27 | 4 | -0/+19 |
| * | devmem: add 128-bit width | Aaro Koskinen | 2022-08-26 | 1 | -24/+44 |
| * | tree: unicode tweak (use normal space char, 0x20) | Denys Vlasenko | 2022-08-26 | 1 | -1/+1 |
| * | tree: make it unicode-aware | Denys Vlasenko | 2022-08-26 | 1 | -3/+16 |
| * | xxd -r: handle offsets | Denys Vlasenko | 2022-08-22 | 1 | -8/+50 |
| * | xxd: add two more testcases | Denys Vlasenko | 2022-08-22 | 1 | -2/+16 |
| * | xxd -r: without -p, stop at more than one whitespace, closes 14786 | Denys Vlasenko | 2022-08-22 | 2 | -17/+48 |
| * | libbb: make '--help' handling more consistent | Ron Yorston | 2022-08-22 | 1 | -3/+2 |
| * | bc: hopefully fix bug 14956 (use-after-free) | Denys Vlasenko | 2022-08-18 | 1 | -0/+2 |
| * | ash: fix use-after-free in bash pattern substitution | Sören Tempel | 2022-08-02 | 1 | -0/+7 |
| * | udhcpc6: downgrade "opening listen socket" log level to 2 | Denys Vlasenko | 2022-08-02 | 2 | -2/+2 |
| * | udhcpc6: fix sending of renew messages | Denys Vlasenko | 2022-08-02 | 1 | -2/+3 |
| * | vi: add 'ZQ' quitting command | Grob Grobmann | 2022-08-02 | 1 | -1/+7 |
| * | ping: fix typo in --help text | Henrique Rodrigues | 2022-08-02 | 1 | -2/+2 |
| * | ash: fix use-after-free in pattern substituon code | Denys Vlasenko | 2022-08-02 | 1 | -2/+4 |
| * | ash: fix ifs cleanup on error paths | Denys Vlasenko | 2022-08-02 | 5 | -0/+22 |
| * | sort: fix sort -s -u, closes 14871 | Denys Vlasenko | 2022-07-29 | 2 | -4/+15 |
| * | sort: fix -k2M (wasn't skipping leading whitespace) | Denys Vlasenko | 2022-07-29 | 2 | -2/+13 |
| * | udhcpc6: add missed big-endian conversions | Denys Vlasenko | 2022-07-13 | 1 | -0/+2 |
| * | tls: P256: remove NOP macro sp_256_norm_8() | Denys Vlasenko | 2022-07-13 | 1 | -30/+5 |
| * | awk: fix use after free (CVE-2022-30065) | Natanael Copa | 2022-07-11 | 2 | -0/+9 |
| * | shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866 | Denys Vlasenko | 2022-07-11 | 2 | -5/+18 |
| * | lineedit: get PWD from ash | Ron Yorston | 2022-07-03 | 1 | -0/+6 |
| * | tree: new applet | Roger Knecht | 2022-06-30 | 3 | -0/+221 |
* | | libarchive: alter handling of failure to create symlinks | Ron Yorston | 2022-09-27 | 1 | -19/+8 |
* | | win32: use xmalloc_follow_symlinks() in stat(2) | Ron Yorston | 2022-09-27 | 1 | -16/+9 |
* | | make: fix incorrect handling of escaped newline | Ron Yorston | 2022-08-28 | 1 | -5/+4 |
* | | make: new applet | Ron Yorston | 2022-08-01 | 10 | -6/+3482 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2022-06-27 | 12 | -54/+95 |
|\| |
|