Niels Sascha Reedijk
Niels Sascha Reedijk
I have some newer work on my machine, I will get it cleaned up and upload it.
Actually haiku-sys has been mostly (if not all) absorbed into libc, which is (infamously) manually maintained. Not sure if it makes sense to copy the efforts.
@Mark-Simulacrum I will try to do some more research on memory usage, to see where exactly memory is allocated. A reason why I think there is a Haiku component associated...
Two notes: - It might actually not be rustc to blame (even though it is by no means light on memory usage). Instead, it is the build process that seems...
Future changes: `/library/std/src/sys/unix/process/process_unix.rs`
https://github.com/libgit2/libgit2/pull/6248
Upstream patch accepted, now it is time to wait for a new libgit2 release, and to see when it lands in libgit2-sys
Upstream PR: https://github.com/alexcrichton/ssh2-rs/pull/242
It is part of the rustc compiler, though there are also stand-alone crates distributed. I think those will not do you any good though, because a quick look at the...
This is also a known issue. What's happening is that libssh2-sys is building its own copy of the SSH2 library, and it is linking against libcurl.so which dynamically links to...