<?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>11b099f8 - Add an Armv8 rndr random number provider</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#11b099f8</link>
        <description>Add an Armv8 rndr random number providerArmv8.5 adds an optional random number generator. This is implementedas two special registers one to read a random number, the other tore-seed the entropy pool before reading a random number. Both registerswill set the condition flags to tell the caller they can&apos;t produce arandom number in a reasonable amount of time.Without a signal to reseed the entropy pool use the latter registerto provide random numbers to the kernel pool. If at a later time wehad a way to tell the provider if it needs to reseed or not we coulduse the former.On an Amazon AWS Graviton3 VM this never failed, however this may notbe the case on low end CPUs so retry reading the random number 10 timesbefore returning an error.Reviewed by:	imp, delphij (csprng)Sponsored by:	The FreeBSD FoundationSponsored by:	Arm LtdDifferential Revision:	https://reviews.freebsd.org/D35411(cherry picked from commit 9eecef052155646fbc5f8f533b952b372572d06a)

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Wed, 15 Nov 2023 17:42:02 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a2d1e07f - rtw89: add man page and hook driver up to the build</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#a2d1e07f</link>
        <description>rtw89: add man page and hook driver up to the buildAfter two years, add the initial man page and hook Realteks rtw89driver up to the build for more people to test given successfulreports.devd.conf is already providing support based on the rtw&lt;n+&gt; regex.The driver uses the LinuxKPI compat layer.Firmware is provided by ports: net/wifi-firmware-rtw89-kmod orone of the flavours.  People are advised to used fwget(8) toautomatically install the correct firmware for their chipset.Please note that for the moment the driver requires a tunable tobe set in loader.conf: compat.linuxkpi.skb.mem_limit=1Many thanks to everyone who in the last two years helped testing,debugged, submitted patches to get the driver to this stage whereinitial functionality seems working.Sponsored by:	The FreeBSD Foundation(cherry picked from commit 310c31d3f04ef9d3ebe598fd076d017a48d0ca0d)

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Tue, 18 Apr 2023 15:17:41 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24687a65 - sys: Enable NVMe drivers on all architectures</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#24687a65</link>
        <description>sys: Enable NVMe drivers on all architecturesThe NVMe drivers are portable and are already included statically inGENERIC on other architectures such as aarch64 and riscv64.Reviewed by:	impSponsored by:	Chelsio CommunicationsDifferential Revision:	https://reviews.freebsd.org/D44690(cherry picked from commit 16e846fa1ed3c97419b55b292f77b0f4209f0875)

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Tue, 09 Apr 2024 22:02:58 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c333758f - mac_do: add a new MAC/do policy and mdo(1) utility</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#c333758f</link>
        <description>mac_do: add a new MAC/do policy and mdo(1) utilityThis policy enables a user to become another user without having to beroot (hence no setuid binary). it is configured via rules using sysctlsecurity.mac.do.rulesFor example:security.mac.do.rules=uid=1001:80,gid=0:anyThe above rule means the user identifier by the uid 1001 is able tobecome user 80Any user of the group 0 are allowed to become any user on the system.The mdo(1) utility expects the MAC/do policy to be installed and itsrules defined.Reviewed by:	desDifferential Revision:	https://reviews.freebsd.org/D45145(cherry picked from commit 8aac90f18aef7c9eea906c3ff9a001ca7b94f375)

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Thu, 09 May 2024 22:03:28 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5080cf08 - linuxkpi: Add linuxkpi_video module</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#5080cf08</link>
        <description>linuxkpi: Add linuxkpi_video moduleThis contain the hdmi code and the aperture code like in linux.Differential Revision:	https://reviews.freebsd.org/D44925Reviewed by:		bzObtained from:		drm-kmodSponsored by:		Beckhoff Automation GmbH &amp; Co. KG(cherry picked from commit 11d79c4756b7c85faf7c4a268c301a41ce0887b9)

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Wed, 24 Apr 2024 08:14:36 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bce36dfe - bnxt: Do not compile on 32-bit platforms</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#bce36dfe</link>
        <description>bnxt: Do not compile on 32-bit platformsThe new bnxt_re driver doesn&apos;t compile on any of them (it uses writeq()from the LinuxKPI, which isn&apos;t implemented there), and had already beendisconnected from the build on i386.Reported by:	JenkinsFixes:	acd884dec99a (&quot;RDMA/bnxt_re: Add bnxt_re RoCE driver&quot;)(cherry picked from commit c867ba72889de51b0bd2c6a7049f539abaafd46e)

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Tue, 28 May 2024 13:05:14 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>040a7e0d - sys/modules/dpdk_lpm4: do not build without INET</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#040a7e0d</link>
        <description>sys/modules/dpdk_lpm4: do not build without INETReviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1236(cherry picked from commit 304a03275a65cf811fb6c06fa1c37783d07c99a4)

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Wed, 15 May 2024 00:16:10 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;lexi@le-Fay.ORG&gt;</dc:creator>
    </item>
