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

            List of files:
            /freebsd-14.2/sys/modules/ufs/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/ufs/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/ufs/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/ufs/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/ufs/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>23f6698f - Initialize the pbuf counter for directio using SYSINIT, instead of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/ufs/Makefile#23f6698f</link>
        <description>Initialize the pbuf counter for directio using SYSINIT, instead ofusing a direct hook called from kern_vfs_bio_buffer_alloc().Mark ffs_rawread.c as requiring both ffs and directio options to becompiled into the kernel.  Add ffs_rawread.c to the list of ufs.komodule&apos; sources.In addition to stopping breaking the layering violation, it alsoallows to link kernel when FFS is configured as module and DIRECTIO isenabled.One consequence of the change is that ffs_rawread.o is always linkedinto the module regardless of the DIRECTIO option.  This is similar tothe option QUOTA and ufs_quota.c.Sponsored by:	The FreeBSD FoundationMFC after:	1 week

            List of files:
            /freebsd-14.2/sys/modules/ufs/Makefile</description>
        <pubDate>Sun, 08 Jun 2014 10:55:06 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c8e137d - Fix module build after r243245.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/ufs/Makefile#6c8e137d</link>
        <description>Fix module build after r243245.

            List of files:
            /freebsd-14.2/sys/modules/ufs/Makefile</description>
        <pubDate>Tue, 20 Nov 2012 15:23:22 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>16b1f68d - Retire opt_ffs_broken_fixme.h.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/ufs/Makefile#16b1f68d</link>
        <description>Retire opt_ffs_broken_fixme.h.Instead of directly calling ffs_snapgone(), use UFS_SNAPGONE() withusual layering.Requested by:	bdeMFC after:	1 week

            List of files:
            /freebsd-14.2/sys/modules/ufs/Makefile</description>
        <pubDate>Sun, 20 Mar 2011 21:05:09 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d5fc25e5 - Remove opt_mac.h generation for various kernel modules that no longer</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/ufs/Makefile#d5fc25e5</link>
        <description>Remove opt_mac.h generation for various kernel modules that no longerrequire it.Submitted by:	pjd

            List of files:
            /freebsd-14.2/sys/modules/ufs/Makefile</description>
        <pubDate>Sat, 06 Jun 2009 17:01:44 +0000</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ffe7616 - Allow this module to get its options from the kernel build directory</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/ufs/Makefile#1ffe7616</link>
        <description>Allow this module to get its options from the kernel build directoryinstead of always hard coding them in CFLAGS.  POLA is kept here:The module file built with GENERIC stays the same.Tested with:	md5(1)

            List of files:
            /freebsd-14.2/sys/modules/ufs/Makefile</description>
        <pubDate>Thu, 21 Dec 2006 21:35:49 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f348204c - Hook up gjournal bits to the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/ufs/Makefile#f348204c</link>
        <description>Hook up gjournal bits to the build.Sponsored by:	home.pl

            List of files:
            /freebsd-14.2/sys/modules/ufs/Makefile</description>
        <pubDate>Tue, 31 Oct 2006 22:22:30 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>da44811e - Remove ufs_ihash.c here as well.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/ufs/Makefile#da44811e</link>
        <description>Remove ufs_ihash.c here as well.

            List of files:
            /freebsd-14.2/sys/modules/ufs/Makefile</description>
        <pubDate>Mon, 14 Mar 2005 10:23:34 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>620d309e - Add a few missing opt_ files to make this module compile again.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/ufs/Makefile#620d309e</link>
        <description>Add a few missing opt_ files to make this module compile again.

            List of files:
            /freebsd-14.2/sys/modules/ufs/Makefile</description>
        <pubDate>Mon, 23 Jun 2003 19:41:00 +0000</pubDate>
        <dc:creator>Ian Dowse &lt;iedowse@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c21c16a4 - Add a makefile for building UFS as a module. Since it is of marginal</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/ufs/Makefile#c21c16a4</link>
        <description>Add a makefile for building UFS as a module. Since it is of marginaluse it is not built by default, and there are currently bugs thatprevent UFS from being unloaded. Nevertheless it can be useful whendeveloping UFS code on network-booted machines.

            List of files:
            /freebsd-14.2/sys/modules/ufs/Makefile</description>
        <pubDate>Sun, 30 Jun 2002 02:23:12 +0000</pubDate>
        <dc:creator>Ian Dowse &lt;iedowse@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
