| Commit message (Expand) | Author | Files | Lines |
2024-10-29 | win32: try harder to prevent output to stdout | Ron Yorston | 1 | -1/+0 |
2024-10-29 | win32: more problems with stream i/o and MSVCRT | Ron Yorston | 1 | -0/+16 |
2024-10-28 | ash: fix waiting for status of background job | Ron Yorston | 1 | -1/+0 |
2024-10-28 | ash: correctly identify nofork applets in error message | Ron Yorston | 1 | -0/+8 |
2024-10-28 | cut: improve detection of invalid ranges | Ron Yorston | 1 | -8/+11 |
2024-10-25 | win32: update poll(2) to match latest gnulib version | Ron Yorston | 1 | -5/+6 |
2024-10-25 | win32: workaround for pipe writability in poll(2) | Ron Yorston | 1 | -0/+13 |
2024-10-23 | make: .WAIT shoudn't have prerequisites | Ron Yorston | 1 | -1/+1 |
2024-10-22 | cut: detect error when bounds are reversed | Ron Yorston | 2 | -1/+11 |
2024-10-20 | make: enforce restrictions on prerequisites/commands | Ron Yorston | 1 | -9/+45 |
2024-10-20 | make: changes to .DEFAULT/inference rules | Ron Yorston | 2 | -19/+38 |
2024-10-20 | make: fix test for empty command in inference rule | Ron Yorston | 1 | -1/+1 |
2024-10-18 | make: relax definition of comment line | Ron Yorston | 1 | -1/+1 |
2024-10-17 | make: improve chaining of implicit rules | Ron Yorston | 1 | -3/+19 |
2024-10-17 | make: look for PDPmakefile | Ron Yorston | 1 | -10/+9 |
2024-10-13 | ash: update comment | Ron Yorston | 1 | -1/+0 |
2024-10-13 | win32: close exec'ing process if possible | Ron Yorston | 1 | -0/+3 |
2024-10-12 | kill: fix regression in 'kill -9' | Ron Yorston | 1 | -6/+7 |
2024-10-11 | win32: fix problem interrupting shell loop | Ron Yorston | 1 | -11/+13 |
2024-10-10 | win32: fix regression in chdir(2) | Ron Yorston | 1 | -7/+9 |
2024-10-09 | id: code shrink | Ron Yorston | 3 | -1/+23 |
2024-10-09 | test: code shrink supplementary groups | Ron Yorston | 2 | -0/+8 |
2024-10-08 | libbb: code shrink supplementary group test | Ron Yorston | 2 | -0/+10 |
2024-10-08 | hexdump: accept hex numbers in -n, closes 16195 | Denys Vlasenko | 1 | -3/+8 |
2024-10-08 | libbb: modify find_executable() to not temporarily write to PATH | Denys Vlasenko | 4 | -54/+48 |
2024-10-07 | hush: fix "type ./cat" and "command -v ./cat" to not scan PATH | Denys Vlasenko | 1 | -13/+33 |
2024-10-07 | hush: make "test -x" use cached groupinfo | Denys Vlasenko | 1 | -7/+22 |
2024-10-07 | ash: more changes to noexec applets | Ron Yorston | 1 | -30/+16 |
2024-10-07 | test: -x can return 0/1 early if all X bits are the same | Denys Vlasenko | 1 | -10/+10 |
2024-10-07 | ash: cache more of uid/gid syscalls | Denys Vlasenko | 4 | -10/+30 |
2024-10-07 | ash: make "test -x" use cached groupinfo | Denys Vlasenko | 3 | -6/+19 |
2024-10-07 | libbb: simplify parameter passing in is_in_supplementary_groups() | Denys Vlasenko | 4 | -20/+34 |
2024-10-07 | ash: command -v CMD must skip (go to next path) when CMD exists, but is not e... | Denys Vlasenko | 1 | -3/+51 |
2024-10-07 | libbb: move is_in_supplementary_groups() from test to libbb | Denys Vlasenko | 3 | -19/+26 |
2024-10-06 | test: Invert return value of test_eaccess and rename it to test_st_mode | Denys Vlasenko | 1 | -16/+11 |
2024-10-06 | test: code shrink | Denys Vlasenko | 1 | -1/+1 |
2024-10-06 | networking/libiproute/iplink.c: fix support for older kernels | Thomas Devoogdt | 1 | -0/+21 |
2024-10-06 | libbb: fix sha1 on !x86 if CONFIG_SHA1_HWACCEL=y | Rudi Heitbaum | 1 | -0/+2 |
2024-10-06 | ash: fix regression with 'exec sh -s' | Ron Yorston | 1 | -9/+15 |
2024-10-02 | win32: adjust usage for timeout and pipe_progress | Ron Yorston | 2 | -3/+3 |
2024-09-30 | win32: work around problem with stderr in MSVCRT | Ron Yorston | 2 | -4/+5 |
2024-09-28 | hush: whitespace and comment fixes | Denys Vlasenko | 1 | -43/+27 |
2024-09-27 | ash: reject unknown long options | Ron Yorston | 1 | -1/+2 |
2024-09-27 | lineedit: use stdout for shell history builtin | Ron Yorston | 1 | -1/+1 |
2024-09-27 | ed: fix line insertion before current line. Closes 15081 | Ron Yorston | 2 | -0/+23 |
2024-09-27 | fixdep: add fstat error handling | Sam James | 1 | -2/+9 |
2024-09-27 | libbb: send usage messages to correct stream | Ron Yorston | 1 | -13/+17 |
2024-09-27 | libbb: use full_write1_str() to shrink busybox_main() | Ron Yorston | 1 | -13/+11 |
2024-09-27 | lineedit: make save_history() FAST_FUNC | Denys Vlasenko | 2 | -6/+6 |
2024-09-27 | win32: drop workaround for Wine console buffer | Ron Yorston | 2 | -10/+3 |