<?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/fcntl.h</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Fri, 03 Apr 2026 21:23:40 +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%2Ffcntl.h&amp;max=40&amp;peg=4745</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Ftrunk%2Fuspace%2Flib%2Flibc%2Finclude%2Ffcntl.h&amp;peg=4745&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Wed, 03 Jun 2009 21:26:28 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4482 – I/O subsystem overhaul:  - add more POSIX-like file and ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 35 file(s) modified&lt;/strong&gt;&lt;br/&gt;I/O subsystem overhaul:&lt;br /&gt;
 - add more POSIX-like file and stream functions (with real functionality of stdin, stdout, stderr)&lt;br /&gt;
 - cleanup console access methods (now generic to any console-like device)&lt;br /&gt;
 - remove unsafe stream functions&lt;br /&gt;
 - add special open_node(), fd_node(), fd_phone() (file) and fopen_node(), fnode(), fphone() (stream) functions for HelenOS-specific I/O operations&lt;/div&gt;x /trunk/uspace/lib/libc/generic/console.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/asprintf.c&lt;br /&gt;+ /trunk/uspace/lib/libc/generic/io/console.c &lt;i&gt;(copied from /trunk/uspace/lib/libc/generic/console.c@4428)&lt;/i&gt;&lt;br /&gt;x /trunk/uspace/lib/libc/generic/io/fprintf.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/io.c&lt;br /&gt;+ /trunk/uspace/lib/libc/generic/io/klog.c &lt;i&gt;(copied from /trunk/uspace/lib/libc/generic/io/stream.c@4428)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/printf.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/printf_core.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/snprintf.c&lt;br /&gt;x /trunk/uspace/lib/libc/generic/io/sprintf.c&lt;br /&gt;x /trunk/uspace/lib/libc/generic/io/stdio.c&lt;br /&gt;x /trunk/uspace/lib/libc/generic/io/stream.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/vprintf.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/io/vsnprintf.c&lt;br /&gt;x /trunk/uspace/lib/libc/generic/io/vsprintf.c&lt;br /&gt;x /trunk/uspace/lib/libc/generic/kbd.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;x /trunk/uspace/lib/libc/include/console&lt;br /&gt;x /trunk/uspace/lib/libc/include/console.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/dirent.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/fcntl.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/fibril.h&lt;br /&gt;+ /trunk/uspace/lib/libc/include/io/color.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/include/console/color.h@4429)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/lib/libc/include/io/console.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/include/console.h@4428)&lt;/i&gt;&lt;br /&gt;x /trunk/uspace/lib/libc/include/io/io.h&lt;br /&gt;+ /trunk/uspace/lib/libc/include/io/keycode.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/include/kbd/keycode.h@4428)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/lib/libc/include/io/klog.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/include/io/stream.h@4428)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/lib/libc/include/io/printf_core.h&lt;br /&gt;x /trunk/uspace/lib/libc/include/io/stream.h&lt;br /&gt;+ /trunk/uspace/lib/libc/include/io/style.h &lt;i&gt;(copied from /trunk/uspace/lib/libc/include/console/style.h@4429)&lt;/i&gt;&lt;br /&gt;x /trunk/uspace/lib/libc/include/kbd&lt;br /&gt;~ /trunk/uspace/lib/libc/include/stdio.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/unistd.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/vfs/vfs.h&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Flib%2Flibc%2Finclude%2Ffcntl.h&amp;rev=4482&amp;peg=4745</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Flib%2Flibc%2Finclude%2Ffcntl.h&amp;rev=4482&amp;peg=4745</guid></item>
<item><pubDate>Sun, 27 Jan 2008 17:19:25 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2708 – VFS_OPEN now understands O_CREAT and O_EXCL.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;VFS_OPEN now understands O_CREAT and O_EXCL.&lt;/div&gt;~ /trunk/uspace/lib/libc/include/fcntl.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%2Ffcntl.h&amp;rev=2708&amp;peg=4745</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Flib%2Flibc%2Finclude%2Ffcntl.h&amp;rev=2708&amp;peg=4745</guid></item>
<item><pubDate>Sun, 30 Dec 2007 22:32:31 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 2674 – Add libc VFS wrapper for VFS_WRITE. Fix a small bug ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add libc VFS wrapper for VFS_WRITE. Fix a small bug in read(). Place open(),&lt;br /&gt;
read() and write() declarations in their respective headers according to SUSv3.&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/fcntl.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/vfs.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Flib%2Flibc%2Finclude%2Ffcntl.h&amp;rev=2674&amp;peg=4745</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Flib%2Flibc%2Finclude%2Ffcntl.h&amp;rev=2674&amp;peg=4745</guid></item>
</channel></rss>