From owner-cvs-src@FreeBSD.ORG  Thu Aug  7 14:27:18 2003
Return-Path: <owner-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 389CA37B401; Thu,  7 Aug 2003 14:27:18 -0700 (PDT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8A98643F85; Thu,  7 Aug 2003 14:27:17 -0700 (PDT)
	(envelope-from billf@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h77LRH0U020176;
	Thu, 7 Aug 2003 14:27:17 -0700 (PDT)
	(envelope-from billf@repoman.freebsd.org)
Received: (from billf@localhost)
	by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h77LRHat020175;
	Thu, 7 Aug 2003 14:27:17 -0700 (PDT)
Message-Id: <200308072127.h77LRHat020175@repoman.freebsd.org>
From: Bill Fumerola <billf@FreeBSD.org>
Date: Thu, 7 Aug 2003 14:27:17 -0700 (PDT)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/nfsclient bootp_subr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 07 Aug 2003 21:27:18 -0000

billf       2003/08/07 14:27:17 PDT

  FreeBSD src repository

  Modified files:
    sys/nfsclient        bootp_subr.c 
  Log:
  0) preallocate per-interface context structures without the ifnet lock held
  1) avoid immediately calling bzero() after malloc() by passing M_ZERO
  2) do not initialize individual members of the global context to zero
  3) remove an unused assignment of ifctx in bootpc_init()
  
  Reviewed by:    tegge
  
  Revision  Changes    Path
  1.50      +38 -25    src/sys/nfsclient/bootp_subr.c