aboutsummaryrefslogtreecommitdiff
path: root/configs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-26Start 1.38.0 development cycleDenys Vlasenko1-2/+2
2024-09-26Bump version to 1.37.0Denys Vlasenko1-1/+1
2024-09-26wget: fix compile warnings when WGET_FTP is not selectedDenys Vlasenko2-4/+7
2024-09-25Update sample build scriptsRon Yorston3-7/+25
2024-09-23cut: don't print empty lines with '-s' optionRon Yorston1-0/+5
2024-09-21Use builtin ffs also with GCCChristopher Wellons1-1/+1
2024-09-21ash: reject unknown long optionsRon Yorston1-0/+5
2024-09-15make: fix error reporting for included filesFRP-5467-g9376eebd8Ron Yorston1-5/+6
2024-09-14make: fix test for include with no pathnamesRon Yorston1-1/+1
2024-09-10make: handling of leading whitespace in makefilesRon Yorston1-14/+16
2024-09-10make: reinstate conditional skipping of command linesRon Yorston2-11/+13
2024-09-08ash: code shrinkRon Yorston1-6/+2
2024-09-04ash: optimise running of scripts (2)Ron Yorston3-8/+26
2024-08-22make: duplicate makefile name recorded with commandRon Yorston1-3/+12
2024-08-19ash: optimise running of scriptsRon Yorston3-15/+68
2024-08-17which,ash: code shrink detection of standalone shellRon Yorston2-28/+11
2024-08-16ash: allow additional element in argv arrayRon Yorston1-2/+5
2024-08-16win32: code shrinkRon Yorston5-34/+34
2024-08-14win32: use 64-bit time on 32-bit platformsRon Yorston3-2/+22
2024-08-14win32: fix strftime(3) '%s' formatRon Yorston1-1/+1
2024-08-10make: disallow inference rules for phony targetsRon Yorston2-5/+22
2024-08-09win32: fix another problem with stat(2)Ron Yorston1-2/+3
2024-08-08make: allow empty commandsRon Yorston2-10/+23
2024-08-08drop: use correct option when cmd.exe is used as shellRon Yorston1-0/+2
2024-08-08su: note that test mode implies -W in usage messageRon Yorston1-1/+1
2024-08-07su: add test modeRon Yorston1-19/+27
2024-08-05su: use correct option when cmd.exe is used as shellRon Yorston1-1/+3
2024-08-05drop: allow an alternative shell to be selectedRon Yorston1-7/+16
2024-08-04su: allow an alternative shell to be selectedRon Yorston1-19/+30
2024-08-03su: detect inability to raise privilegeRon Yorston3-22/+37
2024-08-02dd: add support for writing to physical drivesRon Yorston1-0/+17
2024-07-30ash: rewrite waitpid_child() to improve performanceRon Yorston1-32/+19
2024-07-28ash: fix slow running when background job is presentRon Yorston1-1/+1
2024-07-27lineedit: use stdout for shell history builtinRon Yorston1-0/+5
2024-07-26wget: let user override Content-LengthRon Yorston1-0/+21
2024-07-26linedit: increase line edit buffer to 8192 bytesRon Yorston4-4/+4
2024-07-20win32: consolidate executable handling in popen.cRon Yorston2-34/+29
2024-07-19win32: code shrink popen(3)Ron Yorston1-40/+13
2024-07-18ash: ignore hidden/iconified stateRon Yorston1-10/+3
2024-07-18ed: fix line insertion before current lineRon Yorston2-0/+25
2024-07-14win32: code shrink mingw_spawn_interpreter()Ron Yorston1-11/+8
2024-07-14ash: move hashvar() calls into findvar()Ron Yorston1-9/+8
2024-07-13timeout: allow fractional seconds in timeout valuesRon Yorston1-4/+9
2024-07-13powertop: code shrinkDenys Vlasenko1-19/+6
2024-07-13hush: do not exit interactive shell on some redirection errorsDenys Vlasenko7-18/+47
2024-07-13hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fdDenys Vlasenko8-7/+42
2024-07-13hush: avoid duplicate fcntl(F_SETFD, FD_CLOEXEC) during initDenys Vlasenko1-8/+3
2024-07-12ash: remove limitation on fd# lengthDenys Vlasenko1-7/+13
2024-07-12ash: do not abort interactive mode on >&9999 redirectDenys Vlasenko1-4/+16
2024-07-12tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=yDenys Vlasenko1-6/+23