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
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