Justine Tunney

Results 593 comments of Justine Tunney

What version of zsh? I patched it in zsh 5.9 https://github.com/zsh-users/zsh/commit/326d9c203b3980c0f841bc62b06e37134c6e51ea

Could you check if the OpenBSD developers patched it?

@ahgamut Can we remove rsync from Cosmos? This isn't something I'm willing to support on Windows.

Cosmos is a proof of concept we built for fun. If rsync isn't working due to an issue with cosmo, then I'd be happy to accept a patch that fixes...

I've fixed all the issues that were causing rsync to not work on Windows. As such, rsync will be reintroduced into Cosmos shortly. We needed to patch rsync here https://github.com/ahgamut/superconfigure/commit/9747fcadeb5f25008efca4e41c09177c1fc7aaaa...

This feature is documented in the README as follows: > You can use () to change emphasis of a word or phrase like: (good code:1.2) or (bad code:0.8). The default...

We would most likely need to emulate the `/proc` filesystem to implement this feature. It wouldn't be trivial. An easier solution I would propose is that we simply write our...

The issue is I don't know what to put in there. ``` $ cc -v Using built-in specs. COLLECT_GCC=cc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04'...

Cosmopolitan provides a variety of ways to generate random numbers, such as getrandom() and getentropy() which are both recommended for all use cases. No one's found need of arc4random yet,...

> The libc arc4random calls use MAP_INHERIT_ZERO (spelled INHERIT_ZERO in FreeBSD) to reset the buffer state on forks. That would be a good feature for cosmo's memory manager. We could...