<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HelenOS &#x2013; //trunk/uspace/srv/fs/fat/</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Sun, 17 May 2026 03:20:27 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;max=40&amp;</link><atom:link href="https://historic.helenos.org/rss.php?isdir=1&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Sun, 02 Aug 2009 20:51:49 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4680 – Fix some warnings.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix some warnings.&lt;/div&gt;~ /trunk/uspace/app/tester/thread/thread1.c&lt;br /&gt;~ /trunk/uspace/app/tetris/shapes.c&lt;br /&gt;~ /trunk/uspace/app/tetris/tetris.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/devmap/devmap.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4680</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4680</guid></item>
<item><pubDate>Sun, 28 Jun 2009 21:18:15 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4586 – Add libfs_stat() and let FAT and TMPFS use it.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add libfs_stat() and let FAT and TMPFS use it.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4586</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4586</guid></item>
<item><pubDate>Sun, 28 Jun 2009 20:59:02 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4585 – Introduce VFS_IN_FSTAT and VFS_OUT_STAT. Provide libc fstat() and devfs_stat(). This ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 15 file(s) modified&lt;/strong&gt;&lt;br/&gt;Introduce VFS_IN_FSTAT and VFS_OUT_STAT.&lt;br /&gt;
Provide libc fstat() and devfs_stat().&lt;br /&gt;
This functionality replaces VFS_IN_NODE&lt;br /&gt;
and VFS_IN/OUT_DEVICE. FAT and TMPFS&lt;br /&gt;
still do not implement this and VFS_IN_STAT&lt;br /&gt;
and stat() need implementation as well.&lt;/div&gt;~ /trunk/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/vfs.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/sys/stat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/devfs/devfs.c&lt;br /&gt;~ /trunk/uspace/srv/fs/devfs/devfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/devfs/devfs_ops.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs.h&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4585</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4585</guid></item>
<item><pubDate>Sun, 28 Jun 2009 15:43:15 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4584 – Separate the VFS input and output protocols.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 13 file(s) modified&lt;/strong&gt;&lt;br/&gt;Separate the VFS input and output protocols.&lt;/div&gt;~ /trunk/uspace/app/trace/trace.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/console.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/vfs.h&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/fs/devfs/devfs.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_lookup.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_node.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4584</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4584</guid></item>
<item><pubDate>Fri, 26 Jun 2009 23:34:47 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4572 – Allow libblock to operate in write-through mode. With &apos;wtcache&apos; mount ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Allow libblock to operate in write-through mode. With &apos;wtcache&apos; mount option, FAT sets write-through mode on the cache.&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/bdd/bdd.c&lt;br /&gt;~ /trunk/uspace/lib/libblock/libblock.c&lt;br /&gt;~ /trunk/uspace/lib/libblock/libblock.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4572</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4572</guid></item>
<item><pubDate>Mon, 22 Jun 2009 22:02:42 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4562 – Endpoint file systems should terminate the connection fibril when VFS ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Endpoint file systems should terminate the connection fibril when VFS closes the connection.&lt;/div&gt;~ /trunk/uspace/srv/fs/devfs/devfs.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4562</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4562</guid></item>
<item><pubDate>Thu, 18 Jun 2009 00:32:19 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4554 – Strange left-over.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Strange left-over.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_idx.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4554</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4554</guid></item>
<item><pubDate>Thu, 18 Jun 2009 00:07:42 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4552 – Use fibril synchronization in FAT.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Use fibril synchronization in FAT.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_idx.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4552</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4552</guid></item>
<item><pubDate>Mon, 08 Jun 2009 15:42:15 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4509 – rename libadt -&gt; adt</title><description>&lt;div&gt;&lt;strong&gt;decky – 39 file(s) modified&lt;/strong&gt;&lt;br/&gt;rename libadt -&gt; adt&lt;/div&gt;~ /trunk/uspace/app/trace/ipcp.c&lt;br /&gt;~ /trunk/uspace/app/trace/proto.c&lt;br /&gt;~ /trunk/uspace/app/trace/proto.h&lt;br /&gt;~ /trunk/uspace/lib/libblock/libblock.c&lt;br /&gt;~ /trunk/uspace/lib/libblock/libblock.h&lt;br /&gt;+ /trunk/uspace/lib/libc/generic/adt &lt;i&gt;(copied from /trunk/uspace/lib/libc/generic/libadt@4508)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/adt/hash_table.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/adt/list.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/async.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/fibril.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/io.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/ipc.c&lt;br /&gt;x /trunk/uspace/lib/libc/generic/libadt&lt;br /&gt;+ /trunk/uspace/lib/libc/include/adt &lt;i&gt;(copied from /trunk/uspace/lib/libc/include/libadt@4508)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/lib/libc/include/adt/hash_table.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/fibril.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/devmap.h&lt;br /&gt;x /trunk/uspace/lib/libc/include/libadt&lt;br /&gt;~ /trunk/uspace/lib/libc/include/stdio.h&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;~ /trunk/uspace/srv/fs/devfs/devfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_idx.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/genarch/gsp.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/generic/kbd.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/include/gsp.h&lt;br /&gt;~ /trunk/uspace/srv/kbd/Makefile&lt;br /&gt;~ /trunk/uspace/srv/ns/clonable.c&lt;br /&gt;~ /trunk/uspace/srv/ns/service.c&lt;br /&gt;~ /trunk/uspace/srv/ns/task.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs.h&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_lookup.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_node.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_register.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4509</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4509</guid></item>
<item><pubDate>Wed, 03 Jun 2009 21:01:53 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4465 – implement VFS_OPEN_NODE and VFS_DEVICE (no device handle is returned) implement ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;implement VFS_OPEN_NODE and VFS_DEVICE (no device handle is returned)&lt;br /&gt;
implement no-op VFS_SYNC and VFS_CLOSE&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4465</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4465</guid></item>
<item><pubDate>Fri, 22 May 2009 21:18:39 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4429 – Add fs_handle argument to libfs_mount() needed to recognize homogenous mounts.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add fs_handle argument to libfs_mount() needed to recognize homogenous mounts.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4429</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4429</guid></item>
<item><pubDate>Wed, 20 May 2009 13:57:52 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4413 – add space before $@</title><description>&lt;div&gt;&lt;strong&gt;decky – 16 file(s) modified&lt;/strong&gt;&lt;br/&gt;add space before $@&lt;/div&gt;~ /trunk/uspace/app/init/Makefile&lt;br /&gt;~ /trunk/uspace/app/klog/Makefile&lt;br /&gt;~ /trunk/uspace/app/tester/Makefile&lt;br /&gt;~ /trunk/uspace/app/tetris/Makefile&lt;br /&gt;~ /trunk/uspace/srv/bd/gxe_bd/Makefile&lt;br /&gt;~ /trunk/uspace/srv/console/Makefile&lt;br /&gt;~ /trunk/uspace/srv/devmap/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fb/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fhc/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/Makefile&lt;br /&gt;~ /trunk/uspace/srv/kbd/Makefile&lt;br /&gt;~ /trunk/uspace/srv/ns/Makefile&lt;br /&gt;~ /trunk/uspace/srv/obio/Makefile&lt;br /&gt;~ /trunk/uspace/srv/rd/Makefile&lt;br /&gt;~ /trunk/uspace/srv/vfs/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4413</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4413</guid></item>
<item><pubDate>Tue, 19 May 2009 23:49:05 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4409 – Rudimentary support for non-root mounts.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Rudimentary support for non-root mounts.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4409</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4409</guid></item>
<item><pubDate>Sat, 09 May 2009 23:56:50 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4370 – Streamline TMPFS and fix its design so that it properly ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Streamline TMPFS and fix its design so that it properly supports hardlinks.&lt;br /&gt;
libfs operation unlink() is now passed also the name of the component being&lt;br /&gt;
unlinked.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4370</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4370</guid></item>
<item><pubDate>Wed, 06 May 2009 21:30:07 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4360 – add support for lowercase extension and lowercase basename bits (NT ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;add support for lowercase extension and lowercase basename bits (NT extension of plain FAT16)&lt;br /&gt;
this implements request ticket #57&lt;/div&gt;~ /trunk/tools/mkfat.py&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_dentry.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_dentry.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4360</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4360</guid></item>
<item><pubDate>Wed, 06 May 2009 20:39:31 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4359 – Do not attempt to unlink non-empty FAT directories.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Do not attempt to unlink non-empty FAT directories.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4359</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4359</guid></item>
<item><pubDate>Wed, 06 May 2009 00:18:51 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4358 – Do not attempt to unlink() FAT root.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Do not attempt to unlink() FAT root.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4358</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4358</guid></item>
<item><pubDate>Wed, 06 May 2009 00:09:13 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4357 – Introduce the concept of FS nodes. A FS node is ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Introduce the concept of FS nodes. A FS node is a typed abstraction of&lt;br /&gt;
file-system-specific node type. It replaces the void * in libfs interfaces&lt;br /&gt;
and is suitable for holding various information such as mount point data.&lt;/div&gt;~ /trunk/uspace/lib/libfs/libfs.c&lt;br /&gt;~ /trunk/uspace/lib/libfs/libfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4357</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4357</guid></item>
<item><pubDate>Sat, 18 Apr 2009 17:32:56 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4305 – Support mount options. Let tmpfs decide whether to start empty ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Support mount options.&lt;br /&gt;
Let tmpfs decide whether to start empty or restored a TMPFS dump based on the mount option.&lt;/div&gt;~ /trunk/uspace/app/init/init.c&lt;br /&gt;~ /trunk/uspace/app/tester/vfs/vfs1.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/vfs/vfs.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs.h&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4305</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4305</guid></item>
<item><pubDate>Fri, 10 Apr 2009 09:53:54 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4268 – str_cpy() and str_ncpy() in userspace. Nuke strcpy() and strncpy().</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;str_cpy() and str_ncpy() in userspace. Nuke strcpy() and strncpy().&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/ls/ls.c&lt;br /&gt;~ /trunk/uspace/app/tetris/scores.c&lt;br /&gt;~ /trunk/uspace/app/tetris/tetris.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/loader.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/string.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/string.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4268</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4268</guid></item>
<item><pubDate>Thu, 09 Apr 2009 23:28:50 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4265 – Nuke strchr() and strrchr().</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Nuke strchr() and strrchr().&lt;/div&gt;~ /trunk/uspace/lib/libc/generic/getopt.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/string.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/string.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_dentry.c&lt;br /&gt;~ /trunk/uspace/srv/loader/main.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4265</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4265</guid></item>
<item><pubDate>Thu, 09 Apr 2009 23:16:50 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4264 – Nuke strcpy() and strcmp().</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 25 file(s) modified&lt;/strong&gt;&lt;br/&gt;Nuke strcpy() and strcmp().&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/builtin_cmds.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/help/help.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/rm/rm.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/mod_cmds.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/exec.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/input.c&lt;br /&gt;~ /trunk/uspace/app/tester/devmap/devmap1.c&lt;br /&gt;~ /trunk/uspace/app/tetris/scores.c&lt;br /&gt;~ /trunk/uspace/app/tetris/screen.c&lt;br /&gt;~ /trunk/uspace/app/tetris/tetris.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/console.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/getopt.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/string.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/stdio.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/string.h&lt;br /&gt;~ /trunk/uspace/srv/devmap/devmap.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_dentry.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c&lt;br /&gt;~ /trunk/uspace/srv/loader/main.c&lt;br /&gt;~ /trunk/uspace/srv/pci/libpci/names.c&lt;br /&gt;~ /trunk/uspace/srv/rd/rd.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4264</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4264</guid></item>
<item><pubDate>Tue, 03 Mar 2009 18:06:34 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 4019 – make sure the unions are packed (fixes FAT on arm32)</title><description>&lt;div&gt;&lt;strong&gt;decky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;make sure the unions are packed (fixes FAT on arm32)&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_dentry.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4019</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4019</guid></item>
<item><pubDate>Mon, 02 Mar 2009 18:33:47 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 4007 – blocking connection to VFS</title><description>&lt;div&gt;&lt;strong&gt;decky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;blocking connection to VFS&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4007</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=4007</guid></item>
<item><pubDate>Thu, 12 Feb 2009 21:11:25 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 3882 – cleanup configuration code cleanup</title><description>&lt;div&gt;&lt;strong&gt;decky – 60 file(s) modified&lt;/strong&gt;&lt;br/&gt;cleanup configuration&lt;br /&gt;
code cleanup&lt;/div&gt;~ /trunk/uspace/app/bdsh/Makefile&lt;br /&gt;~ /trunk/uspace/app/init/Makefile&lt;br /&gt;~ /trunk/uspace/app/init/version.c&lt;br /&gt;~ /trunk/uspace/app/klog/Makefile&lt;br /&gt;~ /trunk/uspace/app/tester/Makefile&lt;br /&gt;~ /trunk/uspace/app/tetris/Makefile&lt;br /&gt;~ /trunk/uspace/app/trace/Makefile&lt;br /&gt;~ /trunk/uspace/lib/libblock/Makefile&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/amd64/Makefile.inc&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/amd64/_link.ld.in&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/arm32/Makefile.inc&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/arm32/_link.ld.in&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ia32/_link.ld.in&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ia64/Makefile.inc&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ia64/_link.ld.in&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/mips32/Makefile.inc&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/mips32/_link.ld.in&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/mips32eb/Makefile.inc&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ppc32/Makefile.inc&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/ppc32/_link.ld.in&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/sparc64/Makefile.inc&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/sparc64/_link.ld.in&lt;br /&gt;+ /trunk/uspace/lib/libc/include/macros.h&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile.toolchain&lt;br /&gt;~ /trunk/uspace/lib/libfs/Makefile&lt;br /&gt;~ /trunk/uspace/lib/softfloat/Makefile&lt;br /&gt;~ /trunk/uspace/lib/softint/Makefile&lt;br /&gt;~ /trunk/uspace/Makefile&lt;br /&gt;~ /trunk/uspace/srv/console/Makefile&lt;br /&gt;~ /trunk/uspace/srv/devmap/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fb/fb.c&lt;br /&gt;~ /trunk/uspace/srv/fb/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/Makefile&lt;br /&gt;~ /trunk/uspace/srv/kbd/arch/ia64/src/kbd.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/arch/ppc32/src/kbd.c&lt;br /&gt;~ /trunk/uspace/srv/kbd/Makefile&lt;br /&gt;~ /trunk/uspace/srv/loader/arch/amd64/Makefile.inc&lt;br /&gt;~ /trunk/uspace/srv/loader/arch/amd64/_link.ld.in&lt;br /&gt;~ /trunk/uspace/srv/loader/arch/arm32/Makefile.inc&lt;br /&gt;~ /trunk/uspace/srv/loader/arch/arm32/_link.ld.in&lt;br /&gt;~ /trunk/uspace/srv/loader/arch/ia32/Makefile.inc&lt;br /&gt;~ /trunk/uspace/srv/loader/arch/ia32/_link.ld.in&lt;br /&gt;~ /trunk/uspace/srv/loader/arch/ia64/Makefile.inc&lt;br /&gt;~ /trunk/uspace/srv/loader/arch/ia64/_link.ld.in&lt;br /&gt;~ /trunk/uspace/srv/loader/arch/mips32/Makefile.inc&lt;br /&gt;~ /trunk/uspace/srv/loader/arch/mips32/_link.ld.in&lt;br /&gt;~ /trunk/uspace/srv/loader/arch/ppc32/Makefile.inc&lt;br /&gt;~ /trunk/uspace/srv/loader/arch/ppc32/_link.ld.in&lt;br /&gt;~ /trunk/uspace/srv/loader/arch/sparc64/Makefile.inc&lt;br /&gt;~ /trunk/uspace/srv/loader/arch/sparc64/_link.ld.in&lt;br /&gt;~ /trunk/uspace/srv/loader/Makefile&lt;br /&gt;~ /trunk/uspace/srv/ns/Makefile&lt;br /&gt;~ /trunk/uspace/srv/pci/libpci/Makefile&lt;br /&gt;~ /trunk/uspace/srv/pci/Makefile&lt;br /&gt;~ /trunk/uspace/srv/rd/Makefile&lt;br /&gt;~ /trunk/uspace/srv/vfs/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3882</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3882</guid></item>
<item><pubDate>Sun, 01 Feb 2009 00:15:13 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3845 – Nuke VFS operations structure.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Nuke VFS operations structure.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat.c&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/tmpfs.c&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs.h&lt;br /&gt;~ /trunk/uspace/srv/vfs/vfs_register.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3845</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3845</guid></item>
<item><pubDate>Tue, 20 Jan 2009 19:38:16 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 3803 – configuration system overhaul (requires newt)</title><description>&lt;div&gt;&lt;strong&gt;decky – 40 file(s) modified&lt;/strong&gt;&lt;br/&gt;configuration system overhaul (requires newt)&lt;/div&gt;~ /trunk/boot/arch/arm32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ia64/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/mips32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/ppc64/loader/Makefile&lt;br /&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;x /trunk/boot/boot.config&lt;br /&gt;~ /trunk/boot/Makefile&lt;br /&gt;~ /trunk/HelenOS.config&lt;br /&gt;x /trunk/kernel/kernel.config&lt;br /&gt;~ /trunk/kernel/Makefile&lt;br /&gt;~ /trunk/Makefile&lt;br /&gt;~ /trunk/tools/config.py&lt;br /&gt;~ /trunk/uspace/app/bdsh/Makefile&lt;br /&gt;~ /trunk/uspace/app/init/Makefile&lt;br /&gt;~ /trunk/uspace/app/klog/Makefile&lt;br /&gt;~ /trunk/uspace/app/tester/Makefile&lt;br /&gt;~ /trunk/uspace/app/tetris/Makefile&lt;br /&gt;~ /trunk/uspace/app/trace/Makefile&lt;br /&gt;~ /trunk/uspace/lib/libblock/Makefile&lt;br /&gt;~ /trunk/uspace/lib/libc/arch/mips32/Makefile.inc&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile.toolchain&lt;br /&gt;~ /trunk/uspace/lib/libfs/Makefile&lt;br /&gt;~ /trunk/uspace/lib/softfloat/Makefile&lt;br /&gt;~ /trunk/uspace/lib/softint/Makefile&lt;br /&gt;~ /trunk/uspace/Makefile&lt;br /&gt;~ /trunk/uspace/srv/console/Makefile&lt;br /&gt;~ /trunk/uspace/srv/devmap/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fb/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/Makefile&lt;br /&gt;~ /trunk/uspace/srv/kbd/Makefile&lt;br /&gt;~ /trunk/uspace/srv/loader/Makefile&lt;br /&gt;~ /trunk/uspace/srv/ns/Makefile&lt;br /&gt;~ /trunk/uspace/srv/pci/libpci/Makefile&lt;br /&gt;~ /trunk/uspace/srv/pci/Makefile&lt;br /&gt;~ /trunk/uspace/srv/rd/Makefile&lt;br /&gt;~ /trunk/uspace/srv/vfs/Makefile&lt;br /&gt;x /trunk/uspace/uspace.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3803</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3803</guid></item>
<item><pubDate>Tue, 16 Dec 2008 18:24:37 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3701 – Set a loop control variable properly when growing the FAT ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Set a loop control variable properly when growing the FAT directory.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3701</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3701</guid></item>
<item><pubDate>Tue, 16 Dec 2008 18:18:29 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3700 – Add the ability to grow a FAT directory.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add the ability to grow a FAT directory.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3700</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3700</guid></item>
<item><pubDate>Sun, 14 Dec 2008 12:37:31 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3699 – Clean .o files in individual makefiles.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Clean .o files in individual makefiles.&lt;/div&gt;~ /trunk/uspace/app/init/Makefile&lt;br /&gt;~ /trunk/uspace/app/klog/Makefile&lt;br /&gt;~ /trunk/uspace/app/tester/Makefile&lt;br /&gt;~ /trunk/uspace/Makefile&lt;br /&gt;~ /trunk/uspace/srv/console/Makefile&lt;br /&gt;~ /trunk/uspace/srv/devmap/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fb/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/Makefile&lt;br /&gt;~ /trunk/uspace/srv/fs/tmpfs/Makefile&lt;br /&gt;~ /trunk/uspace/srv/kbd/Makefile&lt;br /&gt;~ /trunk/uspace/srv/ns/Makefile&lt;br /&gt;~ /trunk/uspace/srv/pci/Makefile&lt;br /&gt;~ /trunk/uspace/srv/rd/Makefile&lt;br /&gt;~ /trunk/uspace/srv/vfs/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3699</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3699</guid></item>
<item><pubDate>Sun, 30 Nov 2008 19:03:02 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3660 – Create &quot;.&quot; and &quot;..&quot; entries on FAT.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Create &quot;.&quot; and &quot;..&quot; entries on FAT.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_dentry.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3660</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3660</guid></item>
<item><pubDate>Sun, 30 Nov 2008 12:36:51 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3656 – The number of the first sector in the FAT node ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;The number of the first sector in the FAT node structure must be in the host&lt;br /&gt;
endianess.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3656</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3656</guid></item>
<item><pubDate>Sat, 29 Nov 2008 14:23:15 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3652 – Do not clear the last byte written to a FAT ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Do not clear the last byte written to a FAT file.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3652</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3652</guid></item>
<item><pubDate>Tue, 25 Nov 2008 23:45:38 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3638 – Implement fat_unlink().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implement fat_unlink().&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_dentry.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_dentry.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_idx.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3638</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3638</guid></item>
<item><pubDate>Tue, 25 Nov 2008 23:44:56 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3637 – Fix the bogus assert().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix the bogus assert().&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3637</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3637</guid></item>
<item><pubDate>Tue, 25 Nov 2008 23:43:49 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3636 – Propagate VFS_DESTROY to fat_destroy().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Propagate VFS_DESTROY to fat_destroy().&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3636</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3636</guid></item>
<item><pubDate>Tue, 25 Nov 2008 13:14:31 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3634 – Consider &quot;prd&quot; and &quot;prd.&quot; to be the same FAT dentry ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Consider &quot;prd&quot; and &quot;prd.&quot; to be the same FAT dentry names.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_dentry.c&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_dentry.h&lt;br /&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3634</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3634</guid></item>
<item><pubDate>Mon, 24 Nov 2008 23:38:44 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3633 – When creating a new directory node, allocate the first cluster ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;When creating a new directory node, allocate the first cluster for it.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3633</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3633</guid></item>
<item><pubDate>Mon, 24 Nov 2008 23:36:56 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3632 – fat_alloc_clusters() fixes.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;fat_alloc_clusters() fixes.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_fat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3632</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3632</guid></item>
<item><pubDate>Sun, 23 Nov 2008 17:39:17 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3629 – When syncing a FAT node, do not skip attributes.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;When syncing a FAT node, do not skip attributes.&lt;/div&gt;~ /trunk/uspace/srv/fs/fat/fat_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3629</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Ftrunk%2Fuspace%2Fsrv%2Ffs%2Ffat%2F&amp;isdir=1&amp;rev=3629</guid></item>
</channel></rss>