Searched hist:103428 (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/etc/
H A Dnetwork.subrdiff 162490 Wed Sep 20 23:44:52 MDT 2006 brooks Introduce a new method ipv6if which attemptes to figure out if an
interface is an IPv6 interface.

Use this method to decide if we should attempt to configure an interface
with an IPv6 address in pccard_ether. The mechanism pccard_ether uses
to do this is unsuited to the task because it assumes the list of
interfaces it is passed is the full list of IPv6 interfaces and makes
decissions based on that. This is at least a step in the right
direction and is probably about as much as we can MFC safely.

PR: conf/103428
MFC after: 3 days
H A Dpccard_etherdiff 162490 Wed Sep 20 23:44:52 MDT 2006 brooks Introduce a new method ipv6if which attemptes to figure out if an
interface is an IPv6 interface.

Use this method to decide if we should attempt to configure an interface
with an IPv6 address in pccard_ether. The mechanism pccard_ether uses
to do this is unsuited to the task because it assumes the list of
interfaces it is passed is the full list of IPv6 interfaces and makes
decissions based on that. This is at least a step in the right
direction and is probably about as much as we can MFC safely.

PR: conf/103428
MFC after: 3 days
/freebsd-11-stable/usr.sbin/ypbind/
H A Dyp_ping.cdiff 103428 Mon Sep 16 19:39:42 MDT 2002 fenner xids are u_int32_ts, which are not necessarily the same size as time_ts or
unsigned longs. This fixes "ypbind -S ... -m" on sparc64.

Completed in 140 milliseconds