From owner-freebsd-questions@FreeBSD.ORG Wed Jan 1 03:48:07 2014 Return-Path: Delivered-To: freebsd-questions@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 BC7582E1 for ; Wed, 1 Jan 2014 03:48:07 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96AFC1080 for ; Wed, 1 Jan 2014 03:48:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=mfQVMoBsUDPGZqxEXdguM8f6iefecTuBZTfs3iMHdv8=; b=N6TFDG3oq2sB7xp5m3PfvZqBKH0AX3wg0bL5CIkcREz5MCfIfskV2CvIdFU4CecrW39bEKAXzjLBBCDbPAso4iOJnU5jEQVqy8izCBcCBDqpsT8NohkXu2gtEK7YbKRUGo96aOMbCJkPhtuS/WQVJx36OyDbD405LWrddv71utU=; Received: from [120.165.140.228] (port=43273 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1VyCmm-002fd7-Dy; Tue, 31 Dec 2013 20:48:01 -0700 Date: Wed, 1 Jan 2014 11:47:45 +0800 From: Erich Dollansky To: freebsd@dreamchaser.org Subject: Re: updating /sys/sys Message-ID: <20140101114745.3a3e37fb@X220.alogt.com> In-Reply-To: <52C37801.8010001@dreamchaser.org> References: <52C37801.8010001@dreamchaser.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jan 2014 03:48:07 -0000 Hi, On Tue, 31 Dec 2013 19:05:53 -0700 Gary Aitken wrote: > I just used freebsd-update to upgrade from 9.1 to 9.2. > Everything seemed to go properly, > but if I look at /sys/sys > all of the .h files say something like: > * $FreeBSD: release/9.0.0/sys/sys/cons.h 196506 2009-08-24 > 10:53:30Z ed $ > > /etc/freebsd-update looks like: > > ... > Components src world kernel > IgnorePaths > ... > > Why aren't they updated? why should they? They define the 'interface' to the implementation. It is most important that these interfaces do change as little as possible especially in a STABLE version. They can change when you update to 10 and they can change all the while on CURRENT but not on RELEASE versions like 8 and 9. > What's the best way to get them updated? You should have the current version if nothing is mentioned in UPDATING. Erich