<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d3b5f56344d8bfcdd6cfb82446af0e5e55ad9ebe - 11528 Makefile.noget can get gone</title>
        <link>http://kernelsources.org:8080/source/history/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile#d3b5f56344d8bfcdd6cfb82446af0e5e55ad9ebe</link>
        <description>11528 Makefile.noget can get gone11529 Use -Wno-maybe-initializedReviewed by: Peter Tribble &lt;peter.tribble@gmail.com&gt;Reviewed by: Toomas Soome &lt;tsoome@me.com&gt;Approved by: Robert Mustacchi &lt;rm@joyent.com&gt;

            List of files:
            /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile</description>
        <pubDate>Wed, 07 Aug 2019 21:09:20 +0200</pubDate>
        <dc:creator>John Levon &lt;john.levon@joyent.com&gt;</dc:creator>
    </item>
<item>
        <title>7014882c6a3672fd0e5d60200af8643ae53c5928 - 2933 compiler warning gags need better granularity</title>
        <link>http://kernelsources.org:8080/source/history/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile#7014882c6a3672fd0e5d60200af8643ae53c5928</link>
        <description>2933 compiler warning gags need better granularityReviewed by: Eric Schrock &lt;eric.schrock@delphix.com&gt;Approved by: Garrett D&apos;Amore &lt;garrett@damore.org&gt;

            List of files:
            /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile</description>
        <pubDate>Sun, 22 Jul 2012 22:03:46 +0200</pubDate>
        <dc:creator>Richard Lowe &lt;richlowe@richlowe.net&gt;</dc:creator>
    </item>
<item>
        <title>6e91bba0d6c6bdabbba62cefae583715a4a58e2a - PSARC 2009/306 Brussels II - ipadm and libipadm</title>
        <link>http://kernelsources.org:8080/source/history/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile#6e91bba0d6c6bdabbba62cefae583715a4a58e2a</link>
        <description>PSARC 2009/306 Brussels II - ipadm and libipadmPSARC 2010/080 Brussels II addendum6827318 Brussels Phase II aka ipadm(1m)6731945 need BSD getifaddrs() API6909065 explicitly disallow non-contiguous netmasks in the next minor release6853922 ifconfig dumps core when ether address is non-hexadecimal.6815806 ipReasmTimeout value should be variable6567083 nd_getset has some dead and confusing code.6884466 remove unused tcp/sctp ndd tunables6928813 Comments at odds with default value of tcp_time_wait_interval6236982 ifconfig usesrc lets adapter use itself as source address6936855 modifying the ip6_strict_src_multihoming to non-zero value will unbind V4 IREs

            List of files:
            /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile</description>
        <pubDate>Fri, 26 Mar 2010 22:53:11 +0100</pubDate>
        <dc:creator>Girish Moodalbail &lt;Girish.Moodalbail@Sun.COM&gt;</dc:creator>
    </item>
