From owner-svn-src-all@FreeBSD.ORG Mon Sep 16 11:27:21 2013 Return-Path: Delivered-To: svn-src-all@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 ESMTP id 99A3FEE9 for ; Mon, 16 Sep 2013 11:27:21 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C94F24CB for ; Mon, 16 Sep 2013 11:27:20 +0000 (UTC) Received: (qmail 8715 invoked from network); 16 Sep 2013 12:05:37 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 16 Sep 2013 12:05:37 -0000 Message-ID: <5236EB0D.4050303@freebsd.org> Date: Mon, 16 Sep 2013 13:27:09 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Konstantin Belousov Subject: Re: svn commit: r255608 - in head/sys: conf kern modules/cxgb/cxgb modules/sfxge modules/ti sys vm References: <201309160625.r8G6PtZs044888@svn.freebsd.org> In-Reply-To: <201309160625.r8G6PtZs044888@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 16 Sep 2013 11:27:21 -0000 On 16.09.2013 08:25, Konstantin Belousov wrote: > Author: kib > Date: Mon Sep 16 06:25:54 2013 > New Revision: 255608 > URL: http://svnweb.freebsd.org/changeset/base/255608 > > Log: > Remove zero-copy sockets code. It only worked for anonymous memory, > and the equivalent functionality is now provided by sendfile(2) over > posix shared memory filedescriptor. > > Remove the cow member of struct vm_page, and rearrange the remaining > members. While there, make hold_count unsigned. Thanks, it's good to see it gone. :) -- Andre