From owner-cvs-all Wed Feb 18 11:36:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21038 for cvs-all-outgoing; Wed, 18 Feb 1998 11:36:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA21018; Wed, 18 Feb 1998 11:36:37 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA09154; Wed, 18 Feb 1998 11:36:02 -0800 (PST) Date: Wed, 18 Feb 1998 11:36:02 -0800 (PST) Message-Id: <199802181936.LAA09154@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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