aboutsummaryrefslogtreecommitdiff
path: root/procps (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-07test: -x can return 0/1 early if all X bits are the sameDenys Vlasenko1-10/+10
2024-10-07ash: cache more of uid/gid syscallsDenys Vlasenko4-10/+30
2024-10-07ash: make "test -x" use cached groupinfoDenys Vlasenko3-6/+19
2024-10-07libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko4-20/+34
2024-10-07ash: command -v CMD must skip (go to next path) when CMD exists, but is not e...Denys Vlasenko1-3/+51
2024-10-07libbb: move is_in_supplementary_groups() from test to libbbDenys Vlasenko3-19/+26
2024-10-06test: Invert return value of test_eaccess and rename it to test_st_modeDenys Vlasenko1-16/+11
2024-10-06test: code shrinkDenys Vlasenko1-1/+1
2024-10-06networking/libiproute/iplink.c: fix support for older kernelsThomas Devoogdt1-0/+21
2024-10-06libbb: fix sha1 on !x86 if CONFIG_SHA1_HWACCEL=yRudi Heitbaum1-0/+2
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