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

            List of files:
            /freebsd-14.2/sys/modules/dcons/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>5bb3134a - Fix some modules to export more used symbols</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dcons/Makefile#5bb3134a</link>
        <description>Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by:	emasteSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D32878

            List of files:
            /freebsd-14.2/sys/modules/dcons/Makefile</description>
        <pubDate>Sun, 07 Nov 2021 08:42:24 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@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/dcons/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/dcons/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>e5a09273 - Follow up to r225203 refining break-to-debugger run-time configuration</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dcons/Makefile#e5a09273</link>
        <description>Follow up to r225203 refining break-to-debugger run-time configurationimprovements:(1) Implement new model in previously missed at91 UART driver(2) Move BREAK_TO_DEBUGGER and ALT_BREAK_TO_DEBUGGER from opt_comconsole.h    to opt_kdb.h (spotted by np)(3) Garbage collect now-unused opt_comconsole.hMFC after:	3 weeksApproved by:	re (bz)

            List of files:
            /freebsd-14.2/sys/modules/dcons/Makefile</description>
        <pubDate>Sat, 27 Aug 2011 14:24:27 +0000</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9163fee7 - Fix a breakage with &quot;MODULES_WITH_WORLD=true make buildworld&quot;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dcons/Makefile#9163fee7</link>
        <description>Fix a breakage with &quot;MODULES_WITH_WORLD=true make buildworld&quot;.PR: kern/11320

            List of files:
            /freebsd-14.2/sys/modules/dcons/Makefile</description>
        <pubDate>Fri, 01 Jun 2007 00:23:34 +0000</pubDate>
        <dc:creator>Hidetoshi Shimokawa &lt;simokawa@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82292344 - Let modules use the kernel&apos;s opt_*.h files if built along with</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dcons/Makefile#82292344</link>
        <description>Let modules use the kernel&apos;s opt_*.h files if built along withthe kernel by wrapping all targets for fake opt_*.h files in.if defined(KERNBUILDDIR).  Thus, such fake files won&apos;t becreated at all if modules are built with the kernel.Some modules undergo cleanup like removing unused or unneededoptions or .h files, without which they wouldn&apos;t build this wayor the other.Reviewed by:	ruTested by:	no binary changes in modules built aloneTested on:	i386 sparc64 amd64

            List of files:
            /freebsd-14.2/sys/modules/dcons/Makefile</description>
        <pubDate>Fri, 14 Oct 2005 23:30:17 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fdebdf10 - Add dcons_os.{c,h}.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dcons/Makefile#fdebdf10</link>
        <description>Add dcons_os.{c,h}.

            List of files:
            /freebsd-14.2/sys/modules/dcons/Makefile</description>
        <pubDate>Wed, 13 Oct 2004 05:41:09 +0000</pubDate>
        <dc:creator>Hidetoshi Shimokawa &lt;simokawa@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fbf96e52 - Replace DDB with KDB.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dcons/Makefile#fbf96e52</link>
        <description>Replace DDB with KDB.

            List of files:
            /freebsd-14.2/sys/modules/dcons/Makefile</description>
        <pubDate>Tue, 13 Jul 2004 09:37:49 +0000</pubDate>
        <dc:creator>Hidetoshi Shimokawa &lt;simokawa@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>869093b1 - Add dumb console driver and related bits.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/dcons/Makefile#869093b1</link>
        <description>Add dumb console driver and related bits.dcons(4): very simple console and gdb port driverdcons_crom(4): FireWire attachmentdconschat(8): User interface to dconsTested with: i386, i386-PAE, and sparc64.

            List of files:
            /freebsd-14.2/sys/modules/dcons/Makefile</description>
        <pubDate>Fri, 24 Oct 2003 15:44:10 +0000</pubDate>
        <dc:creator>Hidetoshi Shimokawa &lt;simokawa@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
