<?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/lib/libc/include/sys/stat.h</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Sat, 04 Apr 2026 00:03:19 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Flib%2Flibc%2Finclude%2Fsys%2Fstat.h&amp;max=40&amp;peg=4657</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Ftrunk%2Fuspace%2Flib%2Flibc%2Finclude%2Fsys%2Fstat.h&amp;peg=4657&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Sun, 28 Jun 2009 23:41:13 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4587 – Implement stat() and VFS_IN_STAT. Modify bdsh() to use stat() during ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implement stat() and VFS_IN_STAT.&lt;br /&gt;
Modify bdsh() to use stat() during ls.&lt;br /&gt;
In devfs, allow lookups that don&apos;t&lt;br /&gt;
specify one of L_FILE and L_DIRECTORY.&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/ls/ls.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/ls/ls.h&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/sys/stat.h&lt;br /&gt;~ /trunk/uspace/srv/fs/devfs/devfs_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=%2Ftrunk%2Fuspace%2Flib%2Flibc%2Finclude%2Fsys%2Fstat.h&amp;rev=4587&amp;peg=4657</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Flib%2Flibc%2Finclude%2Fsys%2Fstat.h&amp;rev=4587&amp;peg=4657</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=%2Ftrunk%2Fuspace%2Flib%2Flibc%2Finclude%2Fsys%2Fstat.h&amp;rev=4585&amp;peg=4657</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Flib%2Flibc%2Finclude%2Fsys%2Fstat.h&amp;rev=4585&amp;peg=4657</guid></item>
<item><pubDate>Sun, 27 Jan 2008 15:59:32 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2707 – Support for mkdir().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Support for mkdir().&lt;/div&gt;~ /trunk/uspace/app/tester/vfs/vfs1.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/vfs.c&lt;br /&gt;+ /trunk/uspace/lib/libc/include/sys/stat.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/sys/types.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_lookup.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=%2Ftrunk%2Fuspace%2Flib%2Flibc%2Finclude%2Fsys%2Fstat.h&amp;rev=2707&amp;peg=4657</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Flib%2Flibc%2Finclude%2Fsys%2Fstat.h&amp;rev=2707&amp;peg=4657</guid></item>
</channel></rss>