From owner-svn-src-all@FreeBSD.ORG Sun Oct 24 15:32:35 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A1A51065672 for ; Sun, 24 Oct 2010 15:32:35 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7FC7B8FC22 for ; Sun, 24 Oct 2010 15:32:34 +0000 (UTC) Received: by bwz3 with SMTP id 3so2377643bwz.13 for ; Sun, 24 Oct 2010 08:32:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=OnszHTWI+sX4asN1qLTCN2CcvxtMcy/ygh7KJWVgZ3A=; b=i0EfVm7iagOPNGlqw/riwQCgO9EjJ1PH3IuVuKjYjPARnaboNx8nm8emv/GIYw0DTU WhRHD39z5rW3+67qXAV6/Ouy5wekNf3TSifYuEwqfHoS0OxfMdQqDbr3T8NKrnE+mjdv cE59WxyPzg+ncHHfGsCo+D1ZDAGtCLULNESFw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=ejhHzQ0qRR3NMsEFcCdSnM/tXLzDPTRw/f3JYilcqgsxi6SviIEnaAsozM5fxFtQPr l8pufQhbma1DuzrKB8dtgSLRegtlcD1emWE566paiORK6As5atu4iJmU2GTAh+oPsnDm 3LOL36gGk9g9D7Htrkm+eGvJZfgh8LaPzpx0s= Received: by 10.204.53.4 with SMTP id k4mr3194855bkg.145.1287932974543; Sun, 24 Oct 2010 08:09:34 -0700 (PDT) Received: from ernst.jennejohn.org (p578E1745.dip.t-dialin.net [87.142.23.69]) by mx.google.com with ESMTPS id d12sm3955630bkw.7.2010.10.24.08.09.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 24 Oct 2010 08:09:33 -0700 (PDT) Date: Sun, 24 Oct 2010 17:09:31 +0200 From: Gary Jennejohn To: "Ronald Klop" Message-ID: <20101024170931.755867ea@ernst.jennejohn.org> In-Reply-To: References: <201010220846.o9M8kMEo020056@svn.freebsd.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-src-all@freebsd.org Subject: Re: svn commit: r214199 - stable/8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 15:32:35 -0000 On Sun, 24 Oct 2010 15:29:10 +0200 "Ronald Klop" wrote: > On Sat, 23 Oct 2010 12:05:00 +0200, Robert Watson > wrote: > > > > > On Fri, 22 Oct 2010, Andriy Gapon wrote: > > > >> +20101022: > >> + A workaround for a fixed ld bug has been removed in kernel code, > >> + so make sure that your system ld is built from sources after > >> + revision 211583 (r210245 if building stable/8 kernel on head, > >> + r211584 for stable/7). A symptom of incorrect ld version is > >> + different addresses for set_pcpu section and __start_set_pcpu > >> + symbol in kernel and/or modules. > > > > Since many of our users still rely on cvsup to update FreeBSD source, it > > might be useful to provide rough date thresholds for the branches in > > addition to the Subversion changeset numbers (which are less easy to > > deal with when checking out with cvsup/cvs). > > > > Thanks! > > > > Robert > > As a non-freebsd developer is there an advantage to do svn checkout in > stead of c(v)sup? > As a FreeBSD developer (but now only ports), I still use c(v)sup to keep my CVS and src/ports trees up-to-date. I also occasionally check out the svn tree, but far less frequently than CVS. AFAIK the project doesn't have as many svn mirrors as it does CVS mirrors, but I might be wrong. -- Gary Jennejohn