toybox icon indicating copy to clipboard operation
toybox copied to clipboard

toybox

Results 101 toybox issues
Sort by recently updated
recently updated
newest added

Would it be possible to provide annotated tags so that "git describe" outputs something usable? Thanks in advance, Alexander

Having both `$CROSS_COMPILE` and `$CC` will cause a duplication of the target tuple (triplet or quadruplet). This is mostly due to the fact that many cross compilation toolchains set `CROSS_COMPILE`...

Not all shells support =~. Android, for example, uses mksh, which does not. Change is from suggestion at http://www.mirbsd.org/mksh-faq.htm#regex-comparison

Hi Rob~ I have some "route.c"questions need to ask and my toybox version is 0.8.8. 1. I have add route command (route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.1.10 dev...

I found a problem with Toybox 0.8.4 while trying to open UDP port with netcat. Netcat is showing that it is listening, but no UPD port is shown via netstat...

I'm building from source code tagged at 0.8.8 using clang. I've noticed a situation that `timeout` returns non-zero for a command that successfully returns. I've traced the calls and found...

```diff diff --git a/util-linux/lsusb.c b/util-linux/lsusb.c index e27aa7f31..b7b7abb99 100644 --- a/util-linux/lsusb.c +++ b/util-linux/lsusb.c @@ -15,7 +15,16 @@ //config: system and devices connected to them. //config: //config: This version uses sysfs (/sys/bus/usb/devices)...

While trying to load a module, `modprobe` fails to load dependency modules: ``` # modprobe -v /lib/modules/5.16.11-zen-gfbc389882a61/kernel/drivers/gpu/drm/tiny/bochs.ko queuing /lib/modules/5.16.11-zen-gfbc389882a61/kernel/drivers/gpu/drm/tiny/bochs.ko probing by module name go_prob'ing bochs loaded kernel/drivers/gpu/drm/ttm/ttm.ko '(null)': Bad address...

``` $ lspci ... 00:01.0 Class 0604: Device 8086:1901 (rev 07) ... ``` ``` $ lspci -i $PWD/pci.ids ... 00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller...

We're building toybox as part of larger set of projects and basically the global make command we launch is akin to make ... > log.txt 2>&1 But for some reason...