<item>
        <title>2b24ab6b3865caeede9eeb9db6b83e1d89dcd1ea - PSARC 2009/373 Clearview IP Tunneling</title>
        <link>http://kernelsources.org:8080/source/history/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile#2b24ab6b3865caeede9eeb9db6b83e1d89dcd1ea</link>
        <description>PSARC 2009/373 Clearview IP TunnelingPSARC 2009/410 Datalink Administration from Non-Global Zones6858533 Clearview IP Tunneling4861777 *snoop* cannot snoop on tunnel interfaces5010680 M_IOCTL interface between ip and tun is horribly wrong5029727 tun prints bogus debug messages when receiving multicast packets on 6to4 tunnels6835873 dlpi_walk() silently fails in an exclusive zone4152864 must not allow two tunnels to have the same tsrc/tdst pair6855902 link and flow kstats are too promiscuous6218826 need to be able to tunnel into a zone4505468 network interface names can confuse, lie, and deceive4524756 tun_wproc() takes up too much stack6417373 tun_wproc_mdata assertion failures4627970 scalability problems with IP in IP tunnels4674797 ifparse_ifspec() will not correctly parse ipv6 tunnels6509231 dladm should show links in exclusive stack zone4793233 tun driver should include addr in DL_PHYS_ADDR_ACK for non-zero lengths6795831 ZONE_*_DATALINK syscalls should take datalink_id_t as argument6791472 mac module doesn&apos;t allow MAC addresses &lt; 6 bytes6618091 Race condition trips ASSERT() in tun.c&apos;s SIOCSLIFNAME path6837580 bogus mi_active check in mac_set_mtu()6868083 libinetutil: ofmt_open()&apos;s template argument should be const6870313 libdladm: needless dladm_init_linkprop() in i_dladm_aggr_up()6872221 panic in dls_devnet_close() if &quot;mtu&quot; property is being set4289774 Change to the interface-id does not change IPv6 link-local address6873561 unable to create links with 31 character link names6874666 changing a link property can accidentally destroy it6874682 removing a link attribute corrupts the attribute list6875167 IPCL_ISV6 conn flag is set but never used6881764 itp reference leak in ipsec_construct_inverse_acquire()6881951 dladm delete-vlan can no longer delete persistent-only VLANs--HG--rename : usr/src/uts/common/inet/tun.h =&gt; usr/src/uts/common/inet/iptun.hrename : usr/src/uts/common/inet/ip/tun.c =&gt; usr/src/uts/common/inet/iptun/iptun.crename : usr/src/uts/intel/tun/Makefile =&gt; usr/src/uts/intel/iptun/Makefilerename : usr/src/uts/sparc/tun/Makefile =&gt; usr/src/uts/sparc/iptun/Makefile

            List of files:
            /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile</description>
        <pubDate>Wed, 23 Sep 2009 04:04:45 +0200</pubDate>
        <dc:creator>Sebastien Roy &lt;Sebastien.Roy@Sun.COM&gt;</dc:creator>
    </item>
