aboutsummaryrefslogtreecommitdiff
path: root/modutils (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-23win32: code shrink BB_CRITICAL_ERROR_DIALOGSRon Yorston2-2/+3
2024-06-22win32: only access mode argument of open(2) if requiredRon Yorston1-3/+5
2024-06-22win32: add env var to control error dialogsRon Yorston6-2/+12
2024-06-22win32: revert 'don't set error mode'Ron Yorston2-29/+68
2024-06-19ash: allow HISTFILE=/dev/null to work as intendedRon Yorston1-3/+8
2024-06-19win32: code shrink APE detection; avoid UBRon Yorston1-3/+7
2024-06-16make: update default rulesRon Yorston1-14/+49
2024-06-16win32: detect Actually Portable Executable binariesRon Yorston1-15/+23
2024-06-16win32: don't set error modeRon Yorston1-4/+0
2024-06-14make: update for POSIX 2024Ron Yorston6-27/+31
2024-06-14win32: allow for trailing separator in PATHRon Yorston4-38/+47
2024-06-10make: limit changes to pragmasRon Yorston1-5/+4
2024-06-08make: allow := macro assignment on command lineRon Yorston1-14/+22
2024-06-05make: more changes for c:/path targetRon Yorston1-4/+5
2024-06-05make: restore check for c:/path targetRon Yorston1-1/+23
2024-06-04make: explicitly verify order of argumentsRon Yorston1-7/+16
2024-06-03make: only reset getopt(3) if necessaryRon Yorston1-2/+2
2024-06-02make: ensure sufficient space in line bufferRon Yorston1-7/+8
2024-06-02make: report POSIX 202X issue with includeRon Yorston1-6/+12
2024-06-02make: restore warning about invalid macro nameRon Yorston1-7/+9
2024-06-01make: move test for complex chain of macro assignmentsRon Yorston1-14/+14
2024-06-01typo fixDenys Vlasenko2-2/+2
2024-05-31libbb: fix 64-bit bb_popcnt_longDenys Vlasenko1-1/+1
2024-05-31libbb: add bit counting function, use where appropriateDenys Vlasenko8-52/+66
2024-05-31nproc: prepare for arbitrarily large CPU masksDenys Vlasenko5-27/+38
2024-05-31make: fix detection of target rules (take 2)Ron Yorston2-184/+177
2024-05-29make: allow :::= macro assignment on command lineRon Yorston2-16/+52
2024-05-29make: relax the test 'Return error if command fails'Ron Yorston1-1/+1
2024-05-28make: fixes to -q optionRon Yorston2-36/+43
2024-05-28make: fixes to -t optionRon Yorston2-33/+60
2024-05-27make: improved support for POSIX levelsRon Yorston5-5/+37
2024-05-25make: add posix_2017 pragmaRon Yorston1-9/+40
2024-05-24make: fix tests for BSDRon Yorston1-4/+4
2024-05-22make: add support for ifeq/ifneqRon Yorston2-16/+96
2024-05-22make: set $< and $* for target rulesRon Yorston2-6/+40
2024-05-22make: add support for CURDIR macroRon Yorston2-5/+53
2024-05-22ash: fix commentRon Yorston1-1/+1
2024-05-21ash: prevent mintty from setting HOMERon Yorston1-1/+13
2024-05-18win32: some changes to kill(2)Ron Yorston1-26/+27
2024-05-16win32: implement getppid(2)Ron Yorston2-10/+25
2024-05-16win32: ensure PIDs are read early in procps_scan()Ron Yorston2-12/+16
2024-05-15win32: code shrinkRon Yorston1-2/+0
2024-05-14ps: report unknown parent PID as 1Ron Yorston2-2/+23
2024-05-14kill: killing a zombie process should failRon Yorston3-114/+101
2024-05-10ash: -X option shouldn't alter environment variablesRon Yorston1-3/+3
2024-04-30win32: try to avoid downloading offline filesRon Yorston1-2/+5
2024-04-30ash: fix typoRon Yorston1-1/+1
2024-04-30ash: fix alias expansion followed by '&'Ron Yorston1-1/+10
2024-04-29ash: add 'noiconify' optionRon Yorston1-11/+23
2024-04-29ash: detect console state on every call to options()Ron Yorston1-3/+3