aboutsummaryrefslogtreecommitdiff
path: root/libbb/loop.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-29win32: try harder to prevent output to stdoutRon Yorston1-1/+0
2024-10-29win32: more problems with stream i/o and MSVCRTRon Yorston1-0/+16
2024-10-28ash: fix waiting for status of background jobRon Yorston1-1/+0
2024-10-28ash: correctly identify nofork applets in error messageRon Yorston1-0/+8
2024-10-28cut: improve detection of invalid rangesRon Yorston1-8/+11
2024-10-25win32: update poll(2) to match latest gnulib versionRon Yorston1-5/+6
2024-10-25win32: workaround for pipe writability in poll(2)Ron Yorston1-0/+13
2024-10-23make: .WAIT shoudn't have prerequisitesRon Yorston1-1/+1
2024-10-22cut: detect error when bounds are reversedRon Yorston2-1/+11
2024-10-20make: enforce restrictions on prerequisites/commandsRon Yorston1-9/+45
2024-10-20make: changes to .DEFAULT/inference rulesRon Yorston2-19/+38
2024-10-20make: fix test for empty command in inference ruleRon Yorston1-1/+1
2024-10-18make: relax definition of comment lineRon Yorston1-1/+1
2024-10-17make: improve chaining of implicit rulesRon Yorston1-3/+19
2024-10-17make: look for PDPmakefileRon Yorston1-10/+9
2024-10-13ash: update commentRon Yorston1-1/+0
2024-10-13win32: close exec'ing process if possibleRon Yorston1-0/+3
2024-10-12kill: fix regression in 'kill -9'Ron Yorston1-6/+7
2024-10-11win32: fix problem interrupting shell loopRon Yorston1-11/+13
2024-10-10win32: fix regression in chdir(2)Ron Yorston1-7/+9
2024-10-09id: code shrinkRon Yorston3-1/+23
2024-10-09test: code shrink supplementary groupsRon Yorston2-0/+8
2024-10-08libbb: code shrink supplementary group testRon Yorston2-0/+10
2024-10-08hexdump: accept hex numbers in -n, closes 16195Denys Vlasenko1-3/+8
2024-10-08libbb: modify find_executable() to not temporarily write to PATHDenys Vlasenko4-54/+48
2024-10-07hush: fix "type ./cat" and "command -v ./cat" to not scan PATHDenys Vlasenko1-13/+33
2024-10-07hush: make "test -x" use cached groupinfoDenys Vlasenko1-7/+22
2024-10-07ash: more changes to noexec appletsRon Yorston1-30/+16
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