IRC channel logs

2019-12-17.log

back to list of logs

***Emulatorman____ is now known as Emulatorman
***Server sets mode: +nt
***gianluca is now known as Guest74207
***jrtc27_ is now known as jrtc27
<z3ntu>youpi: thanks! will try that today. And if there are any more problems, I'll switch to something that's not the latest git master ;)
***GeneralDuke1 is now known as GeneralDuke
<jrtc27>youpi: hurd's getrandom doesn't implement GRND_NONBLOCK as far as I can see
<jrtc27>which isn't a problem for getentropy, but is for general users of getrandom
<jrtc27>should be doing a non-blocking read from the file in that case and setting errno to EAGAIN
<jrtc27>(when appropriate)
<youpi>indeed
<youpi>patch welcome :)
<z3ntu>youpi: btw I've tested your glibc patch and it compiles fine now :) (and util-linux compiles fine as well now because of the SA_SIGINFO patches!) thanks!