From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 27 11:17:58 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D57C7106568A for ; Sat, 27 Sep 2008 11:17:58 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 5D07E8FC20 for ; Sat, 27 Sep 2008 11:17:57 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: by ey-out-2122.google.com with SMTP id 6so352187eyi.7 for ; Sat, 27 Sep 2008 04:17:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to; bh=3EcO9yuRq0UB6SidhKoz0/ZsnVFEYCwpBGD+sYQvVAk=; b=YJ+98E9QXIlQkWq/JfQOgUze5W088Cr4VOAEpAfoOfM3a16M+l2YDkQmfKOACyCiM7 GChKYFYwaFEgOsfNETeEYdSyFngzc1NkS6KXTbGed5mOW129xJ4C1U0L23Fako1qIj15 M4rzCWfaYS3JVyDarFbnsqjWrhnLsXnLxgU/U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; b=aDciI+tpyoGqCS7HC/rpKpwjK3Qp1Jwh1LpYSS8VW0XETnwWP2q4EMSoCBsl4c75O7 nmUhvVg+tR/vA/y7LXU5gzOWR6sAVQ3OrU57F77RlBfVLY1kpV0XQUPcaZ7Z2CxyPFXq 9VeJ6le34NVG7tmYsG5fAXtQ1G0QhO05ixptQ= Received: by 10.210.63.5 with SMTP id l5mr453646eba.61.1222514276939; Sat, 27 Sep 2008 04:17:56 -0700 (PDT) Received: from logik.internal.network ( [81.86.41.187]) by mx.google.com with ESMTPS id 23sm5515534eya.7.2008.09.27.04.17.55 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 27 Sep 2008 04:17:55 -0700 (PDT) Received: by logik.internal.network (Postfix, from userid 11001) id E96F460AA; Sat, 27 Sep 2008 11:17:53 +0000 (UTC) Date: Sat, 27 Sep 2008 12:17:53 +0100 From: xorquewasp@googlemail.com To: Jeremy Chadwick Message-ID: <20080927111753.GA32980@logik.internal.network> References: <20080926222711.GA74003@logik.internal.network> <48DD73A9.5000505@elischer.org> <20080926234727.GA60860@logik.internal.network> <20080927021709.GB60860@logik.internal.network> <20080927065227.GB4416@logik.internal.network> <48DDDBCD.40708@elischer.org> <20080927091733.GA98052@logik.internal.network> <20080927105928.GA49923@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080927105928.GA49923@icarus.home.lan> Cc: freebsd-hackers@freebsd.org Subject: Re: freebsd-update missed? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2008 11:17:58 -0000 On 20080927 03:59:28, Jeremy Chadwick wrote: > On Sat, Sep 27, 2008 at 10:17:33AM +0100, xorquewasp@googlemail.com wrote: > > The man page for it states that it's a binary updater for pieces in the > base system, so you looking at your *source* files would indicate > absolutely nothing, other than when you last ran csup to update your > /usr/src tree. > > I do not know of a way to verify if your libpthread library actually > contains the fix. We will have to wait for Colin's answer. For the record, I was using ident (1), which I thought was supposed to give me exactly that: $ ident /usr/lib/libpthread.so /usr/lib/libpthread.so: $FreeBSD: src/lib/libpthread/thread/thr_kern.c,v 1.116.2.1 2006/03/16 23:29:07 deischen Exp $ Perhaps patches don't change this value (seems wrong)? -- xw