<?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/linprocfs/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/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>4c9db956 - linprocfs: Add net/route.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#4c9db956</link>
        <description>linprocfs: Add net/route.PR:			266482Reviewed by:		melifaro, meDifferential revision:	https://reviews.freebsd.org/D36949MFC after:		1 week

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Sat, 22 Oct 2022 10:52:58 +0000</pubDate>
        <dc:creator>John Grafton &lt;john.grafton@runbox.com&gt;</dc:creator>
    </item>
<item>
        <title>6e4cf32e - Add warning to the Linuxulator makefiles that building it outside of a</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#6e4cf32e</link>
        <description>Add warning to the Linuxulator makefiles that building it outside of akernel does not make sence.PR:		222861MFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D20179

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Mon, 13 May 2019 18:28:40 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@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/linprocfs/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/linprocfs/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>67d39748 - Introduce a new module linux_common.ko which is intended for the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#67d39748</link>
        <description>Introduce a new module linux_common.ko which is intended for thefollowing primary purposes:1. Remove the dependency of linsysfs and linprocfs modules from linux.ko,which will be architecture specific on amd64.2. Incorporate into linux_common.ko general code for platforms on whichwe&apos;ll support two Linuxulator modules (for both instruction set - 32 &amp; 64 bit).3. Move malloc(9) declaration to linux_common.ko, to enable getting memoryusage statistics properly.Currently linux_common.ko incorporates a code from linux_mib.c and linux_util.cand linprocfs, linsysfs and linux kernel modules depend on linux_common.ko.Temporarily remove dtrace garbage from linux_mib.c and linux_util.cDifferential Revision:	https://reviews.freebsd.org/D1072In collaboration with:	Vassilis Laganakos.Reviewed by:	trasz

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Sun, 24 May 2015 15:51:18 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c09808d0 - MFtbemd:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/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/linprocfs/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>8d8bc018 - After r193232 rt_tables in vnet.h are no longer indirectly dependent on</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#8d8bc018</link>
        <description>After r193232 rt_tables in vnet.h are no longer indirectly dependent onthe ROUTETABLES kernel option thus there is no need to include opt_route.hanymore in all consumers of vnet.h and no longer depend on it for modulebuilds.Remove the hidden include in flowtable.h as well and leave the twoexplicit #includes in ip_input.c and ip_output.c.

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Mon, 08 Jun 2009 19:57:35 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d2b2128a - Add stuff to support upcoming BMC/IPMI flashing of newer Dell machine</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#d2b2128a</link>
        <description>Add stuff to support upcoming BMC/IPMI flashing of newer Dell machinevia the Linux tool.     -  Add Linux shim to ipmi(4)     -  Create a partitions file to linprocfs to make Linux fdisk see        disks.  This file is dynamic so we can see disks come and go.     -  Convert msdosfs to vfat in mtab since Linux uses that for        msdosfs.     -  In the Linux mount path convert vfat passed in to msdosfs        so Linux mount works on FreeBSD.  Note that tasting works        so that if da0 is a msdos file system                /compat/linux/bin/mount /dev/da0 /mnt        works.     -  fix a 64it bug for l_off_t.Grabing sh, mount, fdisk, df from Linux, creating a symlink of mtab to/compat/linux/etc/mtab and then some careful unpacking of the Linux bmcupdate tool and hacking makes it work on newer Dell boxes.  Note, probablyif you can&apos;t figure out how to do this, then you probably shouldn&apos;t bedoing it :-)

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Thu, 26 Mar 2009 17:14:22 +0000</pubDate>
        <dc:creator>Doug Ambrisko &lt;ambrisko@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b79449e - Rather than using hidden includes (with cicular dependencies),</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#4b79449e</link>
        <description>Rather than using hidden includes (with cicular dependencies),directly include only the header files needed. This reduces theunneeded spamming of various headers into lots of files.For now, this leaves us with very few modules including vnet.hand thus needing to depend on opt_route.h.Reviewed by:	brooks, gnn, des, zec, impSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Tue, 02 Dec 2008 21:37:28 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>adfa0ade - - Add the new files to the linux module.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#adfa0ade</link>
        <description>- Add the new files to the linux module.- Prepare the modules for build on amd64, but don&apos;t build them there as  part of the kernel build yet. The code for the missing symbols on amd64  isn&apos;t committed and it may be solved differently.Sponsored by:	Google SoC 2006Submitted by:	rdivacky

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Tue, 15 Aug 2006 13:01:36 +0000</pubDate>
        <dc:creator>Alexander Leidinger &lt;netchild@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c11c1279 - Let kmod.mk touch opt_*.h files as needed.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#c11c1279</link>
        <description>Let kmod.mk touch opt_*.h files as needed.Inspired by:	imp&apos;s email

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Sat, 04 Sep 2004 06:37:58 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>da9d85ff - Build a dummy opt_compat.h header since linprocfs.c now requires it.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#da9d85ff</link>
        <description>Build a dummy opt_compat.h header since linprocfs.c now requires it.

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Wed, 18 Aug 2004 11:39:56 +0000</pubDate>
        <dc:creator>Tim J. Robbins &lt;tjr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3193579b - o Remove @- from the ln and change it to a -sf.  This was bogus, and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#3193579b</link>
        <description>o Remove @- from the ln and change it to a -sf.  This was bogus, and  regocnized as such at the time.  Now that the other bogons in the  tree have been fixed, we can remove this ugly kludge.o Remove stale/bogus opt_foo.h files.  These are left over from  by-gone resources.  And they point to the need, yet again, to  improve the build system so meta information is only in one place.Submitted by: ruReviewed by: bdeApproved by: re@ (jhb)

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Wed, 19 Nov 2003 05:08:27 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3fd18735 - Move the pseudofs, procfs and linprocfs modules out from the fs directory.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#3fd18735</link>
        <description>Move the pseudofs, procfs and linprocfs modules out from the fs directory.Keeping them there seemed like a good idea at the time, but it annoys bdeand confuses people who do not understand how MODULES_OVERRIDE works.

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Mon, 04 Feb 2002 20:16:50 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>adaae327 - Remove some cruft</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#adaae327</link>
        <description>Remove some cruft

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Tue, 27 Feb 2001 07:40:09 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c68159a6 - Use a consistent style and one much closer to the rest of /usr/src</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#c68159a6</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Sat, 06 Jan 2001 14:00:42 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>190a3b25 - The linprocfs sources have moved to sys/compat/linprocfs.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#190a3b25</link>
        <description>The linprocfs sources have moved to sys/compat/linprocfs.

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Tue, 12 Dec 2000 22:00:05 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64db83a8 - Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#64db83a8</link>
        <description>Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead ofencoding the relative path.

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Sat, 27 May 2000 01:14:33 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56ca3996 - Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#56ca3996</link>
        <description>Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.This means that the kernel can be totally self contained now and is notdependent on the last buildworld to update /usr/share/mk.  This mightalso make it easier to build 5.x kernels on 4.0 boxes etc, assuminggensetdefs and config(8) are updated.

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Thu, 04 May 2000 12:08:52 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5a4b62ea - Point to the new location of the sources under the i386 linux compatibility</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/linprocfs/Makefile#5a4b62ea</link>
        <description>Point to the new location of the sources under the i386 linux compatibilitycode.

            List of files:
            /freebsd-14.2/sys/modules/linprocfs/Makefile</description>
        <pubDate>Thu, 20 Apr 2000 03:55:19 +0000</pubDate>
        <dc:creator>Mike Smith &lt;msmith@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
