<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>686fb94a00297bf9ff49d93b948925552a2ce8e0 - Merge ^/head r319548 through r319778.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#686fb94a00297bf9ff49d93b948925552a2ce8e0</link>
        <description>Merge ^/head r319548 through r319778.

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Sat, 10 Jun 2017 15:22:49 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40373cf5b87fe5ac39830b31f28994b6729b3215 - Remove msdosfs -o large support.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#40373cf5b87fe5ac39830b31f28994b6729b3215</link>
        <description>Remove msdosfs -o large support.Its purpose was to translate the values for msdosfs inode numbers,which is calculated from the msdosfs structures describing the file,into the range representable by 32bit ino_t.  The translation actedfor filesystems larger than 128Gb, it reserved the range 0xf0000000(FILENO_FIRST_DYN) to UINT32_MAX and remembered some arbitrarytranslation of ino &gt;= FILENO_FIRST_DYN into this range.  It consumedmemory that could be only freed by unmount, and the translation wasnot stable across remounts.With ino_t type extended to 64 bit, there is no such issue and valuescan be returned without compaction to 32bit.  That is, for the nativeenvironments, the translation layer is not necessary and addssignificant undeserved code complexity.  For compat ABIs which use32bit ino_t, the vfs.ino64_trunc_error sysctl provides some measuresto soften the failure mode when inode numbers truncation is not safe.Discussed with:	bdeSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Fri, 09 Jun 2017 14:06:22 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</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/sys/modules/msdosfs/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c69e1d83f5af7009befd6c9981c76c75592d65c2 - Reflecting the removal of MSDOSFS_LARGE found in sys/conf/files:1.1173.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#c69e1d83f5af7009befd6c9981c76c75592d65c2</link>
        <description>Reflecting the removal of MSDOSFS_LARGE found in sys/conf/files:1.1173.This should fix the run time bustage observed on recent -CURRENT whilstmounting a MSDOS filesystem with non-default locale/code page:	link_elf: symbol msdosfs_fileno_free undefined	KLD msdosfs_iconv.ko: depends on msdosfs - not available

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Thu, 01 Feb 2007 05:21:03 +0100</pubDate>
        <dc:creator>Tai-hwa Liang &lt;avatar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9633d80634870f9b436f219b90734bf04a5dbddc - Remove the last vestige of opt_msdosfs.h.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#9633d80634870f9b436f219b90734bf04a5dbddc</link>
        <description>Remove the last vestige of opt_msdosfs.h.Submitted by:	grep(1)

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Tue, 30 Jan 2007 11:17:36 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c11c12792618404025412f0ce20f1ed4df7fff12 - Let kmod.mk touch opt_*.h files as needed.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#c11c12792618404025412f0ce20f1ed4df7fff12</link>
        <description>Let kmod.mk touch opt_*.h files as needed.Inspired by:	imp&apos;s email

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Sat, 04 Sep 2004 08:37:58 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bc482ec1c8a1d4b31642a619d03f64e3d8eca53 - By popular request, add a workaround that allows large (&gt;128GB or so)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#3bc482ec1c8a1d4b31642a619d03f64e3d8eca53</link>
        <description>By popular request, add a workaround that allows large (&gt;128GB or so)FAT32 filesystems to be mounted, subject to some fairly serious limitations.This works by extending the internal pseudo-inode-numbers generated fromthe file&apos;s starting cluster number to 64-bits, then creating a tablemapping these into arbitrary 32-bit inode numbers, which can fit instruct dirent&apos;s d_fileno and struct vattr&apos;s va_fileid fields. The mappingsdo not persist across unmounts or reboots, so it&apos;s not possible to exportthese filesystems through NFS. The mapping table may grow to be ratherlarge, and may grow large enough to exhaust kernel memory on filesystemswith millions of files.Don&apos;t enable this option unless you understand the consequences.

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Sat, 03 Jul 2004 15:22:38 +0200</pubDate>
        <dc:creator>Tim J. Robbins &lt;tjr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4f02a891fe62fe1277c89859922804ea2c27bcd - - Support for multibyte charsets in LIBICONV.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#c4f02a891fe62fe1277c89859922804ea2c27bcd</link>
        <description>- Support for multibyte charsets in LIBICONV.- CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options(with corresponding modules).- kiconv(3) for loadable charset conversion tables support.Submitted by:	Ryuichiro Imura &lt;imura@ryu16.org&gt;

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Fri, 26 Sep 2003 22:26:25 +0200</pubDate>
        <dc:creator>Max Khon &lt;fjoe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab3626d51a1d3db8cef3fe4c9b19182278e553b4 - Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#ab3626d51a1d3db8cef3fe4c9b19182278e553b4</link>
        <description>Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Wed, 06 Nov 2002 14:47:00 +0100</pubDate>
        <dc:creator>Yoshihiro Takahashi &lt;nyan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17d6c636720d00f77e5d098daf4c278f89d84f7b - Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#17d6c636720d00f77e5d098daf4c278f89d84f7b</link>
        <description>Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.Not objected to by:	-current

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Fri, 11 Jan 2002 16:49:02 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ccd7546866d13c42b6d7339d42671baf7c38ff9 - - VFS_SET(msdos) -&gt; VFS_SET(msdosfs)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#4ccd7546866d13c42b6d7339d42671baf7c38ff9</link>
        <description>- VFS_SET(msdos) -&gt; VFS_SET(msdosfs)- msdos.ko -&gt; msdosfs.ko- mount_msdos(8) -&gt; mount_msdosfs(8)- &quot;msdos&quot; -&gt; &quot;msdosfs&quot; compatibility glue in mount(8)

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Fri, 01 Jun 2001 12:57:26 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3be1cc7870a9a36a1d05b176871c42ca372d698b - Name this module msdos.ko so that mount_msdos(8) can autoload</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#3be1cc7870a9a36a1d05b176871c42ca372d698b</link>
        <description>Name this module msdos.ko so that mount_msdos(8) can autoloadit with vfsload(&quot;msdos&quot;).(The proper fix would be to rename the `msdos&apos; file system to`msdosfs&apos; in VFS_SET(), and mount_msdos(8) to mount_msdosfs(8).But that would break too many existing fstab(5) setups, andwould require a lot of unnecessary documentation and codemsdos -&gt; msdosfs changes.)Noticed by:	markm

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Mon, 28 May 2001 19:10:46 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1166fb516bcab6af5f87763ab7a68b7b1416ecbb - - sys/msdosfs moved to sys/fs/msdosfs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#1166fb516bcab6af5f87763ab7a68b7b1416ecbb</link>
        <description>- sys/msdosfs moved to sys/fs/msdosfs- msdos.ko renamed to msdosfs.ko- /usr/include/msdosfs moved to /usr/include/fs/msdosfs

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Fri, 25 May 2001 10:14:14 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c68159a6d8eede11766cf13896d0f7670dbd51aa - Use a consistent style and one much closer to the rest of /usr/src</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#c68159a6d8eede11766cf13896d0f7670dbd51aa</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Sat, 06 Jan 2001 15:00:42 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64db83a8ab2d1f72a9b2174b39d2ef42b5b0580c - Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead of</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#64db83a8ab2d1f72a9b2174b39d2ef42b5b0580c</link>
        <description>Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead ofencoding the relative path.

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Sat, 27 May 2000 03:14:33 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56ca39961bd1c9946a505c41c3fc634ef63fdd42 - Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#56ca39961bd1c9946a505c41c3fc634ef63fdd42</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/sys/modules/msdosfs/Makefile</description>
        <pubDate>Thu, 04 May 2000 14:08:52 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c892ec24d87ed3ebc093397e00d4f8f86ec20aee - Define PC98 when MACHINE == pc98, because msdos_vfsops.c contains</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#c892ec24d87ed3ebc093397e00d4f8f86ec20aee</link>
        <description>Define PC98 when MACHINE == pc98, because msdos_vfsops.c contains`#ifdef PC98&apos;.

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Sun, 19 Mar 2000 16:06:18 +0100</pubDate>
        <dc:creator>KATO Takenori &lt;kato@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b41da0980c6ab2a13689e1410e38aaacbe2e6e6d - Remove a whole bunch of &quot;CFLAGS+= -DFSNAME&quot; cruft.  It hasn&apos;t been</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/msdosfs/Makefile#b41da0980c6ab2a13689e1410e38aaacbe2e6e6d</link>
        <description>Remove a whole bunch of &quot;CFLAGS+= -DFSNAME&quot; cruft.  It hasn&apos;t beenneeded for ages, but keeps getting cut/pasted into new Makefiles.(Once apon a time it was used to activate mount arguments in &lt;sys/mount.h&gt;, but that was killed with extreme prejudice long ago)

            List of files:
            /freebsd/sys/modules/msdosfs/Makefile</description>
        <pubDate>Sun, 12 Dec 1999 21:34:11 +0100</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