<item>
        <title>e11c3f44f531fdff80941ce57c065d2ae861cefc - PSARC/2007/272 Project Clearview: IPMP Rearchitecture</title>
        <link>http://kernelsources.org:8080/source/history/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile#e11c3f44f531fdff80941ce57c065d2ae861cefc</link>
        <description>PSARC/2007/272 Project Clearview: IPMP RearchitecturePSARC/2008/773 IPQoS if_groupname Selector RemovalPSARC/2009/001 Move in.mpathd into /lib/inet6783149 Clearview IPMP Rearchitecture4472956 libipmp should provide administrative interfaces4494577 ipmp is opaque - there&apos;s no way to get current status4509788 IPMP&apos;s usage of interface flags is not backward compatible4509869 IPMP&apos;s address move mechanism needs to be transparent to applications4531232 &quot;in.rdiscd: sendto: Bad file number&quot; seen during IPMP DR4533876 new instances of interfaces under ipmp are generated with each dr/op4699003 in.mpathd should squawk if interfaces in a group have the same hwaddr4704937 SUNW_ip_rcm.so is sloppy with strings4713308 IPMP shouldn&apos;t failover unconfigured logical interfaces4785694 non-homogeneous IPMP group does not do failback4850407 if_mpadm and IPMP DR failure5015757 ip can panic with ASSERT(attach_ill == ipif-&gt;ipif_ill) failure5086201 in.ndpd&apos;s phyint_reach_random() spews &quot;SIOCSLIFLNKINFO Invalid argument&quot;6184000 routes cannot be created on failed interfaces6246564 if_mpadm -r &lt;ifname&gt; doesn&apos;t bring up IPv6 link-local data address6359058 SIOCLIFFAILBACK repeatedly fails with EAGAIN; in.mpathd fills logs6359536 enabling STANDBY on an interface with no test address acts oddly6378487 in.dhcpd doesn&apos;t work well in an IPMP setup6462335 cannot offline to IPMP interfaces that have no probe targets6516992 in.routed spews &quot;Address already in use&quot; during IPMP address move6518460 ip_rcm`update_pif() must remain calm when logical interfaces disappear6549957 failed IP interfaces at boot may go unreported6591186 rpcbind can&apos;t deal with indirect calls if all addresses are deprecated6667143 NCE_F_UNSOL_ADV broken6698480 IGMP version not retained during IPMP failover6726235 IPMP group failure can sometimes lead to an extra failover6726645 in.routed skips DEPRECATED addresses even when no others exist6738310 ip_ndp_recover() checks IPIF_CONDEMNED on the wrong ipif flags field6739454 system panics at sdpib`sdp_rts_announce6739531 IPv6 DAD doesn&apos;t work well with IPMP6740719 in.mpathd may fail to switch to router target mode6743260 ipif_resolver_up() can fail and leave ARP bringup pending6746613 ip&apos;s DL_NOTE_SDU_SIZE logic mishandles ill_max_frag &lt; ill_max_mtu6748145 in.ndpd&apos;s IPv6 link-local hardware address mappings can go stale6753560 ilg_delete_all() can race with ill_delete_tail() when ilg_ill changes6755987 stillborn IFF_POINTOPOINT in.mpathd logic should be hauled out6775126 SUBDIRS ipsecutils element does not in order be6775811 NCEs can get stuck in ND_INCOMPLETE if ARP fails when IPMP is in-use6777496 receive-side ILL_HCKSUM_CAPABLE checks look at the wrong ill6781488 IPSQ timer restart logic can deadlock under stress6781883 ip_ndp_find_solicitation() can be passed adverts, and has API issues6784852 RPCIB, SDP, and RDS all break when vanity naming is used6786048 IPv6 ND probes create IREs with incorrect source addresses6786091 I_PLINK handling in IP must not request reentry via ipsq_try_enter()6786711 IPQoS if_groupname selector needs to go6787091 assertion failure in ipcl_conn_cleanup() due to non-NULL conn_ilg6789235 INADDR_ANY ILMs can trigger an assertion failure in IPMP environments6789502 ipif_resolver_up() calls after ipif_ndp_up() clobber ipif_addr_ready6789718 ip6.tun0 cannot be plumbed in a non-global-zone post-67452886789732 libdlpi may get stuck in i_dlpi_strgetmsg()6789870 ipif6_dup_recovery() may operate on a freed ipif, corrupting memory6789874 ipnet_nicevent_cb() may call taskq_dispatch() on a bogus taskq6790310 in.mpathd may core with &quot;phyint_inst_timer: invalid state 4&quot;--HG--rename : usr/src/lib/libinetutil/common/inetutil4.c =&gt; usr/src/lib/libinetutil/common/inetutil.crename : usr/src/uts/common/inet/vni/vni.c =&gt; usr/src/uts/common/inet/dlpistub/dlpistub.crename : usr/src/uts/common/inet/vni/vni.conf =&gt; usr/src/uts/common/inet/dlpistub/dlpistub.confrename : usr/src/uts/common/inet/vni/vni_impl.h =&gt; usr/src/uts/common/inet/dlpistub/dlpistub_impl.hrename : usr/src/uts/intel/vni/Makefile =&gt; usr/src/uts/intel/dlpistub/Makefilerename : usr/src/uts/sparc/vni/Makefile =&gt; usr/src/uts/sparc/dlpistub/Makefile

            List of files:
            /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile</description>
        <pubDate>Wed, 07 Jan 2009 02:16:25 +0100</pubDate>
        <dc:creator>meem &lt;Peter.Memishian@Sun.COM&gt;</dc:creator>
    </item>
