From owner-cvs-all Sun Apr 4 0: 9:16 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 0) id 615AC153DB; Sun, 4 Apr 1999 00:06:52 -0800 (PST) Approved: pdiddle Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87F2F1507C; Sat, 3 Apr 1999 03:55:56 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA42676; Sat, 3 Apr 1999 03:54:02 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199904031154.DAA42676@freefall.freebsd.org> From: Brian Somers Date: Sat, 3 Apr 1999 03:54:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp hdlc.c hdlc.h modem.c physical.h prompt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/04/03 03:54:01 PST Modified files: usr.sbin/ppp hdlc.c hdlc.h modem.c physical.h prompt.c Log: Handle the detection of frames even if we read them with more than one read(). When we detect one, don't forget to pass it to async_Input() and drop our terminal back into command mode. Don't output an extraneous \r if we're passed \r\n to prompt_vprintf in raw mode. Revision Changes Path 1.41 +30 -24 src/usr.sbin/ppp/hdlc.c 1.16 +2 -2 src/usr.sbin/ppp/hdlc.h 1.108 +32 -19 src/usr.sbin/ppp/modem.c 1.7 +6 -1 src/usr.sbin/ppp/physical.h 1.14 +3 -2 src/usr.sbin/ppp/prompt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message