aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make: clarify output of testsRon Yorston2022-10-161-31/+31
* ash: disable the 'sleep' builtin in the default configurationRon Yorston2022-10-132-2/+2
* ash: enable 'read -t N.NNN'Ron Yorston2022-10-132-2/+2
* xxd: avoid use of uninitialised variableRon Yorston2022-10-121-0/+4
* Update default configurationRon Yorston2022-10-122-2/+6
* Merge branch 'busybox' into mergeRon Yorston2022-10-1246-186/+678
|\
| * tls: move definitions around, no code changesDenys Vlasenko2022-09-081-22/+12
| * tls: include signature_algorithms extension in client hello messageDenys Vlasenko2022-09-081-18/+73
| * libbb: mark stack in assembly files read-onlyLudwig Nussel2022-08-306-0/+18
| * fix [ --help ] and [[ --help ]]Denys Vlasenko2022-08-301-0/+3
| * *: style fixDenys Vlasenko2022-08-3013-52/+52
| * ash: optional sleep builtinShawn Landden2022-08-274-0/+19
| * devmem: add 128-bit widthAaro Koskinen2022-08-261-24/+44
| * tree: unicode tweak (use normal space char, 0x20)Denys Vlasenko2022-08-261-1/+1
| * tree: make it unicode-awareDenys Vlasenko2022-08-261-3/+16
| * xxd -r: handle offsetsDenys Vlasenko2022-08-221-8/+50
| * xxd: add two more testcasesDenys Vlasenko2022-08-221-2/+16
| * xxd -r: without -p, stop at more than one whitespace, closes 14786Denys Vlasenko2022-08-222-17/+48
| * libbb: make '--help' handling more consistentRon Yorston2022-08-221-3/+2
| * bc: hopefully fix bug 14956 (use-after-free)Denys Vlasenko2022-08-181-0/+2
| * ash: fix use-after-free in bash pattern substitutionSören Tempel2022-08-021-0/+7
| * udhcpc6: downgrade "opening listen socket" log level to 2Denys Vlasenko2022-08-022-2/+2
| * udhcpc6: fix sending of renew messagesDenys Vlasenko2022-08-021-2/+3
| * vi: add 'ZQ' quitting commandGrob Grobmann2022-08-021-1/+7
| * ping: fix typo in --help textHenrique Rodrigues2022-08-021-2/+2
| * ash: fix use-after-free in pattern substituon codeDenys Vlasenko2022-08-021-2/+4
| * ash: fix ifs cleanup on error pathsDenys Vlasenko2022-08-025-0/+22
| * sort: fix sort -s -u, closes 14871Denys Vlasenko2022-07-292-4/+15
| * sort: fix -k2M (wasn't skipping leading whitespace)Denys Vlasenko2022-07-292-2/+13
| * udhcpc6: add missed big-endian conversionsDenys Vlasenko2022-07-131-0/+2
| * tls: P256: remove NOP macro sp_256_norm_8()Denys Vlasenko2022-07-131-30/+5
| * awk: fix use after free (CVE-2022-30065)Natanael Copa2022-07-112-0/+9
| * shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866Denys Vlasenko2022-07-112-5/+18
| * lineedit: get PWD from ashRon Yorston2022-07-031-0/+6
| * tree: new appletRoger Knecht2022-06-303-0/+221
* | libarchive: alter handling of failure to create symlinksRon Yorston2022-09-271-19/+8
* | win32: use xmalloc_follow_symlinks() in stat(2)Ron Yorston2022-09-271-16/+9
* | make: fix incorrect handling of escaped newlineRon Yorston2022-08-281-5/+4
* | make: new appletRon Yorston2022-08-0110-6/+3482
* | Merge branch 'busybox' into mergeRon Yorston2022-06-2712-54/+95
|\|
| * vi: handle autoindent in 'cc' commandRon Yorston2022-06-261-24/+47
| * vi: fix regression in autoindent handlingRon Yorston2022-06-261-1/+7
| * ash,hush: use HOME for tab completion and promptsRon Yorston2022-06-264-16/+19
| * libbb: restore special handling of nomsg errorsRon Yorston2022-06-262-4/+4
| * top: improve large PID display in memory ('s') modeDenys Vlasenko2022-05-121-1/+4
| * examples/var_service/dhcp_if: make helper scripts more talkativeDenys Vlasenko2022-05-124-10/+16
* | Workaround for incomplete junctions created by PowerShellRon Yorston2022-06-251-12/+32
* | win32: bug fix in fnmatch(3)Ron Yorston2022-06-231-2/+5
* | win32: changes to stat(2) implementationFRP-4716-g31467ddfcRon Yorston2022-05-231-15/+22
* | win32: code shrink fstat(2)Ron Yorston2022-05-231-11/+8