From owner-cvs-all Sat Mar 30 4:30:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9334F37B41F; Sat, 30 Mar 2002 04:30:37 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2UCUBK41067; Sat, 30 Mar 2002 04:30:11 -0800 (PST) (envelope-from brian) Message-Id: <200203301230.g2UCUBK41067@freefall.freebsd.org> From: Brian Somers Date: Sat, 30 Mar 2002 04:30:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp Makefile async.c async.h atm.c bundle.c ccp.c ccp.h chap.c chap.h chat.c command.c datalink.c datalink.h defs.c defs.h ether.c exec.c i4b.c lcp.c lcp.h main.c mppe.c netgraph.c netgraph.h physical.c physical.h route.c tcp.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/03/30 04:30:11 PST Modified files: usr.sbin/ppp Makefile async.c async.h atm.c bundle.c ccp.c ccp.h chap.c chap.h chat.c command.c datalink.c datalink.h defs.c defs.h ether.c exec.c i4b.c lcp.c lcp.h main.c mppe.c physical.c physical.h route.c tcp.c tty.c udp.c Added files: usr.sbin/ppp netgraph.c netgraph.h Log: Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line discipline to do the async escaping, but no other benefits are available yet. Change ``ifdef HAVE_DES'' to ``ifndef NODES'' for consistency. Make the Makefile a little more sane WRT RELEASE_CRUNCH. Revision Changes Path 1.93 +18 -15 src/usr.sbin/ppp/Makefile 1.26 +3 -3 src/usr.sbin/ppp/async.c 1.8 +1 -1 src/usr.sbin/ppp/async.h 1.7 +1 -0 src/usr.sbin/ppp/atm.c 1.126 +13 -17 src/usr.sbin/ppp/bundle.c 1.70 +5 -5 src/usr.sbin/ppp/ccp.c 1.29 +4 -4 src/usr.sbin/ppp/ccp.h 1.76 +32 -32 src/usr.sbin/ppp/chap.c 1.21 +1 -1 src/usr.sbin/ppp/chap.h 1.76 +5 -3 src/usr.sbin/ppp/chat.c 1.280 +4 -4 src/usr.sbin/ppp/command.c 1.70 +19 -4 src/usr.sbin/ppp/datalink.c 1.14 +3 -2 src/usr.sbin/ppp/datalink.h 1.45 +27 -1 src/usr.sbin/ppp/defs.c 1.65 +5 -0 src/usr.sbin/ppp/defs.h 1.24 +5 -28 src/usr.sbin/ppp/ether.c 1.27 +2 -1 src/usr.sbin/ppp/exec.c 1.13 +1 -0 src/usr.sbin/ppp/i4b.c 1.100 +9 -9 src/usr.sbin/ppp/lcp.c 1.29 +1 -1 src/usr.sbin/ppp/lcp.h 1.185 +3 -3 src/usr.sbin/ppp/main.c 1.15 +0 -2 src/usr.sbin/ppp/mppe.c 1.2 +740 -0 src/usr.sbin/ppp/netgraph.c (new) 1.2 +37 -0 src/usr.sbin/ppp/netgraph.h (new) 1.48 +15 -1 src/usr.sbin/ppp/physical.c 1.25 +4 -1 src/usr.sbin/ppp/physical.h 1.86 +1 -1 src/usr.sbin/ppp/route.c 1.16 +1 -0 src/usr.sbin/ppp/tcp.c 1.26 +271 -14 src/usr.sbin/ppp/tty.c 1.17 +1 -0 src/usr.sbin/ppp/udp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message