Re: non-root ntpd

2017-06-30 Thread coypu
It sounds like it is going to be a really unexpected and nasty surprised for non-dhcpcd users. configure network, ntpd enabled, change ip 100 days later -> why is my machine off by a few seconds?? I'm running ntpd!

Re: non-root ntpd

2017-06-30 Thread David Brownlee
On 29 June 2017 at 10:02, Roy Marples wrote: > On 29/06/2017 02:06, Taylor R Campbell wrote: >>> we've been able to run ntpd as non-root for a while. this is not the >>> default if you innocently ntpd=yes in rc.conf. it requires >>> /dev/clockctl, and most things have it, even one of the sun2 kern

Re: float128 in libstdc++

2017-06-30 Thread Kamil Rytarowski
On 23.06.2017 22:27, Kamil Rytarowski wrote: > Our GNU libstdc++ headers enable float128 types on at least i386 and amd64. > > Clang/NetBSD using libstdc++ is not prepared to use these types, it > results in build failures of popular applications like CMake. > > Solutions: > 1. Teach Clang to us