Re: [9fans] DNS

2017-03-30 Thread Skip Tavakkolian
trying again. On Mon, Mar 20, 2017 at 12:26 AM Skip Tavakkolian < skip.tavakkol...@gmail.com> wrote: > It seems Plan 9 dns can't resolve www.paypal.com correctly; I'm not sure > why. > > Can anyone with a 9front installation try this to see if it resolves to > the an IP address (i.e. see a fina

[9fans] coherence function in kernel (especially in raspberry pi port)

2017-03-30 Thread yoann padioleau
Hi, What is exactly the logic of the calls to coherence? When do we need to call coherence in the kernel? For example I see this code in bcm/taslock.c coherence(); l->key = 0; coherence(); bcm/taslock.c seems actually mostly a copy paste of port/taslock.c with an extra ca