From owner-cvs-all@FreeBSD.ORG Sun Jan 28 17:14:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C1E5216A400; Sun, 28 Jan 2007 17:14:09 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9962B13C441; Sun, 28 Jan 2007 17:14:09 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0SHE92E097359; Sun, 28 Jan 2007 17:14:09 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0SHE9av097354; Sun, 28 Jan 2007 17:14:09 GMT (envelope-from glebius) Message-Id: <200701281714.l0SHE9av097354@repoman.freebsd.org> From: Gleb Smirnoff Date: Sun, 28 Jan 2007 17:14:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_ppp.c ng_ppp.h src/share/man/man4 ng_ppp.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jan 2007 17:14:09 -0000 glebius 2007-01-28 17:14:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_ppp.c ng_ppp.h share/man/man4 ng_ppp.4 Log: Sync ng_ppp(4) node with HEAD. This includes the rewrite of the PPP stack and new options to specify the compression and encryption mode. Submitted by: Alexander Motin Revision Changes Path 1.24.2.1 +45 -9 src/share/man/man4/ng_ppp.4 1.57.2.1 +854 -462 src/sys/netgraph/ng_ppp.c 1.12.2.1 +14 -0 src/sys/netgraph/ng_ppp.h