From owner-cvs-src-old@FreeBSD.ORG Mon Jun 22 17:51:21 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9B2A106564A for ; Mon, 22 Jun 2009 17:51:21 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C65A58FC0A for ; Mon, 22 Jun 2009 17:51:21 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5MHpLhF044440 for ; Mon, 22 Jun 2009 17:51:21 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5MHpLNp044439 for cvs-src-old@freebsd.org; Mon, 22 Jun 2009 17:51:21 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200906221751.n5MHpLNp044439@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Mon, 22 Jun 2009 17:48:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING src/sys/net if.c route.c vnet.h src/sys/sys param.h vimage.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 17:51:22 -0000 bz 2009-06-22 17:48:16 UTC FreeBSD src repository Modified files: . UPDATING sys/net if.c route.c vnet.h sys/sys param.h vimage.h Log: SVN rev 194640 on 2009-06-22 17:48:16Z by bz Move virtualization of routing related variables into their own Vimage module, which had been there already but now is stateful. All variables are now file local; so this further limits the global spreading of routing related things throughout the kernel. Add a missing function local variable in case of MPATHing. Reviewed by: zec Revision Changes Path 1.621 +5 -0 src/UPDATING 1.345 +0 -3 src/sys/net/if.c 1.161 +47 -8 src/sys/net/route.c 1.13 +0 -5 src/sys/net/vnet.h 1.423 +1 -1 src/sys/sys/param.h 1.35 +3 -1 src/sys/sys/vimage.h