<item>
        <title>d1aff355 - vf_i2c: split up and add ACPI attachments in addition to FDT</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#d1aff355</link>
        <description>vf_i2c: split up and add ACPI attachments in addition to FDTMove the code from the arm specific to the iicbus controller directory.Split up between general logic and bus attachment code.Add support for ACPI attachment in addition to FDT.Tested by:	bz (LS1088a FDT), Pierre-Luc Drouin (Honeycomb, ACPI)Based on:	D24917 by Val Packett (initial early version)(cherry picked from commit 5ca8e32633c4ffbbcd6762e5888b6a4ba0708c6c)

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Fri, 22 Mar 2024 22:12:07 +0000</pubDate>
        <dc:creator>Pierre-Luc Drouin &lt;pldrouin@pldrouin.net&gt;</dc:creator>
    </item>
<item>
        <title>15e12749 - ossl: Add support for armv7</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#15e12749</link>
        <description>ossl: Add support for armv7OpenSSL provides implementations of several AES modes which usebitslicing and can be accelerated on CPUs which support the NEONextension.  This patch adds arm platform support to ossl(4) and providesan AES-CBC implementation, though bsaes_cbc_encrypt() only implementsdecryption.  The real goal is to provide an accelerated AES-GCMimplementation; this will be added in a subsequent patch.Initially derived from https://reviews.freebsd.org/D37420.Reviewed by:	jhbSponsored by:	Klara, Inc.Sponsored by:	StormshieldMFC after:	3 monthsDifferential Revision:	https://reviews.freebsd.org/D41304(cherry picked from commit 44f8e1e8530e1d2e95e84bbbe3d22ac9cb2557fe)

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Thu, 30 Nov 2023 17:46:08 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2fbed5e9 - Make kldxref a bootstrap tool and use unconditionally</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#2fbed5e9</link>
        <description>Make kldxref a bootstrap tool and use unconditionallyNow that kldxref is a generic cross tool and can be built on non-FreeBSDwe can bootstrap it during the build and thus remove the condition forwhether it exists. We also need to make sure to add it to the METALOGfor -DNO_ROOT builds.Reviewed by:	brooks, impDifferential Revision:	https://reviews.freebsd.org/D43051(cherry picked from commit ff7c12c1f17e52337169d8ce48433fae96a9c9db)

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Wed, 13 Dec 2023 21:43:10 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ec22736 - iwlwifi / rtw88: re-attach to build after updates</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#7ec22736</link>
        <description>iwlwifi / rtw88: re-attach to build after updatesWhile the build-breaking changes were only in a smaller windowfurther updates restored some functionality as well.  Now thatwe are done, add iwlwifi back to the build.Sponsored by:	The FreeBSD FoundationThis also adds the (updated) rtw88 driver back to the build.Functionality has not been tested (much) so might not currentlywork but people offered to test.(cherry picked from commit af6aaa90057d75644c41527acc903082104e4114)(cherry picked from commit 299e2d5724c2bc4929b6eac3258f04055e97992e)

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Thu, 21 Sep 2023 17:12:01 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6fbec77 - iwlwifi / rtw88: temporary disconnect from build for updates</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#b6fbec77</link>
        <description>iwlwifi / rtw88: temporary disconnect from build for updatesDisconnect iwlwifi/rtw88 from the build for a few commits which, due toincompatible LinuxKPI 802.11 changes would break the build for arevision.  It will be re-enabled &quot;instantly&quot;.Sponsored by:	The FreeBSD Foundation(cherry picked from commit 712468443df1130db8f893a5e2ce5c6a8dbf5cde)(cherry picked from commit b75d1ce6c10652fc4bfbf509deeae0e05c3d1356)

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Tue, 05 Sep 2023 17:34:35 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a902189 - sff: Add SFP driver (fdt-based draft)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#2a902189</link>
        <description>sff: Add SFP driver (fdt-based draft)This basic version of the driver obtains properties of the &quot;sff,sfp&quot;compatible devices and implements a simple interface to provide an I2Cbus device for the rest of the drivers (e.g. to implement SIOCGI2C).Both of the interface and driver are subjects for a furthergeneralization to be used in case of non-FDT and non-arm64 platforms.Reviewed by:		bz, manuApproved by:		bz (mentor)MFC after:		3 weeksDifferential Revision:	https://reviews.freebsd.org/D41440

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Fri, 18 Aug 2023 09:17:31 +0000</pubDate>
        <dc:creator>Dmitry Salychev &lt;dsl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>37c8ee88 - ath(4): Remove MIPS AHB frontend and join PCI one w/ main support again</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#37c8ee88</link>
        <description>ath(4): Remove MIPS AHB frontend and join PCI one w/ main support againFollowing the removal of general MIPS support, there&apos;s no longer a needto have the AHB bus-frontend in place, which according to Linux sourcesalso isn&apos;t used with any non-MIPS SoCs. For simplicity, PCI bus supportis only made conditional on the main one again, i. e. device ath_pci isremoved, and built into the main module, i. e. if_ath_pci.ko obsoleted,respectively.Effectively, this reverts the following commits and associated changes:dba9c8597747c6c9bf3d2ec68f7eb90552878dc7e849bb3ecbb1963344a22ae77fc96f89fbebf40cApproved by:	adrianRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D41354

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Mon, 07 Aug 2023 16:39:24 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e1f6952 - modules: Use MACHINE_CPUARCH more</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#3e1f6952</link>
        <description>modules: Use MACHINE_CPUARCH moreReplace two cases of MACHINE_ARCH with MACHINE_CPUARCH and also use`aarch64` instead of the improper `arm64` for that test.Noticed by:		Mark MillardSponsored by:		Netflix

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Tue, 08 Aug 2023 16:50:39 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>215bab79 - mac_ipacl: new MAC policy module to limit jail/vnet IP configuration</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#215bab79</link>
        <description>mac_ipacl: new MAC policy module to limit jail/vnet IP configurationThe mac_ipacl policy module enables fine-grained control over IP addressconfiguration within VNET jails from the base system.It allows the root user to define rules governing IP addresses forjails and their interfaces using the sysctl interface.Requested by:	multipleSponsored by:	Google, Inc. (GSoC 2019)MFC after:	2 monthsReviewed by:	bz, dch (both earlier versions)Differential Revision: https://reviews.freebsd.org/D20967

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Tue, 25 Jul 2023 20:27:06 +0000</pubDate>
        <dc:creator>Shivank Garg &lt;shivank@freebsd.org&gt;</dc:creator>
    </item>