<item>
        <title>da14cebe459d3275048785f25bd869cb09b5307f - PSARC/2006/357 Crossbow - Network Virtualization and Resource Management</title>
        <link>http://kernelsources.org:8080/source/history/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile#da14cebe459d3275048785f25bd869cb09b5307f</link>
        <description>PSARC/2006/357 Crossbow - Network Virtualization and Resource Management6498311 Crossbow - Network Virtualization and Resource Management6402493 DLPI provider loopback behavior should be improved6453165 move mac capabs definitions outside mac.h6338667 Need ability to use NAT for non-global zones6692884 several threads hung due to deadlock scenario between aggr and mac6768302 dls: soft_ring_bind/unbind race can panic in thread_affinity_set with cpu_id == -16635849 race between lacp_xmit_sm() and aggr_m_stop() ends in panic6742712 potential message double free in the aggr driver6754299 a potential race between aggr_m_tx() and aggr_port_delete()6485324 mi_data_lock recursively held when enabling promiscuous mode on an aggregation6442559 Forwarding perf bottleneck due to mac_rx() calls6505462 assertion failure after removing a port from a snooped aggregation6716664 need to add src/dst IP address to soft ring fanout--HG--rename : usr/src/uts/common/io/dls/dls_soft_ring.c =&gt; usr/src/uts/common/io/mac/mac_soft_ring.crename : usr/src/uts/common/inet/ip/ip_cksum.c =&gt; usr/src/uts/common/os/ip_cksum.crename : usr/src/uts/common/inet/sctp_crc32.c =&gt; usr/src/uts/common/os/sctp_crc32.crename : usr/src/uts/common/sys/dls_soft_ring.h =&gt; usr/src/uts/common/sys/mac_soft_ring.h

            List of files:
            /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile</description>
        <pubDate>Fri, 05 Dec 2008 03:16:10 +0100</pubDate>
        <dc:creator>Eric Cheng &lt;none@none&gt;</dc:creator>
    </item>
