Date: Wed, 18 Feb 1998 11:36:02 -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 command.c deflate.c fsm.c hdlc.c hdlc.h lcp.c link.c physical.c physical.h tun.c Message-ID: <199802181936.LAA09154@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/02/18 11:36:02 PST Modified files: (Branch: MP) usr.sbin/ppp command.c deflate.c fsm.c hdlc.c hdlc.h lcp.c link.c physical.c physical.h tun.c Log: o Create `struct hdlc' - a part of struct physical. o Move our LCP report timer into struct hdlc - it's really a hdlc timer (fcs errors etc). o Make `show hdlc' require context and make the output more friendly. o Remove all non-const globals from hdlc.c o Output peer-rejected protocols by name - not just ones that we reject. Revision Changes Path 1.131.2.27 +2 -2 src/usr.sbin/ppp/command.c 1.6.4.5 +2 -2 src/usr.sbin/ppp/deflate.c 1.27.2.11 +3 -2 src/usr.sbin/ppp/fsm.c 1.28.2.11 +70 -52 src/usr.sbin/ppp/hdlc.c 1.14.2.6 +25 -4 src/usr.sbin/ppp/hdlc.h 1.55.2.17 +6 -27 src/usr.sbin/ppp/lcp.c 1.1.2.7 +2 -2 src/usr.sbin/ppp/Attic/link.c 1.1.2.11 +2 -2 src/usr.sbin/ppp/Attic/physical.c 1.1.2.10 +2 -1 src/usr.sbin/ppp/Attic/physical.h 1.6.4.2 +2 -1 src/usr.sbin/ppp/tun.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?199802181936.LAA09154>