From owner-cvs-all@FreeBSD.ORG Wed Dec 1 13:02:13 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 E1E0F16A4CE; Wed, 1 Dec 2004 13:02:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD28C43D49; Wed, 1 Dec 2004 13:02:13 +0000 (GMT) (envelope-from glebius@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 iB1D2DbC087714; Wed, 1 Dec 2004 13:02:13 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1D2D2K087713; Wed, 1 Dec 2004 13:02:13 GMT (envelope-from glebius) Message-Id: <200412011302.iB1D2D2K087713@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 1 Dec 2004 13:02:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_source.c src/sys/netgraph/atm/uni ng_uni_cust.h src/sys/netgraph/bluetooth/hci ng_hci_misc.c src/sys/netgraph/bluetooth/l2cap ng_l2cap_misc.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, 01 Dec 2004 13:02:14 -0000 glebius 2004-12-01 13:02:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph netgraph.h ng_base.c ng_source.c sys/netgraph/atm/sscop ng_sscop_cust.h sys/netgraph/atm/uni ng_uni_cust.h sys/netgraph/bluetooth/hci ng_hci_misc.c sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c Log: Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/. Restore ng_timeout() and ng_untimeout() as they were in ng_base.c:1.84, so that during RELENG_5 both interfaces are supported. Reviewed by: scottl Approved by: julian (mentor), implicitly Revision Changes Path 1.1.4.2 +2 -2 src/sys/netgraph/atm/sscop/ng_sscop_cust.h 1.2.2.2 +2 -2 src/sys/netgraph/atm/uni/ng_uni_cust.h 1.7.2.2 +6 -6 src/sys/netgraph/bluetooth/hci/ng_hci_misc.c 1.7.2.2 +9 -9 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c 1.43.2.3 +8 -2 src/sys/netgraph/netgraph.h 1.84.2.2 +66 -5 src/sys/netgraph/ng_base.c 1.18.2.2 +4 -4 src/sys/netgraph/ng_source.c