<item>
        <title>350b7c35 - superio+ncthwm: Add hardware monitoring support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#350b7c35</link>
        <description>superio+ncthwm: Add hardware monitoring supportAdd support for the following chips:- Nuvoton NCT6779D- Nuvoton NCT6796D-EReviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/719

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Sat, 01 Jul 2023 17:19:44 +0000</pubDate>
        <dc:creator>St&#233;phane Rochoy &lt;stephane.rochoy@stormshield.eu&gt;</dc:creator>
    </item>
<item>
        <title>2d1d418e - mpi3mr: 3rd Generation Tri-Mode NVMe/SAS/SATA MegaRaid / eHBA</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#2d1d418e</link>
        <description>mpi3mr: 3rd Generation Tri-Mode NVMe/SAS/SATA MegaRaid / eHBAThis is Broadcom&apos;s mpi3mr driver for FreeBSD version 8.6.0.2.0.The mpi3mr driver supports Broadcom SAS4116-based cards in the 9600series: 9670W-16i, 9670-24i, 9660-16i, 9620-16i, 9600-24i, 9600-16i,9600W-16e, 9600-16e, 9600-8i8e.Initially only available as a module and on amd64/arm64, since that&apos;show it has been tested to date. Future commits will add it to the kernelbuild and may expand the architectures it is supported on.Co-authored-by: Chandrakanth Patil &lt;chandrakanth.patil@broadcom.com&gt;Feedback-by: ken (prior versions)Reviewed-by: impRelNotes: yesDifferential-Revision: https://reviews.freebsd.org/D36771Differential-Revision: https://reviews.freebsd.org/D36772

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Wed, 14 Jun 2023 22:22:30 +0000</pubDate>
        <dc:creator>Sumit Saxena &lt;sumit.saxena@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>28082681 - qatfw: Don&apos;t build if WITH_SOURCELESS_UCODE is defined</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/Makefile#28082681</link>
        <description>qatfw: Don&apos;t build if WITH_SOURCELESS_UCODE is defined

            List of files:
            /freebsd-14.2/sys/modules/Makefile</description>
        <pubDate>Mon, 12 Jun 2023 17:47:51 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
