Date: Sat, 3 Apr 1999 03:54:01 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> 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 Message-ID: <199904031154.DAA42676@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904031154.DAA42676>