From owner-freebsd-commit Fri Mar 8 01:03:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24126 for freebsd-commit-outgoing; Fri, 8 Mar 1996 01:03:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24117 for cvs-all-outgoing; Fri, 8 Mar 1996 01:03:34 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24082 Fri, 8 Mar 1996 01:03:12 -0800 (PST) Date: Fri, 8 Mar 1996 01:03:12 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603080903.BAA24082@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp chat.c command.c main.c modem.c ppp.8 systems.c vars.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/08 01:03:11 Modified: usr.sbin/ppp chat.c command.c main.c modem.c ppp.8 systems.c vars.h Log: 1) Add multi-phone dialing/redialing, several phones separated by ':' 2) Improve on-line help subsystem 3) Make 'term' mode works even carrier dropped (old code close line forever here) 4) Make 'term' mode 8bit clean. 5) Improve manual page 6) #ifdef DEBUG diagnostic about missing optional files. 7) Don't put interactive dialing info to logfile Revision Changes Path 1.6 +10 -4 src/usr.sbin/ppp/chat.c 1.15 +11 -7 src/usr.sbin/ppp/command.c 1.15 +5 -2 src/usr.sbin/ppp/main.c 1.13 +24 -9 src/usr.sbin/ppp/modem.c 1.14 +20 -8 src/usr.sbin/ppp/ppp.8 1.6 +3 -1 src/usr.sbin/ppp/systems.c 1.5 +5 -3 src/usr.sbin/ppp/vars.h