Date: Tue, 17 Feb 1998 11:28:38 -0800 (PST) From: Brian Somers <brian@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 Message-ID: <199802171928.LAA02616@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802171928.LAA02616>
