<?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-historic &#x2013; /uspace/trunk/libc/generic/io/io.c</title><description>WebSVN RSS feed &#x2013; HelenOS-historic</description><lastBuildDate>Tue, 07 Apr 2026 09:33:31 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;max=40&amp;peg=1321</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;peg=1321&amp;repname=HelenOS-historic" rel="self" type="application/rss+xml" />
<item><pubDate>Wed, 12 Apr 2006 12:21:01 +0200</pubDate><dc:creator>cejka</dc:creator><title>Rev 1173 – Printf support for width and precision modifiers.  Several necessary ...</title><description>&lt;div&gt;&lt;strong&gt;cejka – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Printf support for width and precision modifiers. &lt;br /&gt;
Several necessary helping functions added.&lt;/div&gt;~ /uspace/trunk/libc/generic/io/io.c&lt;br /&gt;~ /uspace/trunk/libc/generic/io/print.c&lt;br /&gt;~ /uspace/trunk/libc/generic/string.c&lt;br /&gt;+ /uspace/trunk/libc/include/ctype.h&lt;br /&gt;~ /uspace/trunk/libc/include/io/io.h&lt;br /&gt;~ /uspace/trunk/libc/include/string.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;rev=1173&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;rev=1173&amp;peg=1321</guid></item>
<item><pubDate>Wed, 15 Mar 2006 13:36:49 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 1010 – Fixed problem with stackarg/stdarg for 64-bit platforms.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed problem with stackarg/stdarg for 64-bit platforms.&lt;/div&gt;+ /uspace/trunk/libc/arch/amd64/include/stackarg.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/include/stackarg.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ia64/include/stackarg.h&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/include/stackarg.h&lt;br /&gt;~ /uspace/trunk/libc/generic/io/io.c&lt;br /&gt;~ /uspace/trunk/libc/generic/io/print.c&lt;br /&gt;~ /uspace/trunk/libc/include/stdarg.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;rev=1010&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;rev=1010&amp;peg=1321</guid></item>
<item><pubDate>Tue, 14 Mar 2006 13:14:43 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 974 – Userspace printf, stdarg, and some other printf support.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Userspace printf, stdarg, and some other printf support.&lt;/div&gt;~ /uspace/trunk/libc/arch/ia32/include/types.h&lt;br /&gt;+ /uspace/trunk/libc/generic/io&lt;br /&gt;x /uspace/trunk/libc/generic/io.c&lt;br /&gt;+ /uspace/trunk/libc/generic/io/io.c &lt;i&gt;(copied from /uspace/trunk/libc/generic/io.c@963)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/libc/generic/io/print.c&lt;br /&gt;+ /uspace/trunk/libc/include/io&lt;br /&gt;+ /uspace/trunk/libc/include/io/io.h&lt;br /&gt;+ /uspace/trunk/libc/include/stdarg.h&lt;br /&gt;+ /uspace/trunk/libc/include/stddef.h&lt;br /&gt;~ /uspace/trunk/libc/include/stdio.h&lt;br /&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;rev=974&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;rev=974&amp;peg=1321</guid></item>
<item><pubDate>Mon, 13 Mar 2006 20:37:24 +0100</pubDate><dc:creator>palkovsky</dc:creator><title>Rev 954 – Added very basic IPC userspace stuff.</title><description>&lt;div&gt;&lt;strong&gt;palkovsky – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added very basic IPC userspace stuff.&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;~ /uspace/trunk/init/Makefile&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/src/syscall.c&lt;br /&gt;~ /uspace/trunk/libc/generic/io.c&lt;br /&gt;~ /uspace/trunk/libc/include/libc.h&lt;br /&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;+ /uspace/trunk/libipc&lt;br /&gt;+ /uspace/trunk/libipc/generic&lt;br /&gt;+ /uspace/trunk/libipc/generic/ipc.c&lt;br /&gt;+ /uspace/trunk/libipc/include&lt;br /&gt;+ /uspace/trunk/libipc/include/ipc.h&lt;br /&gt;+ /uspace/trunk/libipc/Makefile&lt;br /&gt;~ /uspace/trunk/Makefile&lt;br /&gt;~ /uspace/trunk/uspace.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;rev=954&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;rev=954&amp;peg=1321</guid></item>
<item><pubDate>Sun, 15 Jan 2006 18:37:14 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 713 – some fancy stuff</title><description>&lt;div&gt;&lt;strong&gt;decky – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;some fancy stuff&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;+ /uspace/trunk/init/init.h&lt;br /&gt;~ /uspace/trunk/init/Makefile&lt;br /&gt;+ /uspace/trunk/init/version.c&lt;br /&gt;+ /uspace/trunk/init/version.h&lt;br /&gt;~ /uspace/trunk/libc/generic/io.c&lt;br /&gt;~ /uspace/trunk/libc/generic/libc.c&lt;br /&gt;~ /uspace/trunk/libc/include/libc.h&lt;br /&gt;~ /uspace/trunk/libc/include/unistd.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;rev=713&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;rev=713&amp;peg=1321</guid></item>
<item><pubDate>Tue, 22 Nov 2005 18:19:59 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 505 – forgotten stuff</title><description>&lt;div&gt;&lt;strong&gt;decky – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;forgotten stuff&lt;/div&gt;~ /uspace/trunk/libc/arch/ia32/src/syscall.c&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32el/src/syscall.c&lt;br /&gt;~ /uspace/trunk/libc/generic/io.c&lt;br /&gt;~ /uspace/trunk/libc/include/libc.h&lt;br /&gt;+ /uspace/trunk/libc/include/unistd.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;rev=505&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;rev=505&amp;peg=1321</guid></item>
<item><pubDate>Tue, 22 Nov 2005 18:07:38 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 504 – uspace work</title><description>&lt;div&gt;&lt;strong&gt;decky – 26 file(s) modified&lt;/strong&gt;&lt;br/&gt;uspace work&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;x /uspace/trunk/libc/arch/ia32/entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/include&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/include/types.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/src&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/src/entry.s &lt;i&gt;(copied from /uspace/trunk/libc/arch/ia32/entry.s@498)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/src/syscall.c &lt;i&gt;(copied from /uspace/trunk/libc/arch/ia32/syscall.c@499)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/arch/ia32/syscall.c&lt;br /&gt;x /uspace/trunk/libc/arch/mips32/entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/include&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/src&lt;br /&gt;x /uspace/trunk/libc/arch/mips32/syscall.c&lt;br /&gt;x /uspace/trunk/libc/arch/mips32el/entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32el/include&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32el/include/types.h&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32el/src&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32el/src/entry.s &lt;i&gt;(copied from /uspace/trunk/libc/arch/mips32el/entry.s@498)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32el/src/syscall.c &lt;i&gt;(copied from /uspace/trunk/libc/arch/mips32el/syscall.c@499)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/arch/mips32el/syscall.c&lt;br /&gt;+ /uspace/trunk/libc/generic/io.c&lt;br /&gt;~ /uspace/trunk/libc/include/libc.h&lt;br /&gt;+ /uspace/trunk/libc/include/stdio.h &lt;i&gt;(copied from /uspace/trunk/libc/include/unistd.h@498)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/include/unistd.h&lt;br /&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;~ /uspace/trunk/libc/Makefile.toolchain&lt;br /&gt;~ /uspace/trunk/libc/_link.ld.in&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;rev=504&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fio.c&amp;rev=504&amp;peg=1321</guid></item>
</channel></rss>