From owner-freebsd-arm@FreeBSD.ORG Fri Dec 20 17:30:02 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C54E76AE for ; Fri, 20 Dec 2013 17:30:02 +0000 (UTC) Received: from mail-ie0-f181.google.com (mail-ie0-f181.google.com [209.85.223.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F55417D0 for ; Fri, 20 Dec 2013 17:30:02 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id e14so3248353iej.26 for ; Fri, 20 Dec 2013 09:29:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=sPSCbzJuS7AF5MbjzEucb+J8jOgD3TSXm/dxOWqyJeY=; b=Iu+sJI7g4/5yH2KPKwJ33weJj/khm5l3hKux9daUJmgysSBORHCn4cn4bF9Zx7A93/ H2m0kPeffBIkhYdBCaF4b0lz2AfVjJiAZ5LEDSOCYqKVeubEiJPg15ON/7AL5LkbAepa R/+gyiOTEmlRhc89Y1a4Q1TdzngCKqnaXzQ7Tke9Q2+S04gNlhdE9JU5zNj+JBuJW7i7 hqFzv+i13UVpdJuE99495wsQhRmwmlQ58Byp8VKCgcHtWc1EmwoKlDf3jMjlhY6B0YH3 BBoRNsV8V5oeu7obtZT3xBJhMkTrChPkYG5r0PIeXzsWfB1Y9Wqt4uN0G1lhYvMtwRTT 5oOg== X-Gm-Message-State: ALoCoQmyhCCqRHVXGQFweBuu7z1d49885ugpNatUqeybU1eEl/XtemsPs30NzUz9SIS6djxoOCUb X-Received: by 10.50.77.83 with SMTP id q19mr8439073igw.21.1387560596325; Fri, 20 Dec 2013 09:29:56 -0800 (PST) Received: from monkey-bot.int.fusionio.com ([209.117.142.2]) by mx.google.com with ESMTPSA id kb10sm11205231igb.6.2013.12.20.09.29.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 20 Dec 2013 09:29:55 -0800 (PST) Sender: Warner Losh Subject: Re: R-PI fixes for dhclient/sshd? Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Fri, 20 Dec 2013 10:29:54 -0700 Content-Transfer-Encoding: 7bit Message-Id: <05740C4C-4B02-4567-9E46-E739ECEDA797@bsdimp.com> References: To: Adrian Chadd X-Mailer: Apple Mail (2.1085) Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 17:30:02 -0000 On Dec 20, 2013, at 10:13 AM, Adrian Chadd wrote: > Hi, > > Did the fixes to the raspberry pi SoC support go into the tree? The > stuff that was affecting the allocator behaviour for things like > sshd/dhclient? I thought all armv6 builds were affected by this... Warner