<item>
        <title>d62bc4badc1c1f1549c961cfb8b420e650e1272b - PSARC/2006/499 Clearview Nemo unification and vanity naming</title>
        <link>http://kernelsources.org:8080/source/history/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile#d62bc4badc1c1f1549c961cfb8b420e650e1272b</link>
        <description>PSARC/2006/499 Clearview Nemo unification and vanity namingPSARC/2007/527 Addendum for Clearview Vanity Naming and Nemo UnificationPSARC/2008/002 Clearview UV Updates6310766 vlan statistics get reset at unplumb time6320515 dladm commands with &quot;-R&quot; option should not take effect immediately6433732 Simplify the GLDv3 control path by making its processing asynchronous6445912 dladm show-link fails to show a specific link in the debug version6452413 dladm show-link doesn&apos;t show VLAN links for GLDv2 drivers6504433 libwladm&apos;s use of wladm_wlresult2status() needs an overhaul6504507 dladm set-linkprop failure message is unclear6534289 DR should work with aggregations6535719 dladm_aggr_port_attr_db_t`lp_devname should be MAXNAMELEN, not MAXNAMELEN + 16539634 GLDv3 should DL_ERROR_ACK a DL_UDQOS_REQ with DL_OUTSTATE when the stream is DL_UNATTACHED6540246 libdladm should not guess zoneid from DLDIOCZIDGET ioctl errno6544195 dladm show-dev assumes GLDv3 stats.. incompatible with GLDv26563295 dladm show-linkprop -P does not work properly for unavailable links6577618 integrate network vanity naming and nemo unification6600446 links assigned to a local zone are still aggregatable by global zone6607572 &quot;boot net - install&quot; can trigger assertion failure in dld_str_attach()6613956 &quot;svccfg import -&quot; does not work as bfu expects6637596 invalid assertion in ip_soft_ring_assignment()6642350 kernel DLPI processing routines are long overdue6643338 GLDv3 PPA hack VLAN ID checks don&apos;t always work6647203 bfu: smf_delete_manifest() does not work for non-global zones6649885 DL_IB GLDv3 mactype plugin must fill in its mtr_nativetype6650395 libuuid should be lint-clean and linted nightly--HG--rename : usr/src/cmd/dladm/aggregation.conf =&gt; deleted_files/usr/src/cmd/dladm/aggregation.confrename : usr/src/cmd/dladm/linkprop.conf =&gt; deleted_files/usr/src/cmd/dladm/linkprop.confrename : usr/src/lib/libinetcfg/common/inetcfg_nic.c =&gt; deleted_files/usr/src/lib/libinetcfg/common/inetcfg_nic.crename : usr/src/lib/libinetcfg/common/inetcfg_nic.h =&gt; deleted_files/usr/src/lib/libinetcfg/common/inetcfg_nic.h

            List of files:
            /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile</description>
        <pubDate>Thu, 24 Jan 2008 03:09:15 +0100</pubDate>
        <dc:creator>yz147064 &lt;none@none&gt;</dc:creator>
    </item>
<item>
        <title>06e1a7147edd272b7296f208141627a5b1191731 - PSARC 2006/561 libcmd must die</title>
        <link>http://kernelsources.org:8080/source/history/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile#06e1a7147edd272b7296f208141627a5b1191731</link>
        <description>PSARC 2006/561 libcmd must die6480998 libcmd must die--HG--rename : usr/src/lib/libcmd/common/deflt.c =&gt; usr/src/lib/libc/port/gen/deflt.c

            List of files:
            /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile</description>
        <pubDate>Sat, 14 Oct 2006 05:48:34 +0200</pubDate>
        <dc:creator>raf &lt;none@none&gt;</dc:creator>
    </item>
<item>
        <title>69bb4bb45c98da60d21839c4dc3c01ea1be60585 - PSARC 2005/314 IP Duplicate Address Detection</title>
        <link>http://kernelsources.org:8080/source/history/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile#69bb4bb45c98da60d21839c4dc3c01ea1be60585</link>
        <description>PSARC 2005/314 IP Duplicate Address DetectionPSARC 2006/017 Arp Single Entry Display1248254 NDD doesn&apos;t have explicit range checking for ARP NDD variables.1253974 Please make a &quot;permanent contents&quot; option for arp vs. static4069191 ace_t::ace_query_count field is not used anywhere.4157198 ARP cache inconsistency between arp and ip modules.4396195 ar_rput: ar_cmd_dispatch not necessary for every packet?4705220 No IPv6 DAD performed during boot4728609 IPv4 Duplicate Address Detection (DAD) is broken4971789 Need unsolicited neighbor advertisements when interface comes up4978063 SO_DONTROUTE option causes ARP traffic for every frame.4997903 /usr/sbin/arp accepts invalid modifier keywords6266155 flag on the play: ndp gets its bits confused6272993 in.ndpd could be free of lint6273003 arp shouldn&apos;t export status via ndd6360928 ipif_arp_down debug message wrongly expects DLPI6363393 6281236 causes generation of bogus NS6454158 need a temporary work-around for 6451644&apos;s IPv6 impact6456379 need ffs(3C)-like function in modapi--HG--rename : usr/src/cmd/cmd-inet/sbin/dhcpagent/arp_check.c =&gt; deleted_files/usr/src/cmd/cmd-inet/sbin/dhcpagent/arp_check.crename : usr/src/cmd/cmd-inet/sbin/dhcpagent/arp_check.h =&gt; deleted_files/usr/src/cmd/cmd-inet/sbin/dhcpagent/arp_check.hrename : usr/src/cmd/cmd-inet/usr.lib/in.ndpd/dupl_addr.c =&gt; deleted_files/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/dupl_addr.crename : usr/src/cmd/cmd-inet/usr.sbin/ifconfig/dupl_addr.c =&gt; deleted_files/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/dupl_addr.crename : usr/src/lib/libc/port/gen/ffs.c =&gt; deleted_files/usr/src/lib/libc/port/gen/ffs.crename : usr/src/lib/libinetcfg/common/inetcfg_dad.c =&gt; deleted_files/usr/src/lib/libinetcfg/common/inetcfg_dad.crename : usr/src/lib/libinetcfg/common/inetcfg_dad.h =&gt; deleted_files/usr/src/lib/libinetcfg/common/inetcfg_dad.h

            List of files:
            /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile</description>
        <pubDate>Mon, 14 Aug 2006 23:10:48 +0200</pubDate>
        <dc:creator>carlsonj &lt;none@none&gt;</dc:creator>
    </item>
<item>
        <title>7c478bd95313f5f23a4c958a745db2134aa03244 - OpenSolaris Launch</title>
        <link>http://kernelsources.org:8080/source/history/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile#7c478bd95313f5f23a4c958a745db2134aa03244</link>
        <description>OpenSolaris Launch

            List of files:
            /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile</description>
        <pubDate>Tue, 14 Jun 2005 09:00:00 +0200</pubDate>
        <dc:creator>stevel@tonic-gate &lt;none@none&gt;</dc:creator>
    </item>
</channel>
</rss>
