K 10 svn:author V 5 billf K 8 svn:date V 27 2003-08-07T21:27:17.000000Z K 7 svn:log V 293 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 END