emaste 2005-12-22 16:23:27 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/net if_arcsubr.c if_ethersubr.c if_fddisubr.c
if_iso88025subr.c
Log:
Merge if_arcsubr.c:1.26, if_ethersubr.c:1.195, if_fddisubr.c:1.99,
if_iso88025subr.c:1.68 from HEAD to RELENG_5:
When allocating link layer ifnet address list entries in
ifp->if_resolvemulti(), do so with M_NOWAIT rather than M_WAITOK, so
that a mutex can be held over the call. In the FDDI code, add a
missing M_ZERO. Consumers are already aware that if_resolvemulti()
can fail.
Approved by: scottl
Silcence from: rwatson (mentor)
Revision Changes Path
1.22.2.2 +6 -2 src/sys/net/if_arcsubr.c
1.177.2.9 +6 -2 src/sys/net/if_ethersubr.c
1.95.2.2 +6 -2 src/sys/net/if_fddisubr.c
1.65.2.3 +6 -2 src/sys/net/if_iso88025subr.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"