aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-06ash: fix regression with 'exec sh -s'Ron Yorston1-9/+15
2024-10-02win32: adjust usage for timeout and pipe_progressRon Yorston2-3/+3
2024-09-30win32: work around problem with stderr in MSVCRTRon Yorston2-4/+5
2024-09-28hush: whitespace and comment fixesDenys Vlasenko1-43/+27
2024-09-27ash: reject unknown long optionsRon Yorston1-1/+2
2024-09-27lineedit: use stdout for shell history builtinRon Yorston1-1/+1
2024-09-27ed: fix line insertion before current line. Closes 15081Ron Yorston2-0/+23
2024-09-27fixdep: add fstat error handlingSam James1-2/+9
2024-09-27libbb: send usage messages to correct streamRon Yorston1-13/+17
2024-09-27libbb: use full_write1_str() to shrink busybox_main()Ron Yorston1-13/+11
2024-09-27lineedit: make save_history() FAST_FUNCDenys Vlasenko2-6/+6
2024-09-27win32: drop workaround for Wine console bufferRon Yorston2-10/+3
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