aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Typo in README.mdRon Yorston2023-09-151-2/+2
* win32: include our manifests in default configurationsRon Yorston2023-09-158-19/+21
* win32: improved support for manifestsRon Yorston2023-09-1410-8/+89
* win32: convert exit codesRon Yorston2023-09-146-22/+43
* ash: fix signal handlingRon Yorston2023-09-131-1/+2
* make: return non-zero exit status when a command failsRon Yorston2023-09-123-10/+48
* make: avoid more warningsRon Yorston2023-09-121-1/+2
* win32: UTF8_INPUT: fix combining of some surrogates pairsAvi Halachmi (:avih)2023-09-111-1/+1
* ash: initialize basepf.buf in ash (2)Ron Yorston2023-08-311-1/+1
* Merge branch 'busybox' into mergeRon Yorston2023-08-312-4/+18
|\
| * tsort: avoid use-after-freeRon Yorston2023-08-311-3/+17
| * ash: initialize basepf.buf in ashzhuyan2023-08-311-1/+1
* | Update README.mdRon Yorston2023-08-311-1/+1
* | ash: changes to login shell functionalityRon Yorston2023-08-302-1/+9
* | ps: increase length of 'comm' fieldRon Yorston2023-08-292-0/+8
* | win32: UCRT: avoid I64 printf format warningsAvi Halachmi (:avih)2023-08-281-2/+3
* | libbb: fix #!/bin/busyboxRon Yorston2023-08-281-0/+4
* | Merge pull request #355 from avih/utf8-output-speedupRon Yorston2023-08-251-2/+8
|\ \
| * | win32: UTF8_OUTPUT: speedup for big outputsAvi Halachmi (:avih)2023-08-241-2/+8
* | | make: fixes to warning messagesRon Yorston2023-08-251-28/+28
* | | make: fix .DEFAULT for prerequisiteRon Yorston2023-08-241-1/+0
* | | Add test for .DEFAULT rule for prerequisiteRon Yorston2023-08-241-0/+7
* | | make: fix POSIX buildRon Yorston2023-08-242-2/+16
|/ /
* | make: allow targets of the form c:/pathRon Yorston2023-08-231-2/+35
* | win32: replace readlink(2)Ron Yorston2023-08-213-12/+17
* | ash: detect console state on shell start upnoconsole2Ron Yorston2023-08-203-15/+31
* | testsuite: skip some tests in native buildRon Yorston2023-08-192-0/+6
* | ash: detect native Windows environment on WineFRP-5181-g5c1a3b00eRon Yorston2023-08-171-2/+18
* | libbb: change message regarding UTF-8 manifestRon Yorston2023-08-171-1/+1
* | ash: improved support for trap built-inRon Yorston2023-08-151-9/+23
* | ash: code shrinkRon Yorston2023-08-151-10/+6
* | libbb: silence compiler warningsRon Yorston2023-08-101-1/+3
* | Update default configurationsRon Yorston2023-08-105-5/+12
* | Merge branch 'busybox' into mergeRon Yorston2023-08-1026-67/+211
|\|
| * libbb: rename source files, no code changesDenys Vlasenko2023-07-187-8/+8
| * introduce and use exitcode_tDenys Vlasenko2023-07-1718-19/+26
| * getfattr: fix "getfattr NOTEXIST" - now prints error msgDenys Vlasenko2023-07-171-4/+9
| * getfattr: new appletYU Jincheng2023-07-161-0/+131
| * hwclock: force LONG_OPTS, stop accepting non-compatible -tDenys Vlasenko2023-07-141-41/+42
* | ash: improved support for jobs built-inRon Yorston2023-08-081-7/+141
* | nproc: fix build with long options disabledRon Yorston2023-08-061-2/+2
* | diff: more changes to --binaryRon Yorston2023-08-062-11/+77
* | README.md: w64devkit no longer has '-mini' variantRon Yorston2023-08-041-1/+1
* | Merge pull request #349 from avih/win32-utf8-outputRon Yorston2023-08-046-18/+179
|\ \
| * | win32: disable console output conversion with LC_ALL=CAvi Halachmi (:avih)2023-08-031-6/+29
| * | win32: add FEATURE_UTF8_OUTPUT (enabled with unicode)Avi Halachmi (:avih)2023-08-036-1/+112
| * | win32: unify 'convert and write to console' (no-op)Avi Halachmi (:avih)2023-08-031-17/+44
|/ /
* | win32: fail early if UTF8 isn't supportedRon Yorston2023-07-273-31/+50
* | Add Unicode version to prerelease buildRon Yorston2023-07-252-1/+1250
* | Merge pull request #346 from avih/win32-unicode-versionRon Yorston2023-07-251-0/+4
|\ \