From owner-cvs-all Sun May 3 20:02:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28750 for cvs-all-outgoing; Sun, 3 May 1998 20:02:35 -0700 (PDT) (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 UAA28734; Sun, 3 May 1998 20:02:33 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA24705; Sun, 3 May 1998 20:00:10 -0700 (PDT) Date: Sun, 3 May 1998 20:00:10 -0700 (PDT) Message-Id: <199805040300.UAA24705@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp hdlc.c mp.c vjcomp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/05/03 20:00:10 PDT Modified files: (Branch: MP) usr.sbin/ppp hdlc.c mp.c vjcomp.c Log: o Increment expected MP fragment numbers correctly, according to SHORTSEQ negotiation. o Don't forget to attach incoming fragments with a number greater than everything else in the queue (rather than leaking memory). o Output the link name with the ``other'' hdlc diagnostic message. o Correct a VJ diagnostic (`COMPPROTO', not `proto'). Revision Changes Path 1.28.2.33 +3 -2 src/usr.sbin/ppp/hdlc.c 1.1.2.22 +14 -15 src/usr.sbin/ppp/Attic/mp.c 1.16.2.17 +2 -2 src/usr.sbin/ppp/vjcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message