aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | ash: restore value of imported variable on unexportRon Yorston2024-07-081-0/+9
* | ash: read profile script relative to binaryRon Yorston2024-07-084-3/+15
* | win32: code shrink system drive handling (2)Ron Yorston2024-07-071-1/+1
* | win32: code shrink system drive handlingRon Yorston2024-07-075-35/+22
* | ash: special hack for libtoolRon Yorston2024-07-071-0/+10
* | win32: properly restore BB_ env varsRon Yorston2024-07-021-1/+11
* | win32: don't allow BB_TERMINAL_MODE=6Ron Yorston2024-06-281-1/+1
* | win32: add definition for old mingw-w64FRP-5398-g89ae34445Ron Yorston2024-06-251-0/+4
* | win32: code shrink exit_code_to_wait_status_cmd()Ron Yorston2024-06-241-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2024-06-2334-155/+562
|\|
| * typo fixDenys Vlasenko2024-06-012-2/+2
| * libbb: fix 64-bit bb_popcnt_longDenys Vlasenko2024-05-311-1/+1
| * libbb: add bit counting function, use where appropriateDenys Vlasenko2024-05-318-52/+66
| * nproc: prepare for arbitrarily large CPU masksDenys Vlasenko2024-05-315-27/+38
| * lineedit: print prompt and editing operations to stderrDenys Vlasenko2024-04-131-28/+34
| * docproc: avoid segfault during file closingYan Zhu2024-04-131-0/+1
| * awk: fix segfault when compiled by clangRon Yorston2024-03-021-1/+1
| * crond: log5 fix typo, replace log level '4' with '5'Jones Syue2024-03-021-1/+1
| * ash: fix handling of single-quoted strings in pattern substitutionDenys Vlasenko2024-02-265-0/+29
| * ip link: support for the CAN netlinkDario Binacchi2024-02-263-11/+333
| * hush: detect when terminating "done"/"fi" is missingDenys Vlasenko2024-02-259-1/+22
| * hush: set G.ifs sooner (prevents segfault)Denys Vlasenko2024-02-251-28/+34
| * ls: do not truncate username/groupname to 8 charsDenys Vlasenko2024-02-251-2/+2
* | win32: code shrink BB_CRITICAL_ERROR_DIALOGSRon Yorston2024-06-232-2/+3
* | win32: only access mode argument of open(2) if requiredRon Yorston2024-06-221-3/+5
* | win32: add env var to control error dialogsRon Yorston2024-06-226-2/+12
* | win32: revert 'don't set error mode'Ron Yorston2024-06-222-29/+68
* | ash: allow HISTFILE=/dev/null to work as intendedRon Yorston2024-06-191-3/+8
* | win32: code shrink APE detection; avoid UBRon Yorston2024-06-191-3/+7
* | make: update default rulesRon Yorston2024-06-161-14/+49
* | win32: detect Actually Portable Executable binariesRon Yorston2024-06-161-15/+23
* | win32: don't set error modeRon Yorston2024-06-161-4/+0
* | make: update for POSIX 2024Ron Yorston2024-06-146-27/+31
* | win32: allow for trailing separator in PATHRon Yorston2024-06-144-38/+47
* | make: limit changes to pragmasRon Yorston2024-06-101-5/+4
* | make: allow := macro assignment on command lineRon Yorston2024-06-081-14/+22
* | make: more changes for c:/path targetRon Yorston2024-06-051-4/+5
* | make: restore check for c:/path targetRon Yorston2024-06-051-1/+23
* | make: explicitly verify order of argumentsRon Yorston2024-06-041-7/+16
* | make: only reset getopt(3) if necessaryRon Yorston2024-06-031-2/+2
* | make: ensure sufficient space in line bufferRon Yorston2024-06-021-7/+8
* | make: report POSIX 202X issue with includeRon Yorston2024-06-021-6/+12
* | make: restore warning about invalid macro nameRon Yorston2024-06-021-7/+9
* | make: move test for complex chain of macro assignmentsRon Yorston2024-06-011-14/+14
* | make: fix detection of target rules (take 2)Ron Yorston2024-05-312-184/+177
* | make: allow :::= macro assignment on command lineRon Yorston2024-05-292-16/+52
* | make: relax the test 'Return error if command fails'Ron Yorston2024-05-291-1/+1
* | make: fixes to -q optionRon Yorston2024-05-282-36/+43
* | make: fixes to -t optionRon Yorston2024-05-282-33/+60
* | make: improved support for POSIX levelsRon Yorston2024-05-275-5/+37