<?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 TODO</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ec9afb42821c4c1dc720bf626e8bbd4d8ab9d6b4 - lib/librefuse: Implement all sorts of compat tweaks to appease various file systems</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/librefuse/TODO#ec9afb42821c4c1dc720bf626e8bbd4d8ab9d6b4</link>
        <description>lib/librefuse: Implement all sorts of compat tweaks to appease various file systemsReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE3.10. Sorry for the freaking giant patch. I could not break it downany further.

            List of files:
            /netbsd-src/lib/librefuse/TODO</description>
        <pubDate>Sat, 22 Jan 2022 08:09:39 +0000</pubDate>
        <dc:creator>pho &lt;pho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c68139a4b6daa43e46772ed422785053da5037b9 - Increase the warning level to spot more mistakes</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/librefuse/TODO#c68139a4b6daa43e46772ed422785053da5037b9</link>
        <description>Increase the warning level to spot more mistakes

            List of files:
            /netbsd-src/lib/librefuse/TODO</description>
        <pubDate>Sat, 22 Jan 2022 07:58:32 +0000</pubDate>
        <dc:creator>pho &lt;pho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97dc09a69df6132676db26f89dde1a4893eff5e9 - lib/librefuse: Add stub functions for FUSE polling API</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/librefuse/TODO#97dc09a69df6132676db26f89dde1a4893eff5e9</link>
        <description>lib/librefuse: Add stub functions for FUSE polling API

            List of files:
            /netbsd-src/lib/librefuse/TODO</description>
        <pubDate>Sat, 22 Jan 2022 07:56:15 +0000</pubDate>
        <dc:creator>pho &lt;pho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce847e0a0bdc988b3b1af277e09170bc78742161 - lib/librefuse: Implement data buffer API appeared on FUSE 2.9</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/librefuse/TODO#ce847e0a0bdc988b3b1af277e09170bc78742161</link>
        <description>lib/librefuse: Implement data buffer API appeared on FUSE 2.9

            List of files:
            /netbsd-src/lib/librefuse/TODO</description>
        <pubDate>Sat, 22 Jan 2022 07:54:56 +0000</pubDate>
        <dc:creator>pho &lt;pho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fd86259521890a41fcebefc67ea02f0fbbad6f74 - Major rework of fuse_opt_parse(3) so that it supports all the functionality of the original function</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/librefuse/TODO#fd86259521890a41fcebefc67ea02f0fbbad6f74</link>
        <description>Major rework of fuse_opt_parse(3) so that it supports all the functionality of the original function

            List of files:
            /netbsd-src/lib/librefuse/TODO</description>
        <pubDate>Wed, 16 Nov 2016 16:11:42 +0000</pubDate>
        <dc:creator>pho &lt;pho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>363bf2c0529409c0103b9f01615141a14fd5f5eb - Implement fuse_setup(), and fuse_teardown() - necessary for the python</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/librefuse/TODO#363bf2c0529409c0103b9f01615141a14fd5f5eb</link>
        <description>Implement fuse_setup(), and fuse_teardown() - necessary for the pythonbindings for refuse.

            List of files:
            /netbsd-src/lib/librefuse/TODO</description>
        <pubDate>Thu, 03 May 2007 21:02:54 +0000</pubDate>
        <dc:creator>agc &lt;agc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7027ce431d463138494949cc19d7581b2f5ce375 - hash out a bit further</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/librefuse/TODO#7027ce431d463138494949cc19d7581b2f5ce375</link>
        <description>hash out a bit further

            List of files:
            /netbsd-src/lib/librefuse/TODO</description>
        <pubDate>Sun, 11 Feb 2007 18:32:02 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4cccedc203f49d0c44051b6c9345d1d45df4b2eb - Add an implementation of the file system in userspace functionality,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/librefuse/TODO#4cccedc203f49d0c44051b6c9345d1d45df4b2eb</link>
        <description>Add an implementation of the file system in userspace functionality,based on top of libpuffs.  This version is still barebones andincomplete, but will benefit from others working on it, rather thanjust me.The option code has still to be implemented, but this gets far enoughto run hellofs (from the fuse web page):	% priv ./hellofs ~/hellofs/mnt &amp;	% l ~/hellofs/mnt	total 2	drwxr-xr-x  2 root  wheel    0 Jan  1  1970 .	drwxr-xr-x  4 agc   agc    512 Feb  9 18:05 ..	-r--r--r--  1 root  wheel   13 Jan  1  1970 hello	% cat ~/hellofs/mnt/hello	Hello World!	% df ~/hellofs/mnt	Filesystem           1K-blocks      Used     Avail Capacity  Mounted on	/dev/dk0              28101396  18946682   7749646    70%    /	kernfs                       1         1         0   100%    /kern	procfs                       4         4         0   100%    /proc	ptyfs                        1         1         0   100%    /dev/pts	puffs:refuse:hellofs  28101396  18946682   7749646    70%    /home/agc/hellofs/mnt	% mount -v -v	...	mount: mount_puffs not found for /home/agc/hellofs/mnt	puffs:refuse:hellofs on /home/agc/hellofs/mnt type puffs (nosuid, nodev, fsid: 0xcb01/0x6acb, reads: sync 0 async 0, writes: sync 0 async 0)	%This code is not enabled by default. Yet.

            List of files:
            /netbsd-src/lib/librefuse/TODO</description>
        <pubDate>Sun, 11 Feb 2007 10:31:37 +0000</pubDate>
        <dc:creator>agc &lt;agc@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
