Re: getrandom and getentropy

2020-05-22 Thread Kamil Rytarowski
On 01.05.2020 21:19, Taylor R Campbell wrote: > I propose that we additionally adopt getrandom and getentropy I propose to import the getrandom code with the Linux semantics and integrate into compat_linux(8). More and more software expects that in place. For the native (NetBSD) ABI, getentropy()

Re: Pass -fno-delete-null-pointer-checks to Clang under MKSANITIZER/MKLIBCSANITIZER

2020-05-22 Thread Kamil Rytarowski
On 13.05.2020 19:07, Kamil Rytarowski wrote: > I propose to pass -fno-delete-null-pointer-checks to Clang under > MKSANITIZER/MKLIBCSANITIZER. > > http://netbsd.org/~kamil/patch-00251-rump-fno-delete-null-pointer-checks.txt > > This disabled alerts from Clang and permits to run sanitized rump. >