<?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; /</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Wed, 20 May 2026 10:38:14 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2F&amp;max=40&amp;peg=3326</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F&amp;peg=3326&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Sat, 16 Aug 2008 07:59:32 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3326 – Fixed last few bugs in ls, added todo notes</title><description>&lt;div&gt;&lt;strong&gt;post – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed last few bugs in ls, added todo notes&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.c&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3326&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3326&amp;peg=3326</guid></item>
<item><pubDate>Fri, 15 Aug 2008 22:02:36 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3325 – Determine the size of a directory node by walking the ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Determine the size of a directory node by walking the FAT and counting clusters.&lt;br /&gt;
This eliminates the hardcoded limit on the number of directory entries.&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&amp;isdir=1&amp;rev=3325&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3325&amp;peg=3326</guid></item>
<item><pubDate>Fri, 15 Aug 2008 18:59:13 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3324 – Boot support for FAT16 on sparc64.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Boot support for FAT16 on sparc64.&lt;/div&gt;~ /trunk/boot/arch/sparc64/loader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3324&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3324&amp;peg=3326</guid></item>
<item><pubDate>Fri, 15 Aug 2008 18:52:16 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3323 – Boot support for FAT16 on ppc32. Currently breaks the system.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Boot support for FAT16 on ppc32. Currently breaks the system.&lt;/div&gt;~ /trunk/boot/arch/ppc32/loader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3323&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3323&amp;peg=3326</guid></item>
<item><pubDate>Fri, 15 Aug 2008 18:36:44 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3322 – Boot support for FAT16 on mips32. Not fully functional, but ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Boot support for FAT16 on mips32.&lt;br /&gt;
Not fully functional, but probably for another reason than on arm32.&lt;/div&gt;~ /trunk/boot/arch/mips32/loader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3322&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3322&amp;peg=3326</guid></item>
<item><pubDate>Fri, 15 Aug 2008 18:06:03 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3321 – Boot support for FAT16 on arm32.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Boot support for FAT16 on arm32.&lt;/div&gt;~ /trunk/boot/arch/arm32/loader/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3321&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3321&amp;peg=3326</guid></item>
<item><pubDate>Fri, 15 Aug 2008 17:38:29 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3320 – Enable booting from FAT on ia32.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Enable booting from FAT on ia32.&lt;/div&gt;~ /trunk/boot/arch/ia32/grub/menu.lst&lt;br /&gt;~ /trunk/boot/arch/ia32/Makefile.inc&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3320&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3320&amp;peg=3326</guid></item>
<item><pubDate>Fri, 15 Aug 2008 10:45:13 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3319 – A bogus &apos;cat&apos; which (for now) tests getopt.</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;A bogus &apos;cat&apos; which (for now) tests getopt.&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/cat/cat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3319&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3319&amp;peg=3326</guid></item>
<item><pubDate>Fri, 15 Aug 2008 10:23:17 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3318 – getopt: Get rid of references to &apos;eventually&apos; replacing the antiquated ...</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;getopt: Get rid of references to &apos;eventually&apos; replacing the antiquated getopt().&lt;br /&gt;
As a modern OS we just include what people actually use, with full compatibility for&lt;br /&gt;
legacy ports that still use the original.&lt;/div&gt;~ /branches/shell/uspace/lib/libc/generic/getopt.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3318&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3318&amp;peg=3326</guid></item>
<item><pubDate>Fri, 15 Aug 2008 10:19:13 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3317 – Added support for getopt() and getopt_long() (still buggy, but working) ...</title><description>&lt;div&gt;&lt;strong&gt;post – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added support for getopt() and getopt_long() (still buggy, but working) Ported from OpenBSD&lt;/div&gt;+ /branches/shell/uspace/lib/libc/generic/getopt.c&lt;br /&gt;+ /branches/shell/uspace/lib/libc/include/getopt.h&lt;br /&gt;~ /branches/shell/uspace/lib/libc/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3317&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3317&amp;peg=3326</guid></item>
<item><pubDate>Fri, 15 Aug 2008 06:14:01 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3316 – Remove unused agrument parsing / detecting functions</title><description>&lt;div&gt;&lt;strong&gt;post – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Remove unused agrument parsing / detecting functions&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/util.c&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/util.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3316&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3316&amp;peg=3326</guid></item>
<item><pubDate>Thu, 14 Aug 2008 22:09:11 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3315 – Make sure that the loader keeps on read()ing until it ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Make sure that the loader keeps on read()ing until it read()s all it wanted to&lt;br /&gt;
read().&lt;/div&gt;~ /trunk/uspace/srv/loader/elf_load.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3315&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3315&amp;peg=3326</guid></item>
<item><pubDate>Thu, 14 Aug 2008 21:31:50 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3314 – fat_read() should expect IPC_M_DATA_READ instead of IPC_M_DATA_WRITE.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;fat_read() should expect IPC_M_DATA_READ instead of IPC_M_DATA_WRITE.&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&amp;isdir=1&amp;rev=3314&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3314&amp;peg=3326</guid></item>
<item><pubDate>Thu, 14 Aug 2008 21:23:52 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3313 – When read() fails, return the actual error.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;When read() fails, return the actual error.&lt;/div&gt;~ /trunk/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3313&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3313&amp;peg=3326</guid></item>
<item><pubDate>Thu, 14 Aug 2008 21:15:24 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3312 – When removing a FAT node from the ffn list, use ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;When removing a FAT node from the ffn list, use the correct pointer instead of&lt;br /&gt;
an uninitialized one.&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&amp;isdir=1&amp;rev=3312&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3312&amp;peg=3326</guid></item>
<item><pubDate>Wed, 13 Aug 2008 10:14:10 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3311 – Re-generated mount / cat with new mknewcmd</title><description>&lt;div&gt;&lt;strong&gt;post – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Re-generated mount / cat with new mknewcmd&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/cat/cat.c&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/mount/mount.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3311&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3311&amp;peg=3326</guid></item>
<item><pubDate>Wed, 13 Aug 2008 10:13:18 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3310 – ls: Remove unused var s[]</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;ls: Remove unused var s[]&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3310&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3310&amp;peg=3326</guid></item>
<item><pubDate>Wed, 13 Aug 2008 05:42:56 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3309 – ls: fix bug where all entries are printed as directories ...</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;ls: fix bug where all entries are printed as directories when listing relative paths&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3309&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3309&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 22:47:16 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3308 – More complete fat_read().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;More complete fat_read().&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&amp;isdir=1&amp;rev=3308&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3308&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 21:14:09 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3307 – Dummy implementation of fat_read().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Dummy implementation of fat_read().&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_ops.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3307&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3307&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 13:09:16 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3306 – Fix handling of relative paths in task_spawn().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix handling of relative paths in task_spawn().&lt;/div&gt;~ /trunk/uspace/lib/libc/generic/task.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;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3306&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3306&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 13:06:52 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3305 – Fix relative paths handling in task_spawn() (shell branch).</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix relative paths handling in task_spawn() (shell branch).&lt;/div&gt;~ /branches/shell/uspace/lib/libc/generic/task.c&lt;br /&gt;~ /branches/shell/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;~ /branches/shell/uspace/lib/libc/include/vfs/vfs.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3305&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3305&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 10:17:04 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3304 – Get rid of -DHELENOS (glibc builds will now break)</title><description>&lt;div&gt;&lt;strong&gt;post – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Get rid of -DHELENOS (glibc builds will now break)&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/cmds/builtins/cd/cd.c&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/config.h&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/exec.c&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/exec.h&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/input.c&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/input.h&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/Makefile&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/scli.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3304&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3304&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 09:54:03 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3303 – Remove Makefile.gnu</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Remove Makefile.gnu&lt;/div&gt;x /branches/shell/uspace/app/bdsh/Makefile.gnu&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3303&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3303&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 09:52:56 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3302 – Added a stub for a future mount command, at this ...</title><description>&lt;div&gt;&lt;strong&gt;post – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added a stub for a future mount command, at this point we stop updating the GNU&lt;br /&gt;
makefile.&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/modules.h&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/mount&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/mount/entry.h&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/mount/mount.c&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/mount/mount.def&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/mount/mount.h&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3302&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3302&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 09:40:38 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3301 – mknewcmd: util.h should be included by default</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;mknewcmd: util.h should be included by default&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/cmds/mknewcmd&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3301&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3301&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 09:29:07 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3300 – Added a TODO list</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added a TODO list&lt;/div&gt;+ /branches/shell/uspace/app/bdsh/TODO&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3300&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3300&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 08:27:05 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3299 – Makefile: Don&apos;t echo gcc auto header dependency output</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Makefile: Don&apos;t echo gcc auto header dependency output&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3299&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3299&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 08:15:33 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3298 – exec: Narrowed down bug in relative paths fed to try_exec, ...</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;exec: Narrowed down bug in relative paths fed to try_exec, added TODO&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/exec.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3298&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3298&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 08:14:58 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3297 – touch: accept multiple arguments</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;touch: accept multiple arguments&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/touch/touch.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3297&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3297&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 08:14:30 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3296 – Added basic rm functionality (not yet recursive)</title><description>&lt;div&gt;&lt;strong&gt;post – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added basic rm functionality (not yet recursive)&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/rm/rm.c&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/rm/rm.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3296&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3296&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 05:32:55 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3295 – Add the basics of a touch command</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add the basics of a touch command&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/touch/touch.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3295&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3295&amp;peg=3326</guid></item>
<item><pubDate>Tue, 12 Aug 2008 05:32:18 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3294 – ls/mkdir: Update license headers and help displays</title><description>&lt;div&gt;&lt;strong&gt;post – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;ls/mkdir: Update license headers and help displays&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.c&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3294&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3294&amp;peg=3326</guid></item>
<item><pubDate>Mon, 11 Aug 2008 20:18:55 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3293 – Add basic functional &apos;ls&apos;</title><description>&lt;div&gt;&lt;strong&gt;post – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add basic functional &apos;ls&apos;&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.c&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3293&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3293&amp;peg=3326</guid></item>
<item><pubDate>Mon, 11 Aug 2008 18:40:29 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3292 – Fix absolutize() wrt. to relative paths.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix absolutize() wrt. to relative paths.&lt;/div&gt;~ /trunk/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3292&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3292&amp;peg=3326</guid></item>
<item><pubDate>Mon, 11 Aug 2008 18:38:16 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3291 – Fix absolutize() wrt. to relative paths. (shell branch)</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix absolutize() wrt. to relative paths. (shell branch)&lt;/div&gt;~ /branches/shell/uspace/lib/libc/generic/vfs/vfs.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3291&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3291&amp;peg=3326</guid></item>
<item><pubDate>Mon, 11 Aug 2008 18:16:58 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 3290 – Remove ash.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Remove ash.&lt;/div&gt;x /trunk/uspace/app/ash&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3290&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3290&amp;peg=3326</guid></item>
<item><pubDate>Mon, 11 Aug 2008 10:32:21 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3289 – Fixed / Updated AUTHORS</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed / Updated AUTHORS&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/AUTHORS&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3289&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3289&amp;peg=3326</guid></item>
<item><pubDate>Mon, 11 Aug 2008 10:31:47 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3288 – Makefiles: Fix typo $(OUTPUT) -&gt; $(PROGRAM), update GNU Makefile.</title><description>&lt;div&gt;&lt;strong&gt;post – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Makefiles: Fix typo $(OUTPUT) -&gt; $(PROGRAM), update GNU Makefile.&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/Makefile&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/Makefile.gnu&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3288&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3288&amp;peg=3326</guid></item>
<item><pubDate>Mon, 11 Aug 2008 10:30:03 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3287 – exec: find_command() - Don&apos;t test cmd for / or . ...</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;exec: find_command() - Don&apos;t test cmd for / or . to determine if the given path is &lt;br /&gt;
absolute, let open figure it out. try_access() now mimics access(path, F_OK)&lt;/div&gt;~ /branches/shell/uspace/app/bdsh/exec.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3287&amp;peg=3326</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F&amp;isdir=1&amp;rev=3287&amp;peg=3326</guid></item>
</channel></rss>