Searched hist:199518 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/netinet6/
H A Draw_ip6.cdiff 199518 Thu Nov 19 10:04:19 MST 2009 bms Adapt the fix for IGMPv2 in r199287 for the IPv6 stack.
Only multicast routing is affected by the issue.

MFC after: 1 day
/freebsd-11-stable/sys/kern/
H A Dkern_thread.cdiff 281696 Sat Apr 18 15:36:51 MDT 2015 kib Initialize td_sel in the thread_init(). Struct thread is not zeroed
on the initial allocation, but seltdinit() assumes that td_sel is NULL
or a valid pointer. Note that thread_fini()/seltdfini() also relies
on this, but correctly resets td_sel to NULL.

Submitted by: luke.tw@gmail.com
PR: 199518
MFC after: 1 week

Completed in 205 milliseconds