<?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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/mem/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>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/sys/modules/mem/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b1fa9878 - Merge i386 and amd64 mtrr drivers.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#b1fa9878</link>
        <description>Merge i386 and amd64 mtrr drivers.Reviewed by:	royger, jhbSponsored by:	The FreeBSD FoundationMFC after:	2 weeksDifferential revision:	https://reviews.freebsd.org/D9648

            List of files:
            /freebsd-14.2/sys/modules/mem/Makefile</description>
        <pubDate>Fri, 17 Feb 2017 21:08:32 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b547324 - Disconnect sun4v architecture from the three.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#4b547324</link>
        <description>Disconnect sun4v architecture from the three.Some files keep the SUN4V tags as a code reference, for the future,if any rewamped sun4v support wants to be added again.Reviewed by:	mariusTested by:	sbrunoApproved by:	re

            List of files:
            /freebsd-14.2/sys/modules/mem/Makefile</description>
        <pubDate>Sat, 14 May 2011 01:53:38 +0000</pubDate>
        <dc:creator>Attilio Rao &lt;attilio@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2fea6431 - Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#2fea6431</link>
        <description>Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().Compile sys/dev/mem/memutil.c for all supported platforms and remove nowunnecessary dev_mem_md_init().  Consistently define mem_range_softc frommem.c for all platforms.  Add missing #include guards for machine/memdev.hand sys/memrange.h.  Clean up some nearby style(9) nits.MFC after:	1 month

            List of files:
            /freebsd-14.2/sys/modules/mem/Makefile</description>
        <pubDate>Mon, 17 Jan 2011 22:58:28 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47118d20 - Unbreak build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#47118d20</link>
        <description>Unbreak build.

            List of files:
            /freebsd-14.2/sys/modules/mem/Makefile</description>
        <pubDate>Sun, 03 Oct 2010 20:04:11 +0000</pubDate>
        <dc:creator>Antoine Brodin &lt;antoine@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eecadc70 - Add a memory-range interface to /dev/mem on PowerPC using PAT attributes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#eecadc70</link>
        <description>Add a memory-range interface to /dev/mem on PowerPC using PAT attributes.Unlike actual MTRR, this only controls the mapping attributes forsubsequent mmap() of /dev/mem. Nonetheless, the support is sufficientlyMTRR-like that Xorg can use it, which translates into an enormous increasein graphics performance on PowerPC.MFC after:	2 weeks

            List of files:
            /freebsd-14.2/sys/modules/mem/Makefile</description>
        <pubDate>Sun, 03 Oct 2010 16:02:53 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c09808d0 - MFtbemd:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#c09808d0</link>
        <description>MFtbemd:Use MACHINE_CPUARCH in preference to MACHINE_ARCH.  The former is thesource code location of the machine, the latter the binary output.  Ingeneral, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unlesswe&apos;re tesitng for a specific target.  The isn&apos;t even moot fori386/amd64 where there&apos;s momemntum towards a MACHINE_CPUARCH == x86,although a specific cleanup for that likely would be needed...

            List of files:
            /freebsd-14.2/sys/modules/mem/Makefile</description>
        <pubDate>Mon, 23 Aug 2010 06:13:29 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>85f57c4d - Prefer the opt_global.h from KERNBUILDDIR if existent so we obtain all</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#85f57c4d</link>
        <description>Prefer the opt_global.h from KERNBUILDDIR if existent so we obtain allmacros that might be relevant.

            List of files:
            /freebsd-14.2/sys/modules/mem/Makefile</description>
        <pubDate>Thu, 24 Jul 2008 14:07:52 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>109c3919 - For sun4v ensure there is an opt_global.h with SUN4V defined included,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#109c3919</link>
        <description>For sun4v ensure there is an opt_global.h with SUN4V defined included,even for the stand-alone build.

            List of files:
            /freebsd-14.2/sys/modules/mem/Makefile</description>
        <pubDate>Tue, 22 Jul 2008 09:56:45 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>74869164 - Add a .PATH entry to search for sources in the ${MACHINE}/${MACHINE}</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#74869164</link>
        <description>Add a .PATH entry to search for sources in the ${MACHINE}/${MACHINE}directory before the ${MACHINE_ARCH}/${MACHINE_ARCH} directory so thatmachine-specific files take precedence of architecture-specific ones.This fixes the build on sun4v which doesn&apos;t use the sparc64 versionof mem.c.Tested by: make universe

            List of files:
            /freebsd-14.2/sys/modules/mem/Makefile</description>
        <pubDate>Mon, 16 Oct 2006 22:09:48 +0000</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c16ce4d - No need to generate vnode_if.h anymore</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#4c16ce4d</link>
        <description>No need to generate vnode_if.h anymore

            List of files:
            /freebsd-14.2/sys/modules/mem/Makefile</description>
        <pubDate>Wed, 29 Dec 2004 08:44:30 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>393202b7 - Add the memrange bits to the loadable module.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#393202b7</link>
        <description>Add the memrange bits to the loadable module.MT5 after:	3 days

            List of files:
            /freebsd-14.2/sys/modules/mem/Makefile</description>
        <pubDate>Tue, 28 Sep 2004 07:26:00 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a20ad05b - Fix module builds for i386 and amd64.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#a20ad05b</link>
        <description>Fix module builds for i386 and amd64.

            List of files:
            /freebsd-14.2/sys/modules/mem/Makefile</description>
        <pubDate>Wed, 04 Aug 2004 18:30:31 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8ab2f5ec - Break out the MI part of the /dev/[k]mem and /dev/io drivers into</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/mem/Makefile#8ab2f5ec</link>
        <description>Break out the MI part of the /dev/[k]mem and /dev/io drivers intotheir own directory and module, leaving the MD parts in the MDarea (the MD parts _are_ part of the modules). /dev/mem and /dev/ioare now loadable modules, thus taking us one step further towardsa kernel created entirely out of modules. Of course, there is nothingpreventing the kernel from having these statically compiled.

            List of files:
            /freebsd-14.2/sys/modules/mem/Makefile</description>
        <pubDate>Sun, 01 Aug 2004 11:40:54 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
