Re: [Toybox] [PATCH] A "dc" implementation

2023-09-20 Thread Oliver Webb via Toybox
--- Original Message --- On Wednesday, September 20th, 2023 at 3:07 PM, Rob Landley wrote: > On 9/20/23 01:41, Oliver Webb via Toybox wrote: > > > I have made a implementation of the 'dc' command in toybox > > > > Since dc isn't specified in POSIX or LSB, > > > Which is why it's not in

Re: [Toybox] yash - a posix-compliant shell

2023-09-20 Thread Rob Landley
On 9/19/23 23:04, scsijon wrote: > https://github.com/magicant/yash Is therere a project called "yet another yet another" yet? > Came across his while perusing various linux's bookmarks (trying to > re-find a package i'd lost it's name, just knew i'd know it when I saw > it). Just wondering

Re: [Toybox] [PATCH] A "dc" implementation

2023-09-20 Thread Rob Landley
On 9/20/23 01:41, Oliver Webb via Toybox wrote: > I have made a implementation of the 'dc' command in toybox > > Since dc isn't specified in POSIX or LSB, Which is why it's not in toybox? There are things listed in yocto's root filesystem in the roadmap which I don't intend to add to toybox.

Re: [Toybox] You've seen the /dev/random shenanigans, right?

2023-09-20 Thread Eric Biggers via Toybox
On Tue, Sep 19, 2023 at 03:23:54PM -0700, enh wrote: > On Tue, Sep 19, 2023 at 2:48 PM Eric Biggers wrote: > > > > On Tue, Sep 19, 2023 at 12:44:17PM -0700, enh wrote: > > > > now writing to /dev/random not only doesn't credit entropy (so it > > > > still blocks) > > > > It's always been like

[Toybox] yash - a posix-compliant shell

2023-09-20 Thread scsijon
https://github.com/magicant/yash Came across his while perusing various linux's bookmarks (trying to re-find a package i'd lost it's name, just knew i'd know it when I saw it). Just wondering what you thought of it and is it worth considering adding in to toybox as it's suppose to be

Re: [Toybox] You've seen the /dev/random shenanigans, right?

2023-09-20 Thread Eric Biggers via Toybox
On Tue, Sep 19, 2023 at 12:44:17PM -0700, enh wrote: > > now writing to /dev/random not only doesn't credit entropy (so it > > still blocks) It's always been like that, at least back to the earliest git commit in Linux history (dated 2005). The only way for userspace programs to credit entropy

Re: [Toybox] You've seen the /dev/random shenanigans, right?

2023-09-20 Thread Pete Bentley via Toybox
> +Pete Bentley as the other person who might be interested in this stuff. (because of prng_seeder, which is what boringssl-based stuff uses, but which might also care about us not calling the ioctl()?) I don't think we care, anything using libcrypto (including Toybox) on Android should be

Re: [Toybox] You've seen the /dev/random shenanigans, right?

2023-09-20 Thread Rob Landley
On 9/19/23 14:44, enh wrote: >> And I just noticed because somebody mentioned Android involvement. (I still >> try >> to check that mailing list twice/month for anything of obvious interest.) >> >> http://lists.busybox.net/pipermail/busybox/2023-September/090471.html > > (i think they were just