Author: Sebastien Roy <Sebastien.Roy at Sun.COM>
Changeset: 7545:4fe4a4b11d1c
Comments:
fix ipnetif_t vmem leak when booting non-global zone
remove NE_SET_ZONE events, they're not needed now that we handle NE_LIF_UP
clarify comments on ipnet locking
ips_nicevents needs to be per-stack
add SIGNOF() to <sys/sysmacros.h>
add convenience functions for {incr/decr}ementing walkers count
don't need if_minor since it's always getminor(if_dev)
missing ips_avl_lock in ipnet_remove_if()
remove voodoo if_lock locking in ipnet_remove_if()
Files:
usr/src/uts/common/inet/ip/ip_if.c usr/src/uts/common/inet/ipnet.h
usr/src/uts/common/inet/ipnet/ipnet.c usr/src/uts/common/sys/hook_event.h
usr/src/uts/common/sys/sysmacros.h