<?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>1e03bcd0cf5c56026ce73a883ca5aa9fd8705912 - remove SMBFS and nsmb(4) - kernel part</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#1e03bcd0cf5c56026ce73a883ca5aa9fd8705912</link>
        <description>remove SMBFS and nsmb(4) - kernel partit&apos;s unmaintained and supports only obsolete SMB1

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Sat, 04 Apr 2020 15:43:21 +0000</pubDate>
        <dc:creator>jdolecek &lt;jdolecek@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b985414b8f8688f3bfa6718c583260b26b0bf1d1 - Merge autofs support from: Tomohiro Kusumi</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#b985414b8f8688f3bfa6718c583260b26b0bf1d1</link>
        <description>Merge autofs support from: Tomohiro KusumiXXX: Does not work yet

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Tue, 09 Jan 2018 03:31:12 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9255b46fb42fefe9849143c9ed6623356746daa3 - 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#9255b46fb42fefe9849143c9ed6623356746daa3</link>
        <description>7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8).

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Mon, 27 Jun 2011 11:52:22 +0000</pubDate>
        <dc:creator>uch &lt;uch@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eb2a46e82719b140d4995c7657308b2e3f6219a7 - Install ptyfs userspace header into user&apos;s space.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#eb2a46e82719b140d4995c7657308b2e3f6219a7</link>
        <description>Install ptyfs userspace header into user&apos;s space.

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Mon, 14 Jun 2010 14:40:47 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>69a586f23025667003c4db2f5a0ca7c9ad677501 - Import read-only part of the NiLFS (v2) implementation for NetBSD. It has been</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#69a586f23025667003c4db2f5a0ca7c9ad677501</link>
        <description>Import read-only part of the NiLFS (v2) implementation for NetBSD. It has beentested with a DEBUG+DIAGNOSTIC+LOCKDEBUG kernel. To summerise NiLFS, i&apos;llrepeat my posting to tech-kern here:NiLFS stands for New implementation of Logging File System; LFS doneright they claim :) It is at version 2 now and is being developed by NTT, theJapanese telecom company and recently put into the linux source tree. Seehttp://www.nilfs.org. The on-disc format is not completely frozen and i expectat least one minor revision to come in time.The benefits of NiLFS are build-in fine-grained checkpointing, persistentsnapshots, multiple mounts and very large file and media support. Everycheckpoint can be transformed into a snapshot and v.v. It is said to performvery well on flash media since it is not overwriting pieces apart from aincidental update of the superblock, but that might change. It is accompaniedby a cleaner to clean up the segments and recover lost space.My work is not a port of the linux code; its a new implementation. Porting thecode would be more work since its very linux oriented and never written to beported outside linux. The goal is to be fully interchangable. The code is nonintrusive to other parts of the kernel. It is also very light-weight.The current state of the code is read-only access to both clean and dirtyNiLFS partitions. On mounting a dirty partition it rolls forward the log tothe last checkpoint. Full read-write support is however planned!Just as the linux code, mount_nilfs allows for the `head&apos; to be mountedread/write and allows multiple read-only snapshots/checkpoint mounts next toit.By allowing the RW mount at a different snapshot for read-write it should bepossible eventually to revert back to a previous state; i.e. try to upgrade asystem and being able to revert to the exact state prior to the upgrade.Compared to other FS&apos;s its pretty light-weight, suitable for embedded use andon flash media. The read-only code is currently 17kb object code onNetBSD/i386. I doubt the read-write code will surpass the 50 or 60. Comparedthis to FFS being 156kb, UDF being 84 kb and NFS being 130kb. Run-time memoryusage is most likely not very different from other uses though maybe a bithigher than FFS.

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Sat, 18 Jul 2009 16:31:41 +0000</pubDate>
        <dc:creator>reinoud &lt;reinoud@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97f4be43e9fef9ed253674b7a750bb6886010c2e - Install mount argument structure header just like every other file system.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#97f4be43e9fef9ed253674b7a750bb6886010c2e</link>
        <description>Install mount argument structure header just like every other file system.

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Mon, 28 Jul 2008 12:42:12 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6912898dc82543aac449c76f31f2c2ea14792b83 - Add read-only support for SGI&apos;s Extent File System.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#6912898dc82543aac449c76f31f2c2ea14792b83</link>
        <description>Add read-only support for SGI&apos;s Extent File System.Reviewed by pooka@.

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Fri, 29 Jun 2007 23:30:16 +0000</pubDate>
        <dc:creator>rumble &lt;rumble@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56c3e4125244693436164ed2b81ecc79179034ba - Complete rename of hfsp to hfs, requested by thorpej.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#56c3e4125244693436164ed2b81ecc79179034ba</link>
        <description>Complete rename of hfsp to hfs, requested by thorpej.

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Tue, 06 Mar 2007 11:28:44 +0000</pubDate>
        <dc:creator>dillo &lt;dillo@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9274a5c0f1d46db01317b8f5a16b3153e7cd9051 - Integrate apmlabel and HFS+ file system.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#9274a5c0f1d46db01317b8f5a16b3153e7cd9051</link>
        <description>Integrate apmlabel and HFS+ file system.

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Mon, 05 Mar 2007 23:18:01 +0000</pubDate>
        <dc:creator>dillo &lt;dillo@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8640fbb580cce4bd4813bb3021f699a17aacca08 - kernel portion of puffs - the Pass-to-Userspace Framework File System.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#8640fbb580cce4bd4813bb3021f699a17aacca08</link>
        <description>kernel portion of puffs - the Pass-to-Userspace Framework File System.It contains the VFS attachment and userspace message-passing interface.This work was initially started and completed for Google SoC 2005and tweaked to work a bit better in the past few weeks.  Whilebeing far from complete, it is functional enough to be able andstable to host a fairly general-purpose in-memory file system inuserspace.  Even so, puffs should be considered experimental andno binary compatibility for interfaces or crash-freedom or zerosecurity implications should be relied upon just yet.The GSoC project was mentored by William Studenmund and the finalreview for the code was done by Christos.

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Sun, 22 Oct 2006 22:43:23 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09457a8a6e5eaf43fe2ee3fa6220879eab53b4dc - Initial import of a UDF file system implementation for NetBSD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#09457a8a6e5eaf43fe2ee3fa6220879eab53b4dc</link>
        <description>Initial import of a UDF file system implementation for NetBSD.Finally the logic glue and the set distribution lists modifications.

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Thu, 02 Feb 2006 15:26:32 +0000</pubDate>
        <dc:creator>reinoud &lt;reinoud@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f5055228d6ccf8f701dff51ec5e31b17c5cd64d - Add preliminary support for System V Boot File System.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#1f5055228d6ccf8f701dff51ec5e31b17c5cd64d</link>
        <description>Add preliminary support for System V Boot File System.Written by UCHIYAMA Yasushi &lt;uch@netbsd&gt;.

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Thu, 29 Dec 2005 14:53:45 +0000</pubDate>
        <dc:creator>tsutsui &lt;tsutsui@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95e1ffb15694e54f29f8baaa4232152b703c2a5a - merge ktrace-lwp.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#95e1ffb15694e54f29f8baaa4232152b703c2a5a</link>
        <description>merge ktrace-lwp.

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Sun, 11 Dec 2005 12:16:03 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7164c6807f8b7b4ca9019c0b19136c7b7d1034db - Remove tmpfs from here, as it doesn&apos;t have a Makefile (dunno if it is</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#7164c6807f8b7b4ca9019c0b19136c7b7d1034db</link>
        <description>Remove tmpfs from here, as it doesn&apos;t have a Makefile (dunno if it isneeded, yet).  Pointed out by FUKAUMI Naoki in private mail.

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Mon, 12 Sep 2005 09:11:20 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ec9336561227af07020742d7fb925c32c9e1d6bd - Initial addition of tmpfs, an efficient memory file-system.  This project</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#ec9336561227af07020742d7fb925c32c9e1d6bd</link>
        <description>Initial addition of tmpfs, an efficient memory file-system.  This projectwas developed as part of Google&apos;s Summer of Code 2005 program.  Thischange adds the kernel code, the mount_tmpfs utility, a regression testsuite and does all other related changes to integrate these.The file-system is still *experimental*.  Therefore, it is disabled bydefault in all kernels.  However, as typically done, a commented-outentry is added in them to ease its setup.Note that I haven&apos;t commited the required mountd(8) changes to be ableto export tmpfs file-systems because NFS support is still very unstableand because, before enabling it, I&apos;d like to do some other changes.OK&apos;ed by my project mentor, William Studenmund (wrstuden@).

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Sat, 10 Sep 2005 19:20:48 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0deb3e9c4b225c87a84250b0f739ee9c18172ae - move union filesystem code from sys/miscfs/union to sys/fs/union</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#a0deb3e9c4b225c87a84250b0f739ee9c18172ae</link>
        <description>move union filesystem code from sys/miscfs/union to sys/fs/union

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Sun, 16 Mar 2003 08:26:46 +0000</pubDate>
        <dc:creator>jdolecek &lt;jdolecek@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98d58548c7ae690fb8d0ac764fe2cb2432d5e4a3 - move msdosfs code from sys/msdosfs to sys/fs/msdosfs</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#98d58548c7ae690fb8d0ac764fe2cb2432d5e4a3</link>
        <description>move msdosfs code from sys/msdosfs to sys/fs/msdosfs

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Thu, 26 Dec 2002 12:31:23 +0000</pubDate>
        <dc:creator>jdolecek &lt;jdolecek@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3a8872dee7de170c860298a5b77f53d7d67c4820 - move cd9660 filesystem code from sys/isofs/cd9660 to sys/fs/cd9660</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#3a8872dee7de170c860298a5b77f53d7d67c4820</link>
        <description>move cd9660 filesystem code from sys/isofs/cd9660 to sys/fs/cd9660

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Mon, 23 Dec 2002 17:52:02 +0000</pubDate>
        <dc:creator>jdolecek &lt;jdolecek@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9accf4df1585a7c94d5672b38ab7319e9947c47e - move NTFS code from sys/ntfs to sys/fs/ntfs</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#9accf4df1585a7c94d5672b38ab7319e9947c47e</link>
        <description>move NTFS code from sys/ntfs to sys/fs/ntfs

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Mon, 23 Dec 2002 17:38:19 +0000</pubDate>
        <dc:creator>jdolecek &lt;jdolecek@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5356de155a4abb3193a8a38fafc1d8c0d4fdce77 - move filecorefs code from sys/filecorefs to sys/fs/filecorefs</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/fs/Makefile#5356de155a4abb3193a8a38fafc1d8c0d4fdce77</link>
        <description>move filecorefs code from sys/filecorefs to sys/fs/filecorefs

            List of files:
            /netbsd-src/sys/fs/Makefile</description>
        <pubDate>Mon, 23 Dec 2002 17:30:36 +0000</pubDate>
        <dc:creator>jdolecek &lt;jdolecek@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
