aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2024-09-2810-102/+87
|\
| * hush: whitespace and comment fixesDenys Vlasenko2024-09-281-43/+27
| * ash: reject unknown long optionsRon Yorston2024-09-271-1/+2
| * lineedit: use stdout for shell history builtinRon Yorston2024-09-271-1/+1
| * ed: fix line insertion before current line. Closes 15081Ron Yorston2024-09-272-0/+23
| * fixdep: add fstat error handlingSam James2024-09-271-2/+9
| * libbb: send usage messages to correct streamRon Yorston2024-09-271-13/+17
| * libbb: use full_write1_str() to shrink busybox_main()Ron Yorston2024-09-271-13/+11
| * lineedit: make save_history() FAST_FUNCDenys Vlasenko2024-09-272-6/+6
| * Start 1.38.0 development cycleDenys Vlasenko2024-09-261-2/+2
| * Bump version to 1.37.0Denys Vlasenko2024-09-261-1/+1
| * wget: fix compile warnings when WGET_FTP is not selectedDenys Vlasenko2024-09-262-4/+7
* | win32: drop workaround for Wine console bufferRon Yorston2024-09-272-10/+3
* | Update sample build scriptsRon Yorston2024-09-253-7/+25
* | cut: don't print empty lines with '-s' optionRon Yorston2024-09-231-0/+5
* | Use builtin ffs also with GCCChristopher Wellons2024-09-211-1/+1
* | ash: reject unknown long optionsRon Yorston2024-09-211-0/+5
* | make: fix error reporting for included filesFRP-5467-g9376eebd8Ron Yorston2024-09-151-5/+6
* | make: fix test for include with no pathnamesRon Yorston2024-09-141-1/+1
* | make: handling of leading whitespace in makefilesRon Yorston2024-09-101-14/+16
* | make: reinstate conditional skipping of command linesRon Yorston2024-09-102-11/+13
* | ash: code shrinkRon Yorston2024-09-081-6/+2
* | ash: optimise running of scripts (2)Ron Yorston2024-09-043-8/+26
* | make: duplicate makefile name recorded with commandRon Yorston2024-08-221-3/+12
* | ash: optimise running of scriptsRon Yorston2024-08-193-15/+68
* | which,ash: code shrink detection of standalone shellRon Yorston2024-08-172-28/+11
* | ash: allow additional element in argv arrayRon Yorston2024-08-161-2/+5
* | win32: code shrinkRon Yorston2024-08-165-34/+34
* | win32: use 64-bit time on 32-bit platformsRon Yorston2024-08-143-2/+22
* | win32: fix strftime(3) '%s' formatRon Yorston2024-08-141-1/+1
* | make: disallow inference rules for phony targetsRon Yorston2024-08-102-5/+22
* | win32: fix another problem with stat(2)Ron Yorston2024-08-091-2/+3
* | make: allow empty commandsRon Yorston2024-08-082-10/+23
* | drop: use correct option when cmd.exe is used as shellRon Yorston2024-08-081-0/+2
* | su: note that test mode implies -W in usage messageRon Yorston2024-08-081-1/+1
* | su: add test modeRon Yorston2024-08-071-19/+27
* | su: use correct option when cmd.exe is used as shellRon Yorston2024-08-051-1/+3
* | drop: allow an alternative shell to be selectedRon Yorston2024-08-051-7/+16
* | su: allow an alternative shell to be selectedRon Yorston2024-08-041-19/+30
* | su: detect inability to raise privilegeRon Yorston2024-08-033-22/+37
* | dd: add support for writing to physical drivesRon Yorston2024-08-021-0/+17
* | ash: rewrite waitpid_child() to improve performanceRon Yorston2024-07-301-32/+19
* | ash: fix slow running when background job is presentRon Yorston2024-07-281-1/+1
* | lineedit: use stdout for shell history builtinRon Yorston2024-07-271-0/+5
* | wget: let user override Content-LengthRon Yorston2024-07-261-0/+21
* | linedit: increase line edit buffer to 8192 bytesRon Yorston2024-07-264-4/+4
* | win32: consolidate executable handling in popen.cRon Yorston2024-07-202-34/+29
* | win32: code shrink popen(3)Ron Yorston2024-07-191-40/+13
* | ash: ignore hidden/iconified stateRon Yorston2024-07-181-10/+3
* | ed: fix line insertion before current lineRon Yorston2024-07-182-0/+25