<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libifconfig/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libifconfig/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4ba4aa5 - libifconfig: Overhaul ifconfig_media_* interfaces</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libifconfig/Makefile#c4ba4aa5</link>
        <description>libifconfig: Overhaul ifconfig_media_* interfacesDefine an ifmedia_t type to use for ifmedia words.Add ifconfig_media_lookup_* functions to lookup ifmedia words by name.Get media options as an array of option names rather than formatting itas a comma-delimited list into a buffer.Sprinkle const on static the static description tables for peace ofmind.Don&apos;t need to zero memory allocated by calloc.Reviewed by:	kpMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D29029

            List of files:
            /freebsd-14.2/lib/libifconfig/Makefile</description>
        <pubDate>Tue, 02 Mar 2021 10:29:17 +0000</pubDate>
        <dc:creator>Ryan Moeller &lt;freqlabs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e3d06599 - libifconfig: Add a symbol map</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libifconfig/Makefile#e3d06599</link>
        <description>libifconfig: Add a symbol mapThis is a no-op for now since libifconfig is only built as a static lib.Reviewed by:	freqlabs, kp, adrianDifferential Revision:	https://reviews.freebsd.org/D28119

            List of files:
            /freebsd-14.2/lib/libifconfig/Makefile</description>
        <pubDate>Thu, 14 Jan 2021 16:41:28 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d135bbd - libifconfig now depends on libm due to usage of log10().</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libifconfig/Makefile#4d135bbd</link>
        <description>libifconfig now depends on libm due to usage of log10().ld.bfd in particular requires -lm to come after libifconfig on thecommand line when linking rescue.Reviewed by:	freqlabs, adrianDifferential Revision:	https://reviews.freebsd.org/D26258

            List of files:
            /freebsd-14.2/lib/libifconfig/Makefile</description>
        <pubDate>Wed, 02 Sep 2020 22:10:08 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>94cba803 - Move ifconfig SFP status functionality into libifconfig</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libifconfig/Makefile#94cba803</link>
        <description>Move ifconfig SFP status functionality into libifconfiglibifconfig_sfp.h provides an API in libifconfig for querying SFP moduleproperties, operational status, and vendor strings, as well as descriptionsof the various fields, string conversions, and other useful helpers forimplementing user interfaces.SFP module status is obtained by reading registers via an I2C interface.Descriptions of these registers and the values therein have been collectedin a Lua table which is used to generate all the boilerplace C headers andsource files for accessing these values, their names, and descriptions.The generated code is fully commented and readable.This is the first use of libifconfig in ifconfig itself.  For now, thescope remains very limited.  Over time, more of ifconfig will be replacedwith libifconfig.Some minor changes to the formatting of ifconfig output have been made:- Module memory hex dumps are indented one extra space as a result of usinghexdump(3) instead of a bespoke hex dump function.- Media descriptions have an added two-character short-name in parenthesis.- QSFP modules were incorrectly displaying TX bias current as power.  Now  TX channels display bias current, and this change has been made for both  SFP and QSFP modules for consistency.A Lua binding for libifconfig including this functionality is implementedbut has not been included in this commit.  The plan is for it to becommitted after dynamic module loading has been enabled in flua.Reviewed by:	kp, melifaroRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D25494

            List of files:
            /freebsd-14.2/lib/libifconfig/Makefile</description>
        <pubDate>Sun, 09 Aug 2020 16:27:28 +0000</pubDate>
        <dc:creator>Ryan Moeller &lt;freqlabs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e5539fb6 - libifconfig: Add function to get bridge status</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libifconfig/Makefile#e5539fb6</link>
        <description>libifconfig: Add function to get bridge statusThe new function operates similarly to ifconfig_lagg_get_lagg_status andlikewise is accompanied by a function to free the bridge status data structure.I have included in this patch the relocation of some strings describing STPparameters and the PV2ID macro from ifconfig into net/if_bridgevar.h as theyare useful for consumers of libifconfig.Reviewed by:	kp, melifaro, mmacyApproved by:	mmacy (mentor)MFC after:	1 weekRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D25460

            List of files:
            /freebsd-14.2/lib/libifconfig/Makefile</description>
        <pubDate>Wed, 01 Jul 2020 02:32:41 +0000</pubDate>
        <dc:creator>Ryan Moeller &lt;freqlabs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e055e336 - wlandebug: Add include path for libifconfig as it is a internallib</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libifconfig/Makefile#e055e336</link>
        <description>wlandebug: Add include path for libifconfig as it is a internallibReviewed by:	baptDifferential Revision:	https://reviews.freebsd.org/D24172

            List of files:
            /freebsd-14.2/lib/libifconfig/Makefile</description>
        <pubDate>Wed, 25 Mar 2020 01:31:26 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1157dce - Make libifconfig INTERNALLIB</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libifconfig/Makefile#e1157dce</link>
        <description>Make libifconfig INTERNALLIBInstead of PRIVATELIB + NO_PIC.  This avoids the need for the wlandebugPIE special case added in r344211, and provides a stronger guaranteeagainst 3rd party software coming to depend on the API or ABI.If / when we declare the API/ABI to be stable we can make it a normallibrary.Discussed with:	baptSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libifconfig/Makefile</description>
        <pubDate>Mon, 25 Feb 2019 18:22:20 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b1d757bc - libifconfig: multiple feature additions</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libifconfig/Makefile#b1d757bc</link>
        <description>libifconfig: multiple feature additionsAdded the ability to:* Create virtual interfaces* Create vlan interfaces* Get interface fib* Get interface groups* Get interface status* Get nd6 info* Get media status* Get additional ifaddr info in a convenient struct* Get vhids* Get carp info* Get lagg and laggport status* Iterate over all interfaces and ifaddrsAnd add more examples, too.Note that this is a backwards-incompatible change. But that&apos;s ok, because it&apos;sa private library.MFC after:	3 weeksSponsored by:	Spectra Logic CorpDifferential Revision:	https://reviews.freebsd.org/D14463

            List of files:
            /freebsd-14.2/lib/libifconfig/Makefile</description>
        <pubDate>Fri, 23 Feb 2018 03:11:43 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>567de0da - Mark libifconfig as private until the API/ABI is stable</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libifconfig/Makefile#567de0da</link>
        <description>Mark libifconfig as private until the API/ABI is stablelibifconfig is still experimental and under active development.To avoid making any ABI promises, mark the library as privateSuggested by:	baptReviewed by:	kp

            List of files:
            /freebsd-14.2/lib/libifconfig/Makefile</description>
        <pubDate>Sun, 11 Sep 2016 17:44:35 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ec214349 - Renaming libifc to libifconfig in response to feedback on initial commit of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libifconfig/Makefile#ec214349</link>
        <description>Renaming libifc to libifconfig in response to feedback on initial commit ofthis library. Sticking to &apos;libifconfig&apos; (and &apos;ifconfig_&apos; as function prefix)should reduce chances of namespace collisions, make it more clear what thelibrary does, and be more in line with existing libraries.Submitted by: Marie Helene Kvello-Aune &lt;marieheleneka@gmail.com&gt;Differential Revision:	https://reviews.freebsd.org/D7742Reviewed by:	cem, kp

            List of files:
            /freebsd-14.2/lib/libifconfig/Makefile</description>
        <pubDate>Fri, 02 Sep 2016 18:33:08 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
