From owner-cvs-all Wed Oct 11 13:32:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E7EA37B502; Wed, 11 Oct 2000 13:32:33 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA27407; Wed, 11 Oct 2000 13:32:33 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200010112032.NAA27407@freefall.freebsd.org> From: Brian Somers Date: Wed, 11 Oct 2000 13:32:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp async.c async.h atm.c ether.c exec.c i4b.c lcp.c physical.c physical.h tcp.c tty.c udp.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/10/11 13:32:32 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp async.c async.h atm.c ether.c exec.c i4b.c lcp.c physical.c physical.h tcp.c tty.c udp.c Log: Use the ng_tty, ng_async and ng_socket netgraph nodes to stack a line discipline on top of any opened tty - if netgraph is available. Revision Changes Path 1.23.4.1 +4 -4 src/usr.sbin/ppp/async.c 1.6.4.1 +2 -2 src/usr.sbin/ppp/async.h 1.2.2.1 +2 -1 src/usr.sbin/ppp/atm.c 1.12.2.1 +3 -2 src/usr.sbin/ppp/ether.c 1.25.2.1 +2 -1 src/usr.sbin/ppp/exec.c 1.10.2.1 +2 -1 src/usr.sbin/ppp/i4b.c 1.84.2.1 +3 -2 src/usr.sbin/ppp/lcp.c 1.42.2.1 +11 -1 src/usr.sbin/ppp/physical.c 1.23.2.1 +3 -1 src/usr.sbin/ppp/physical.h 1.11.2.1 +2 -1 src/usr.sbin/ppp/tcp.c 1.23.2.1 +264 -12 src/usr.sbin/ppp/tty.c 1.10.4.1 +2 -1 src/usr.sbin/ppp/udp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message