From owner-cvs-all@FreeBSD.ORG Wed Jun 30 12:25:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F03A16A4CE; Wed, 30 Jun 2004 12:25:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3856943D3F; Wed, 30 Jun 2004 12:25:22 +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 i5UCOuwh035407; Wed, 30 Jun 2004 12:24:56 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UCOuSc035406; Wed, 30 Jun 2004 12:24:56 GMT (envelope-from brian) Message-Id: <200406301224.i5UCOuSc035406@repoman.freebsd.org> From: Brian Somers Date: Wed, 30 Jun 2004 12:24:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 12:25:22 -0000 brian 2004-06-30 12:24:56 UTC FreeBSD src repository Modified files: usr.sbin/ppp acf.c async.c hdlc.c hdlc.h link.c link.h lqr.c lqr.h mbuf.h sync.c Log: Re-implement LQM, this time according to the rfc. PR: 11293 MFC after: 4 weeks Revision Changes Path 1.6 +3 -3 src/usr.sbin/ppp/acf.c 1.28 +4 -0 src/usr.sbin/ppp/async.c 1.50 +9 -5 src/usr.sbin/ppp/hdlc.c 1.23 +12 -7 src/usr.sbin/ppp/hdlc.h 1.20 +30 -1 src/usr.sbin/ppp/link.c 1.11 +2 -1 src/usr.sbin/ppp/link.h 1.46 +132 -50 src/usr.sbin/ppp/lqr.c 1.18 +11 -0 src/usr.sbin/ppp/lqr.h 1.28 +2 -1 src/usr.sbin/ppp/mbuf.h 1.7 +7 -3 src/usr.sbin/ppp/sync.c