From owner-cvs-src@FreeBSD.ORG Wed Aug 4 14:36:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9525016A4CF; Wed, 4 Aug 2004 14:36:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BA4F43D31; Wed, 4 Aug 2004 14:36:40 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i74Eaetu026777; Wed, 4 Aug 2004 14:36:40 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i74EaeS7026776; Wed, 4 Aug 2004 14:36:40 GMT (envelope-from brian) Message-Id: <200408041436.i74EaeS7026776@repoman.freebsd.org> From: Brian Somers Date: Wed, 4 Aug 2004 14:36:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/ppp acf.c async.c hdlc.c hdlc.h link.c link.h lqr.c lqr.h mbuf.h sync.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 14:36:40 -0000 brian 2004-08-04 14:36:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/ppp acf.c async.c hdlc.c hdlc.h link.c link.h lqr.c lqr.h mbuf.h sync.c Log: MFC: Re-implement LQM, this time according to the rfc Revision Changes Path 1.4.2.2 +3 -3 src/usr.sbin/ppp/acf.c 1.23.2.4 +4 -0 src/usr.sbin/ppp/async.c 1.46.2.3 +9 -5 src/usr.sbin/ppp/hdlc.c 1.21.2.2 +12 -7 src/usr.sbin/ppp/hdlc.h 1.16.2.3 +30 -1 src/usr.sbin/ppp/link.c 1.9.2.2 +2 -1 src/usr.sbin/ppp/link.h 1.40.2.5 +132 -50 src/usr.sbin/ppp/lqr.c 1.16.2.2 +11 -0 src/usr.sbin/ppp/lqr.h 1.24.2.4 +1 -0 src/usr.sbin/ppp/mbuf.h 1.6.2.1 +7 -3 src/usr.sbin/ppp/sync.c