Date: Thu, 7 Aug 2003 14:27:17 -0700 (PDT) From: Bill Fumerola <billf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient bootp_subr.c Message-ID: <200308072127.h77LRHat020175@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308072127.h77LRHat020175>