From owner-svn-src-all@freebsd.org Tue Jun 7 15:11:40 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB768B6E03F for ; Tue, 7 Jun 2016 15:11:40 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm37-vm2.bullet.mail.bf1.yahoo.com (nm37-vm2.bullet.mail.bf1.yahoo.com [72.30.238.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A0A6199B for ; Tue, 7 Jun 2016 15:11:40 +0000 (UTC) (envelope-from pfg@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1465312293; bh=1QJgh8Z6MSlfd3t66MxcHXUvbwUYB9QOTPLVPInYpP4=; h=Subject:To:References:From:Date:In-Reply-To:From:Subject; b=gzD8QeRZI1/hAOC8d0bAUyE+dkDGAJHoLGsKDMude51dSe9dSOFHi/BUtAwZdiVUsHLN/j/c0mH2JBefpm6Lf9/glJzN0kQNJkG1DyTptoOxyd0GbKdDZ8+pYzwS9Y8nEbzwTCVD+bf6RyJxxyw7h0shTc4ZgfpOdgArTp4FOw0wcxvYwQkA4+Gx9K6uhp90f/lymVrp2GhOYy6QrhCEozblX/ibixTM9dSyv8ngHEd68nw8wY7s5U3SvavBLRE3CURu6ESndMNZ1tPf82eMMfDlkbHBUPygfYj336RkuxsdQeex0uOgPPSvtC7f0H6ZfQxgyT5NAj+zj22jpLFOhg== Received: from [98.139.215.140] by nm37.bullet.mail.bf1.yahoo.com with NNFMP; 07 Jun 2016 15:11:33 -0000 Received: from [98.139.211.195] by tm11.bullet.mail.bf1.yahoo.com with NNFMP; 07 Jun 2016 15:11:33 -0000 Received: from [127.0.0.1] by smtp204.mail.bf1.yahoo.com with NNFMP; 07 Jun 2016 15:11:33 -0000 X-Yahoo-Newman-Id: 586768.93735.bm@smtp204.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: jG567aQVM1mtpPux9mRrLAhtK1tJjQKDSnH88SKSyWqBCfj 7Vz8wz9vORzEpFQyHape1kXULNWye9x1Ck5VArn7tIVyJQuOQaFE9XXxHqIH 6YcyYZuce1egcHBKA9ASqt0.lWlrk1RILHp11HGF_2vogEqZv_PnAsMmGZLW zeQ4d713rgkVYXC8.ys_ywl9DV0SgYfb_BR.L0PuFjiHhs4CKEdowZz9i34q 0nZr32i0eDLFPpyOh.5Y.uNJqcP1m3HsTd.tevREEa5y6T4XxWACd14LqI.C EKRxwyFOEIJZAVq89yDq_Bxcx_zS2b1hnNtmcQb5_vPEP4MWhEUa_GI7i6v7 vSYrtbNXVl2KwmmdfsbWlaP05joD8uXBhA0MQ.G7riDhl3YfozTQ3As.tk9K xU5OlxtHZ70h7_LyPqdIv2iT6iuRVTBX673Gn0l9bX5wXrrGPJ47Wiao5Ij8 CpFCiksojftR6ExSZAc4WEue1L.nZaNHZwoX1L.DyxdXCv6HSQrcENayJ4ld uPrkfIxOSleaSJ2SlCgvU5663it8wzYs6 X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf Subject: Re: svn commit: r301549 - in head/sys: modules/netgraph/mppc net To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201606071507.u57F71mg014429@repo.freebsd.org> From: Pedro Giffuni Message-ID: <3d05fdd6-8fa6-f63d-c5a9-cd5b7954422b@FreeBSD.org> Date: Tue, 7 Jun 2016 10:11:40 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <201606071507.u57F71mg014429@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 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: Tue, 07 Jun 2016 15:11:40 -0000 On 06/07/16 10:07, Pedro F. Giffuni wrote: > Author: pfg > Date: Tue Jun 7 15:07:00 2016 > New Revision: 301549 > URL: https://svnweb.freebsd.org/changeset/base/301549 > > Log: > ng_mppc(4): Bring netgraph(3) MPPC compression support. > > Support for compression has been available from July 2007 but it > was never imported due to concerns with patents once held by > STAC/HiFn. The issues have clearly been resolved so bring it > in now. > > Special thanks to Brett Glass for preserving the code and > pointing documentation for the expiration case. > > Obtained from: mav (through Brett Glass) Actually *Taken from* Pedro.