Rich Felker

Results 251 comments of Rich Felker

AFAICT it will not compile on riscv32. If you insist on doing this you should at least condition it on `#ifdef __NR_settimeofday`. As I've told you before, too, musl is...

I very much want to see this! And one thing I'd like to add in favor regarding abuse: as the ability to display a linked post as an inline quote...

I prefer opt-out too (by default, others are allowed to quote you) but I can see more room for objection to that, and I'd be happy with either. I don't...

Displaying a quotation is fundamentally a client side presentation matter. There is no amount of protocol level or cryptographic stuff you can do to prevent it. That's impossible for the...

@Brawaru While nothing except going private can protect you from bad actors who just share links to your posts out-of-band or with nonstandard tooling that breaks the social contract for...

Thanks. I'm looking at merging this but noticed a few things: - Hashes are added for gcc 11.3.0 and 13.2.0, but with no patchsets for them. 11.3.0 should just be...

The problem with this is that mcm explicitly builds toolchains intended to work correctly with musl, which, for most combinations of gcc version and target, means patches are required. I...

You can easily build with any musl version using git instead of releases. The form is `MUSL_VER = git-${COMMIT_ID}` but a commit id can be a tag such as `v1.1.6`...

Fixed by 2519caabc0ab1438662d2bcde493797e58cd290a

The commit "fixing" it is all wrong and hard-codes assumptions about musl, invents a musl macro, and pokes at namespace reserved to the implementation. The right fix is to revert...