From owner-cvs-src@FreeBSD.ORG Fri Sep 24 22:36:51 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 A7E8116A4CE; Fri, 24 Sep 2004 22:36:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8809943D2D; Fri, 24 Sep 2004 22:36:51 +0000 (GMT) (envelope-from brooks@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 i8OMapQQ063060; Fri, 24 Sep 2004 22:36:51 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8OMapvK063059; Fri, 24 Sep 2004 22:36:51 GMT (envelope-from brooks) Message-Id: <200409242236.i8OMapvK063059@repoman.freebsd.org> From: Brooks Davis Date: Fri, 24 Sep 2004 22:36:51 +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/net if.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: Fri, 24 Sep 2004 22:36:51 -0000 brooks 2004-09-24 22:36:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net if.c Log: MFC: 1.208, 1.209 Fix a LOR where ifconf() used copyout while holding a mutex. This LOR was seen when configuring addresses on interfaces using ifconfig. This patch has been verified to work with over eight thousand addresses assigned to an interface. Approved by: re (scottl) LOR id: 031 Revision Changes Path 1.199.2.6 +52 -41 src/sys/net/if.c