Ed Maste
Ed Maste
> It's worth talking to @cperciva about FIRECRACKER, but it's hard to imagine that any compat options beyond those required for rust/go support are needed there. Likewise I think removing...
Yeah, that's a good question :) Putting the onus on the consumer (e.g. bsdtar) makes it easier to determine if the escaping should be be context-dependent (e.g. based on `LANG`),...
> That said, what does safe_fprintf do today? From the comments in safe_fprintf: ``` /* Convert to wide char, test if the wide * char is printable in the current...
Unfortunately Hans-Petter passed away earlier this year in a traffic accident. https://freebsdfoundation.org/wp-content/uploads/2023/08/In_Memoriam.pdf I am still interested in seeing this change make it into OBS.
> If you are interested in this can you rebase and test that it still works? If so I can take a look at resolving the last couple comments. Will...
Addressed in the interim by 4d6e17c54759d72d03c31a1086044dc907d556b7 I believe
For reference: on FreeBSD there should be a libm dependency (that is, we don't have the math fns in libc). I agree that in practice libm is likely always pulled...
> changing DIV_ROUND_DOWN_ULL(x, n) to ((unsigned long long)(x) / (n)) Hrm, indeed the current `DIV_ROUND_DOWN` is wrong. Do you want to submit a pull request against freebsd-src? Fixes: c4e0746e7d5bd ("LinuxKPI:...
I referenced this pull request from the change in my WIP testing tree. @lutzbichler if you submit a pull request I'll land that (so that it has proper author attribution),...
With this applied to my work tree I get a panic, reproduced below. Looking. ``` panic: uma: item 0xfffff800012b0980 did not belong to zone malloc-32 cpuid = 16 time =...