aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ash: allow wait to handle more than 64 processeswaitforRon Yorston2026-07-161-1/+12
* xargs: limit number of processes to 64Ron Yorston2026-07-161-18/+4
* win32: code shrink procps_scan()Ron Yorston2026-07-153-28/+29
* fix: procps_scan: do not confirm a process to be parent if either creation ti...Shun Zi2026-07-151-4/+4
* fix: procps_scan: compare process creation times to ensure ppid is realshunf42026-07-153-16/+55
* win32: workaround for overflow of 8.3 short name (2)Ron Yorston2026-07-141-1/+1
* win32: workaround for overflow of 8.3 short nameRon Yorston2026-07-133-2/+36
* xxd: allow '-p -c 0' to cause a single line to be outputRon Yorston2026-07-132-2/+26
* Merge branch 'busybox' into mergeRon Yorston2026-07-0830-333/+642
|\
| * join: code shrink by making some variables "global"Denys Vlasenko2026-07-081-50/+58
| * join: new appletRon Yorston2026-07-082-0/+595
| * ash: fix out-of-bounds read in ifsbreakup()Sanghyun Park2026-07-061-9/+15
| * awk: fix printf "%o\n", -1Denys Vlasenko2026-07-062-5/+7
| * svlogd: fix buffer overrunDenys Vlasenko2026-07-031-2/+2
| * cmp: add KMG suffix for cmp -n MAXCOUNTAnubhav Kokane2026-07-032-6/+36
| * awk: optimize 'print "no format specs here\n"' caseDenys Vlasenko2026-07-021-20/+26
| * awk: fix printing of very large numbers with printf("%d")Denys Vlasenko2026-07-022-89/+179
| * awk: rename variables in awk_printf(), no code changesDenys Vlasenko2026-07-021-34/+36
| * awk: add '*' as a valid specifier for width and precision in printfDenys Vlasenko2026-07-012-9/+111
| * testing stripts: allow to skip "awk gsub erroneous word start match" testDenys Vlasenko2026-05-143-6/+11
| * hush: placate warning: 'print_pfx_escaped_nl' defined but not usedDenys Vlasenko2026-05-141-0/+2
| * tls: use bb_simple_error_msg where appropriateDenys Vlasenko2026-05-141-2/+2
| * Start 1.39.0 development cycleDenys Vlasenko2026-05-131-2/+2
| * Bump version to 1.38.0Denys Vlasenko2026-05-131-1/+1
| * Optimize !ENABLE_SHOW_USAGE configDenys Vlasenko2026-05-022-42/+46
| * cpio.tests: fix false positiveDenys Vlasenko2026-04-301-1/+3
| * cpio.tests: do not use "ls" to detect that file does not existDenys Vlasenko2026-04-301-2/+2
| * tar: unicode fixDenys Vlasenko2026-04-302-1/+5
| * cpio.tests: fix false positive when -o support is not enabledDenys Vlasenko2026-04-301-1/+1
| * cpio: fix a bug (wrong free() address) in !FEATURE_TAR_LONG_OPTIONS configDenys Vlasenko2026-04-302-1/+5
| * start-stop-daemon.tests: fix false positive if longopts are not enabledDenys Vlasenko2026-04-292-0/+7
| * Fix "undefined reference to 'skip_unsafe_prefix' build failureDenys Vlasenko2026-04-292-4/+4
| * fdisk: fix build failure on glibcDenys Vlasenko2026-04-291-1/+3
| * Fix randomtest to not select TC on glibcDenys Vlasenko2026-04-291-4/+2
| * httpd: fix build for !FEATURE_HTTPD_CGI configDenys Vlasenko2026-04-291-2/+2
| * Fix randomtest to never select a debug configDenys Vlasenko2026-04-291-0/+6
| * telnet: fix build for !TELNETD configDenys Vlasenko2026-04-291-0/+1
| * httpd: fix build for !FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR configDenys Vlasenko2026-04-291-1/+1
| * hush: fix build for !HUSH_CASE configDenys Vlasenko2026-04-291-4/+4
| * libbb: rename two fields in ioloop_state, no logic changesDenys Vlasenko2026-04-124-44/+44
| * trylink: remove "local" bashismDenys Vlasenko2026-03-161-8/+3
| * trylink: detect linker flag support for non-GNU linkersChristian Stewart2026-03-151-1/+27
| * less: fix ":d" commandDenys Vlasenko2026-03-151-13/+13
| * runsv: fix open error check (fd < -1 should be fd < 0)Denys Vlasenko2026-03-131-1/+1
| * udhcpc6: check the size of D6_OPT_IAPREFIX optionDenys Vlasenko2026-03-121-2/+5
| * udhcpc6: fix buffer overflowDenys Vlasenko2026-03-121-3/+3
* | make: fix build with FEATURE_CLEAN_UP enabledRon Yorston2026-07-061-0/+1
* | join: re-add accidentally removed returnmbartlett212026-07-062-0/+7
* | join: code shrink (5)Ron Yorston2026-07-051-10/+14
* | join: changesmbartlett212026-07-052-38/+39