aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2024-10-087-66/+102
|\
| * hexdump: accept hex numbers in -n, closes 16195Denys Vlasenko2024-10-081-3/+8
| * libbb: modify find_executable() to not temporarily write to PATHDenys Vlasenko2024-10-084-54/+48
| * hush: fix "type ./cat" and "command -v ./cat" to not scan PATHDenys Vlasenko2024-10-071-13/+33
| * hush: make "test -x" use cached groupinfoDenys Vlasenko2024-10-071-7/+22
* | libbb: code shrink supplementary group testRon Yorston2024-10-082-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2024-10-086-49/+169
|\|
| * test: -x can return 0/1 early if all X bits are the sameDenys Vlasenko2024-10-071-10/+10
| * ash: cache more of uid/gid syscallsDenys Vlasenko2024-10-074-10/+30
| * ash: make "test -x" use cached groupinfoDenys Vlasenko2024-10-073-6/+19
| * libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko2024-10-074-20/+34
| * ash: command -v CMD must skip (go to next path) when CMD exists, but is not e...Denys Vlasenko2024-10-071-3/+51
| * libbb: move is_in_supplementary_groups() from test to libbbDenys Vlasenko2024-10-073-19/+26
| * test: Invert return value of test_eaccess and rename it to test_st_modeDenys Vlasenko2024-10-061-16/+11
| * test: code shrinkDenys Vlasenko2024-10-061-1/+1
| * networking/libiproute/iplink.c: fix support for older kernelsThomas Devoogdt2024-10-061-0/+21
| * libbb: fix sha1 on !x86 if CONFIG_SHA1_HWACCEL=yRudi Heitbaum2024-10-061-0/+2
* | ash: more changes to noexec appletsRon Yorston2024-10-071-30/+16
* | ash: fix regression with 'exec sh -s'Ron Yorston2024-10-061-9/+15
* | win32: adjust usage for timeout and pipe_progressRon Yorston2024-10-022-3/+3
* | win32: work around problem with stderr in MSVCRTRon Yorston2024-09-302-4/+5
* | 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