aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | libarchive: pdpmake requires some ar functionsRon Yorston2024-11-061-0/+1
* | win32: drop stream i/o workaroundRon Yorston2024-10-301-9/+0
* | win32: try harder to prevent output to stdoutRon Yorston2024-10-291-1/+0
* | win32: more problems with stream i/o and MSVCRTRon Yorston2024-10-291-0/+16
* | ash: fix waiting for status of background jobRon Yorston2024-10-281-1/+0
* | ash: correctly identify nofork applets in error messageRon Yorston2024-10-281-0/+8
* | cut: improve detection of invalid rangesRon Yorston2024-10-281-8/+11
* | win32: update poll(2) to match latest gnulib versionRon Yorston2024-10-251-5/+6
* | win32: workaround for pipe writability in poll(2)Ron Yorston2024-10-251-0/+13
* | make: .WAIT shoudn't have prerequisitesRon Yorston2024-10-231-1/+1
* | cut: detect error when bounds are reversedRon Yorston2024-10-222-1/+11
* | make: enforce restrictions on prerequisites/commandsRon Yorston2024-10-201-9/+45
* | make: changes to .DEFAULT/inference rulesRon Yorston2024-10-202-19/+38
* | make: fix test for empty command in inference ruleRon Yorston2024-10-201-1/+1
* | make: relax definition of comment lineRon Yorston2024-10-181-1/+1
* | make: improve chaining of implicit rulesRon Yorston2024-10-171-3/+19
* | make: look for PDPmakefileRon Yorston2024-10-171-10/+9
* | ash: update commentRon Yorston2024-10-131-1/+0
* | win32: close exec'ing process if possibleRon Yorston2024-10-131-0/+3
* | kill: fix regression in 'kill -9'Ron Yorston2024-10-121-6/+7
* | win32: fix problem interrupting shell loopRon Yorston2024-10-111-11/+13
* | win32: fix regression in chdir(2)Ron Yorston2024-10-101-7/+9
* | id: code shrinkRon Yorston2024-10-093-1/+23
* | test: code shrink supplementary groupsRon Yorston2024-10-092-0/+8
* | 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