David CARLIER
David CARLIER
> @devnexen Hmm. Is this fallthrough implementation correct for NetBSD? We don't _have_ to also fix this in the same PR, but I'm feeling somewhat doubtful that the code becomes...
shame on me I did not realise the existence of ci shell scripts until now, pretty helpful.
Feel free I would say !
- [FreeBSD getpagesizes](https://man.freebsd.org/cgi/man.cgi?query=getpagesizes&apropos=0&sektion=3&manpath=FreeBSD+7-current&format=html) allows to get all supported pages sizes by the architecture. - One of the usage is in conjunction with [shm_create_largepage via the 3rg argument as page size...
cc @mikdusan 🙂
fair and valid points, I ll start to look at those within the next days. cheers.
- [malloc_conceal/calloc_conceal](https://github.com/openbsd/src/blob/76f68ffd642506cd16fc7c53d08c95a06ef6f97b/include/stdlib.h#L117) are to be used exactly like malloc/calloc only in case of a coredump's generation, the contents of the memory are not dumped in. - Mostly openbsd packages use...
Do you think opening an issue on homebrew instead would be appropriate ?
- Reasoning comes from [here](https://github.com/bminor/glibc/blob/4290aed05135ae4c0272006442d147f2155e70d7/nptl/nptl-stack.c#L133). - Tested with the following `const std = @import("std"); const c = std.c; const os = std.os; fn task() u8 { return 0; } pub...
DragonflyBSD definitively support malloc_usable_size (I got to admit few weeks ago I did not know, I stumbled into it by accident) ` uname -a DragonFly dflybsdvbox 6.4-RELEASE DragonFly v6.4.0-RELEASE #54:...