Results 100 comments of David CARLIER

cc @Vexu 🙂

- This getauxval wrapper allows to query the auxiliary vector for both Linux and FreeBSD. - Other libraries tend to do the same like [here](https://github.com/numpy/numpy/blob/619a30d9afbfb705b232d6829a183533e9a5265c/numpy/core/src/common/npy_cpu_features.c#L684). - Tested with the following...

hope it helps but you might need to set the linker flags via `CMAKE_EXE_LINKER_FLAGS`.

I m not sure it will be accepted since it s not really libc but more kernel space, it took me a while to add those :-) but I understand...

They are in header only found in kernel source

@JohnTitor has a point. Fine by me if we close it.

I would suggest to go for the PR :)

OpenBSD does not support overcommit nor have any sort of OOM as linux has, instead the memory allocation will just fail.

weird as the issue seem about check_bounds about using memcpy ? Also my clang-format(9) does not report format issue..