Home
last modified time | relevance | path

Searched hist:bb387e19 (Results 1 – 25 of 28) sorted by relevance

12

/netbsd/sys/netinet/
H A Dsctp_asconf.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
H A Dsctputil.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
H A Dsctp_usrreq.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
H A Dsctp_pcb.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
H A Dsctp_output.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
H A Dip_carp.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
H A Draw_ip.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
/netbsd/sys/net/npf/
H A Dnpf_if.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
/netbsd/sys/kern/
H A Dsubr_tftproot.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
H A Dkern_subr.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
H A Duipc_mbuf.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
/netbsd/sys/arch/x86/x86/
H A Dvmt.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
/netbsd/sys/compat/common/
H A Duipc_syscalls_40.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
/netbsd/sys/dist/pf/net/
H A Dpf_if.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
/netbsd/sys/altq/
H A Daltq_subr.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
/netbsd/sys/compat/linux32/common/
H A Dlinux32_socket.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
/netbsd/sys/rump/librump/rumpnet/
H A Dnet_stub.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
/netbsd/sys/netipsec/
H A Dxform_ipip.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
/netbsd/sys/compat/linux/common/
H A Dlinux_socket.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
/netbsd/sys/netinet6/
H A Din6_ifattach.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
H A Draw_ip6.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
H A Dicmp6.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
H A Din6.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
H A Dnd6.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.
/netbsd/sys/net/
H A Drtsock.cbb387e19 Thu May 12 02:24:16 GMT 2016 ozaki-r <ozaki-r@NetBSD.org> Protect ifnet list with psz and psref

The change ensures that ifnet objects in the ifnet list aren't freed during
list iterations by using pserialize(9) and psref(9).

Note that the change adds a pslist(9) for ifnet but doesn't remove the
original ifnet list (ifnet_list) to avoid breaking kvm(3) users. We
shouldn't use the original list in the kernel anymore.

12