Alan Somers

Results 656 comments of Alan Somers

Oops, I must've forgotten to push it. Sorry. Please try again.

Hey, great work! I'll take this issue up in the slog repo. Thanks for your help.

I always prefer not to use raw syscalls. I seem to remember that causing a problem before, though. Was it some old RedHat toolchain or something? I think some system...

So I guess the options are: * Use raw syscalls * Feature gate * Check at build time using bindgen or similar * Abandon users with older linkers. Do we...

ping. Is there any chance we can get this merged? It's still resulting in a lot of binary bloat downstream.

ping @oscargus @hawkw any chance we could finish this PR soon? The downstream issues persist.

Are you talking about https://github.com/japaric/rust-san ? That doesn't mention anything about `no_std`. Why do you need `no_std` to use it?

Interesting use case @gnzlbg . Would you like to try adding `no_std` support to Nix?

Well, we can't completely ignore the errno, because we want to detect at a minimum EBADF. But the current behavior is also a problem. In fact, it doesn't even match...

What about the ptrace functions in the BSD module? Did you look at them?