From owner-cvs-all Tue Feb 17 11:56:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06530 for cvs-all-outgoing; Tue, 17 Feb 1998 11:56:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06389; Tue, 17 Feb 1998 11:55:25 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02616; Tue, 17 Feb 1998 11:28:38 -0800 (PST) Date: Tue, 17 Feb 1998 11:28:38 -0800 (PST) Message-Id: <199802171928.LAA02616@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c command.c datalink.c datalink.h main.c main.h modem.c prompt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/02/17 11:28:38 PST Modified files: (Branch: MP) usr.sbin/ppp bundle.c command.c datalink.c datalink.h main.c main.h modem.c prompt.c Log: Add datalink state DATALINK_READY to indicate when the datalink is available, but LCP hasn't yet been started. We get to this state in ``term'' mode. Remove PacketMode(). LCP startup and shutdown is now controlled by the datalink. Add ``show links'' command. Make ``close'' capable of running with and without a context. Make ``down'' require a context. Make ``set parity'' and ``set rtscts'' use the correct context. Revision Changes Path 1.1.2.13 +8 -5 src/usr.sbin/ppp/Attic/bundle.c 1.131.2.24 +8 -8 src/usr.sbin/ppp/command.c 1.1.2.8 +121 -37 src/usr.sbin/ppp/Attic/datalink.c 1.1.2.6 +4 -2 src/usr.sbin/ppp/Attic/datalink.h 1.121.2.25 +1 -18 src/usr.sbin/ppp/main.c 1.9.2.7 +1 -2 src/usr.sbin/ppp/main.h 1.77.2.20 +9 -2 src/usr.sbin/ppp/modem.c 1.1.2.7 +28 -20 src/usr.sbin/ppp/Attic/prompt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message