From owner-cvs-src@FreeBSD.ORG Sat Jun 25 12:27:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 836FF16A41C; Sat, 25 Jun 2005 12:27:17 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FB5C43D49; Sat, 25 Jun 2005 12:27:17 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5PCRHTJ044939; Sat, 25 Jun 2005 12:27:17 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5PCRH3Y044938; Sat, 25 Jun 2005 12:27:17 GMT (envelope-from rik) Message-Id: <200506251227.j5PCRH3Y044938@repoman.freebsd.org> From: Roman Kurakin Date: Sat, 25 Jun 2005 12:27:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/net if_spppsubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 25 Jun 2005 12:27:17 -0000 rik 2005-06-25 12:27:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/net if_spppsubr.c Log: Prepare to close three old PRs. MFC: revision 1.118 date: 2005/01/07 01:45:34; author: imp; state: Exp; lines: +2 -1 /* -> /*- for license, minor formatting changes ---------------------------- revision 1.117 date: 2004/12/28 00:07:56; author: rik; state: Exp; lines: +38 -12 Add FR support to sppp (MFCronyx). Silence on: net@, current@, hackers@. No objections: joerg Requested by: by many (mostly Cronyx) users for a long long time. MFC after: 10 days ---------------------------- revision 1.116 date: 2004/12/14 18:18:54; author: rik; state: Exp; lines: +0 -2 Kill double inclusion for and . ---------------------------- revision 1.111 date: 2004/06/25 10:25:33; author: rik; state: Exp; lines: +2 -1 Do not count loobacks as other fuilures. As a result magic will not be rejected any more in case of loopback. Discussed with: joerg@ ---------------------------- revision 1.108 date: 2004/05/25 21:54:07; author: rik; state: Exp; lines: +2 -2 Keepalive timer should be added if we does not have any sppp consumers before and should be deleted if we do not have any anymore. ---------------------------- revision 1.107 date: 2004/03/14 01:32:44; author: rwatson; state: Exp; lines: +2 -2 Compare spppq to NULL instead of using spppq as a boolean. PR: kern/21771, kern/66348, kern/14848 Revision Changes Path 1.59.2.14 +45 -19 src/sys/net/if_spppsubr.c