cvs commit: src/sys/nfsclient bootp_subr.c
Bill Fumerola
billf at FreeBSD.org
Thu Aug 7 14:27:18 PDT 2003
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
More information about the cvs-src
mailing list