aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Provide PDCurses source for w64devkit buildRon Yorston2022-11-0740-0/+10615
* win32: allow 'make menuconfig' in native buildsRon Yorston2022-11-071-6/+223
* make: fix typo in inference rule handlingRon Yorston2022-11-042-24/+25
* make: fixes to inference rulesRon Yorston2022-11-032-18/+60
* make: comments in macro expansions and command linesRon Yorston2022-11-012-3/+34
* make: fix test for .WAIT so bmake passesRon Yorston2022-11-011-1/+1
* win32: remove declaration of vfork(2)Ron Yorston2022-10-311-1/+0
* make: different treatment for escaped NL in macro in commandRon Yorston2022-10-302-6/+37
* build system: fix breakage affecting MSYS2 buildRon Yorston2022-10-302-4/+4
* build system: allow building with w64devkitRon Yorston2022-10-306-7/+43
* win32: revert special treatment of Unix-style absolute pathsRon Yorston2022-10-267-49/+24
* win32: fix warning in timegm(3)Ron Yorston2022-10-251-1/+0
* win32: revise creation of resourcesRon Yorston2022-10-252-3/+5
* make: add a comment, no functional changeRon Yorston2022-10-211-3/+8
* make: $+ should support D/F modifiersRon Yorston2022-10-201-0/+1
* make: .NOTPARALLEL and .WAIT are special targetsRon Yorston2022-10-192-2/+16
* make: shell assignment is a POSIX 202X featureRon Yorston2022-10-182-16/+16
* make: support $+ and $^ as POSIX 202X featuresRon Yorston2022-10-182-14/+31
* 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