illiliti

Results 24 comments of illiliti

on [p]bosh, yash ``` zsh >> bosh test.sh [contains] zsh >> pbosh test.sh [contains] zsh >> yash test.sh [contains] zsh >> ```

`==`, `!=`, `=`, `*=`, `/=`, `%=`, `-=`, `=`, `&=`, `^=`, `|=`, `expr?expr:expr` is broken/unsupported too. 1. https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_04 2. https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap01.html#tag_17_01_02_01

library and cli tool: https://github.com/michaelforney/b3sum

Please don't force people to use bash. Non-portable requirements is always bad idea, especially if it's unnecessary

@fungilife > No matter what I do it still boots on the default /usr/bin/init `init=` is not honored by tinyramfs at the moment. Will fix that, thanks for reporting. >...

Perhaps GNU way[^1] would be more appropriate here... Need to think later. [^1]: https://www.gnu.org/software/coreutils/manual/html_node/Disambiguating-names-and-IDs.html

Great. Can't wait to see recvfrom support.

I'm aware of this issue, but I don't see if there is anything sane I can do on my side. Plain setsid will break stuff, if I remember correctly. Proxying...

> what kind of inefficiency do you have in mind? polling ptys, reading/writing from/to ptys, SIGWINCH/SIGCHLD handling, ... This all looks pretty inefficient to me and strictly speaking smells like...