From owner-svn-src-all@FreeBSD.ORG Fri Nov 12 15:42:36 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 7406A1065670; Fri, 12 Nov 2010 15:42:36 +0000 (UTC) (envelope-from minimarmot@gmail.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 7103D8FC19; Fri, 12 Nov 2010 15:42:35 +0000 (UTC) Received: by bwz2 with SMTP id 2so3130477bwz.13 for ; Fri, 12 Nov 2010 07:42:34 -0800 (PST) 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 :content-transfer-encoding; bh=5h/LiojPW06ZRq7gMmIMP0pCnFWBoJiP0R8PZdYl4/A=; b=x3KxDbSp3Z+KydQ/M9bmcG85fsnoSOsm2sAUmwKvfrQC0EGF6LZCK+5DL5ID1VpOtD GD+guI/5AJsaKdlLHn5TtofLIQgichUhaaYtVMQV3EiZxn2xK8xR3EfBDMWaIIlnEEBm /lDFA1iUJF4wiI4MAtViE0rcxFUs5OhHMUKME= 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:content-transfer-encoding; b=YXeTvXpnbCDx5M58v94zB3nhbsuayoIA9ktsO4+EN7KaJWejlI5nVnPZIko5ostbVX 4ciZ/rrUUIej+FFUCd9A7QiEHR/BpFHK8oevvEDryfZ8LgpCR6gqCrizrEDCzuOc0eYN tID4Hof7470+MUmU1vkemOpMHXfOkb/rZDIEg= MIME-Version: 1.0 Received: by 10.204.62.73 with SMTP id w9mr194038bkh.48.1289576554299; Fri, 12 Nov 2010 07:42:34 -0800 (PST) Received: by 10.204.73.207 with HTTP; Fri, 12 Nov 2010 07:42:34 -0800 (PST) In-Reply-To: <201011121302.oACD2Qjt009385@svn.freebsd.org> References: <201011121302.oACD2Qjt009385@svn.freebsd.org> Date: Fri, 12 Nov 2010 10:42:34 -0500 Message-ID: From: Ben Kaduk To: Luigi Rizzo Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r215178 - in head: lib/libc/sys sys/kern sys/sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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: Fri, 12 Nov 2010 15:42:36 -0000 On Fri, Nov 12, 2010 at 8:02 AM, Luigi Rizzo wrote: > Author: luigi > Date: Fri Nov 12 13:02:26 2010 > New Revision: 215178 > URL: http://svn.freebsd.org/changeset/base/215178 > > > =A0This change adds a field to 'struct socket', but the struct is not > =A0part of any driver or userland-visible ABI so the change should be > =A0harmless. It changes the KBI, though. I maintain a third-party kernel module that uses sockets (it will hopefully hit the Ports Collection this week); since this addition is at the end of the struct, it is probable that this module will not need to be recompiled, but I haven't yet checked. That said, I hear __FreeBSD_version bumps are cheap. -Ben Kaduk