From owner-freebsd-arm@FreeBSD.ORG Mon Nov 1 18:54:27 2010 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70ECE1065670 for ; Mon, 1 Nov 2010 18:54:27 +0000 (UTC) (envelope-from marktinguely@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3419A8FC08 for ; Mon, 1 Nov 2010 18:54:26 +0000 (UTC) Received: by iwn39 with SMTP id 39so7318302iwn.13 for ; Mon, 01 Nov 2010 11:54:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=MuR5/Zs9rjHen1HZ+/p9D58ORsN0Ai0VwpaxHjywMtI=; b=UuBPgbvVD/1qpwbQrFIYJ72OnFGtvLkbBLVVSsXv1nAkx5v2DyddWc6Kp1YDyI8mmq XM/4bQ7RhLbkGA0YgqlQGmsm14d+QHrt1oV4TCCgMubpBJxevCTxqne6KHpN2oq1EeTS akszOT4pf5TqO2pWJKZmpVnf06PhOyyulXaOw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=MqjMDcTwEAYj0tnOerCaOYE7w3Gc7NE7LIKyIvyqFWxVFdCv0r79fdJZzRucuNkGw4 hGTeHM7LARAl8HKKtzQfkWrxBVtuI8Ig8u1KC06chheWBG8DdSAkqABo8Knfr7M/gzR+ hclRumHE06lruTj5b6gIQ4AnhUxwodiT6lHbA= MIME-Version: 1.0 Received: by 10.231.16.67 with SMTP id n3mr1968621iba.113.1288637665161; Mon, 01 Nov 2010 11:54:25 -0700 (PDT) Received: by 10.231.172.73 with HTTP; Mon, 1 Nov 2010 11:54:25 -0700 (PDT) In-Reply-To: <4CCED84F.6030304@bsdimp.com> References: <20101101121427.GA51560@FreeBSD.org> <4CCED84F.6030304@bsdimp.com> Date: Mon, 1 Nov 2010 13:54:25 -0500 Message-ID: From: Mark Tinguely To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-arm@freebsd.org Subject: Re: [patch] Fix for named(8) on OpenRD X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2010 18:54:27 -0000 On Mon, Nov 1, 2010 at 10:10 AM, Warner Losh wrote: > On 11/01/2010 06:20, Johny Mattsson wrote: > >> 2010/11/1 Romain Tarti=E8re: >> >>> I have a long-standing issue I fixed locally but might interest OpenRD >>> users (and probably SheevaPlug users and maybe even more) to fix >>> named(8). >>> >> Hmm, this looks remarkably like the patch I tried the other day when I >> encountered the crashing named problem, but it did not improve my >> situation. I'll see if I can find time and opportunity to test it >> again. >> >> My workaround was to pull in the latest named from ports, which has >> been running fine for me. >> >> Somewhere, there were patches floating around for this that I thought > wound up in the tree.. > > Which version are you guys using? -current? > > Warner > > Regards, >> /Johny >> > The mail archives says this came up in Feb 2010. I said then and I will say again, we should add a cmpxchg() command to the library, or IMO a better place, include/machine/atomic.h. --Mark Tinguely