From owner-cvs-all Wed Jun 2 8:59:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 518E914CF1; Wed, 2 Jun 1999 08:59:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA64197; Wed, 2 Jun 1999 08:59:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199906021559.IAA64197@freefall.freebsd.org> From: Brian Somers Date: Wed, 2 Jun 1999 08:59:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp acf.c alias_cmd.c async.c cbcp.c ccp.c chap.c deflate.c fsm.c fsm.h hdlc.c ip.c ipcp.c lcp.c link.c lqr.c mbuf.c mbuf.h mp.c pap.c pred.c proto.c sync.c vjcomp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/06/02 08:59:13 PDT Modified files: usr.sbin/ppp acf.c alias_cmd.c async.c cbcp.c ccp.c chap.c deflate.c fsm.c fsm.h hdlc.c ip.c ipcp.c lcp.c link.c lqr.c mbuf.c mbuf.h mp.c pap.c pred.c proto.c sync.c vjcomp.c Log: o Alter the mbuf type as it's processed by different layers. o Show more information about missing MP fragments in ``show mp''. o Do away with mbuf_Log(). It was showing mbuf stats twice on receipt of LCP/CCP/IPCP packets.... ???!!? o Pre-allocate a bit extra when creating LQR packets to avoid having to allocate another mbuf in mbuf_Prepend(). Revision Changes Path 1.2 +6 -2 src/usr.sbin/ppp/acf.c 1.26 +5 -4 src/usr.sbin/ppp/alias_cmd.c 1.21 +3 -3 src/usr.sbin/ppp/async.c 1.13 +3 -2 src/usr.sbin/ppp/cbcp.c 1.50 +32 -11 src/usr.sbin/ppp/ccp.c 1.51 +3 -2 src/usr.sbin/ppp/chap.c 1.14 +7 -7 src/usr.sbin/ppp/deflate.c 1.45 +15 -16 src/usr.sbin/ppp/fsm.c 1.21 +2 -2 src/usr.sbin/ppp/fsm.h 1.43 +4 -4 src/usr.sbin/ppp/hdlc.c 1.63 +3 -2 src/usr.sbin/ppp/ip.c 1.79 +5 -3 src/usr.sbin/ppp/ipcp.c 1.75 +7 -4 src/usr.sbin/ppp/lcp.c 1.12 +2 -2 src/usr.sbin/ppp/link.c 1.36 +22 -5 src/usr.sbin/ppp/lqr.c 1.27 +31 -22 src/usr.sbin/ppp/mbuf.c 1.18 +42 -13 src/usr.sbin/ppp/mbuf.h 1.22 +24 -7 src/usr.sbin/ppp/mp.c 1.36 +4 -3 src/usr.sbin/ppp/pap.c 1.27 +3 -3 src/usr.sbin/ppp/pred.c 1.3 +3 -2 src/usr.sbin/ppp/proto.c 1.4 +3 -1 src/usr.sbin/ppp/sync.c 1.31 +7 -3 src/usr.sbin/ppp/vjcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message