toybox icon indicating copy to clipboard operation
toybox copied to clipboard

toybox

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

``` rrt[]msg* for SRV was copy+paste (from MX) wrong/confusing --- toybox-0.7.8/toys/pending/host.c_ORIG 2019-05-23 20:49:04.760865776 +0000 +++ toybox-0.7.8/toys/pending/host.c 2019-05-23 20:49:18.475658895 +0000 @@ -52,7 +52,7 @@ [6] = { "SOA", "start of authority",...

`getty` does not display /etc/issue, regardless of whether `-i` is specified or not. The login prompt is still displayed. I noticed this after upgrading to 0.8.11. A quick git bisect...

`envsubst` is frequently used in container world for environment variable substitution. It was added in Alpine as discussed in https://gitlab.alpinelinux.org/alpine/aports/-/issues/14935 Does it make sense to include it as a toybox...

HEREDOC: handle line continuations earlyer - next\\\nEOF -> nextEOF - EO\\\nF -> EOF test_sh pass: -

hello, again you may consider this eye-candy, but it is some quality of life improvement. ### use case (implementation) #### pv the `pv` command -- ``` $ pv --help Usage:...

Per [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799.2018edition/utilities/find.html) ``` find . -size n ``` is meant to return the files whose size rounded up to an integer number of 512-byte units is 1. For instance, `find...

Found via fuzzing. I have a patch that makes it easier to fuzz arguments to toybox commands. I can post it to the mailing list if it sounds generally useful....

The Toybox binary obtained by an *incremental build* may not be reproducible depending on some configuration options (while a traditional, clean build consistently leads to the same binary). It would...

Possible fixes: - Use /usr/bin/env bash - Do not use GNU things Else, toybox can't be build on systems without bash, like Alpine, obviously it would be trivial to install...