<?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; //branches/arm/uspace/app/bdsh/cmds/modules/</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Tue, 07 Apr 2026 16:48:21 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;max=40&amp;</link><atom:link href="https://historic.helenos.org/rss.php?path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Wed, 15 Jul 2009 20:22:02 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4647 – Branch out a new arm branch.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Branch out a new arm branch.&lt;/div&gt;+ /branches/arm &lt;i&gt;(copied from /trunk@4646)&lt;/i&gt;&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4647</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4647</guid></item>
<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=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4587</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4587</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%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4572</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4572</guid></item>
<item><pubDate>Thu, 04 Jun 2009 18:36:47 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4496 – be more pedantic about undefined function prototypes (to avoid memory ...</title><description>&lt;div&gt;&lt;strong&gt;decky – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;be more pedantic about undefined function prototypes (to avoid memory access traps)&lt;br /&gt;
add missing header files&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/bdd/bdd.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/kcon/kcon.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/rm/rm.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/input.c&lt;br /&gt;~ /trunk/uspace/app/tester/console/console1.c&lt;br /&gt;~ /trunk/uspace/app/trace/trace.c&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/mem.c&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile.toolchain&lt;br /&gt;~ /trunk/uspace/srv/ns/clonable.c&lt;br /&gt;~ /trunk/uspace/srv/ns/ns.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4496</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4496</guid></item>
<item><pubDate>Wed, 03 Jun 2009 21:30:19 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 4486 – bdsh: sync with I/O changes, block until spawned task exits</title><description>&lt;div&gt;&lt;strong&gt;decky – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;bdsh: sync with I/O changes, block until spawned task exits&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/kcon/kcon.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/exec.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/input.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4486</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4486</guid></item>
<item><pubDate>Tue, 19 May 2009 23:48:05 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4408 – Add &apos;bdd&apos; shell command (block device dump) for testing block ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add &apos;bdd&apos; shell command (block device dump) for testing block device drivers.&lt;/div&gt;+ /trunk/uspace/app/bdsh/cmds/modules/bdd&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/bdd/bdd.c&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/bdd/bdd.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/bdd/bdd_def.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/bdd/entry.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/modules.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4408</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4408</guid></item>
<item><pubDate>Mon, 11 May 2009 20:48:01 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4371 – Add a bdsh wrapper around mount().</title><description>&lt;div&gt;&lt;strong&gt;jermar – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add a bdsh wrapper around mount().&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/modules.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/mount&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/mount/entry.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/mount/mount.c&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/mount/mount.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/mount/mount_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4371</guid></item>
<item><pubDate>Fri, 08 May 2009 13:10:34 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4364 – Add a primitive &apos;mv&apos; command.  This &apos;mv&apos; is a ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add a primitive &apos;mv&apos; command.  This &apos;mv&apos; is a mere wrapper around rename() and&lt;br /&gt;
as such cannot move files across file systems and doesn&apos;t work on FAT (because&lt;br /&gt;
FAT does not support hardlinks).&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/modules.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/module_aliases.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/mv&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/mv/entry.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/mv/mv.c&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/mv/mv.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/mv/mv_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4364</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4364</guid></item>
<item><pubDate>Wed, 06 May 2009 22:54:53 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 4361 – HelenOS open() returns the actual error code, not mere -1.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;HelenOS open() returns the actual error code, not mere -1.&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cat/cat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4361</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4361</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%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4268</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4268</guid></item>
<item><pubDate>Fri, 10 Apr 2009 00:32:23 +0200</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4266 – strdup() -&gt; str_dup()</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;strdup() -&gt; str_dup()&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/ls/ls.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/touch/touch.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/tetris/scores.c&lt;br /&gt;~ /trunk/uspace/app/tetris/tetris.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;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4266</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4266</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%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4264</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4264</guid></item>
<item><pubDate>Sun, 22 Mar 2009 20:48:11 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 4168 – &apos;kcon&apos; shell builtin for switching to debug console.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;&apos;kcon&apos; shell builtin for switching to debug console.&lt;/div&gt;+ /trunk/uspace/app/bdsh/cmds/modules/kcon&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/kcon/entry.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/kcon/kcon.c&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/kcon/kcon.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/kcon/kcon_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/modules.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/Makefile&lt;br /&gt;~ /trunk/uspace/lib/libc/generic/console.c&lt;br /&gt;~ /trunk/uspace/lib/libc/include/console.h&lt;br /&gt;~ /trunk/uspace/lib/libc/include/ipc/console.h&lt;br /&gt;~ /trunk/uspace/srv/console/console.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4168</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=4168</guid></item>
<item><pubDate>Sat, 21 Feb 2009 12:44:24 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3945 – Fix file size display when doing &apos;ls&apos; of another directory.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix file size display when doing &apos;ls&apos; of another 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;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3945</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3945</guid></item>
<item><pubDate>Fri, 30 Jan 2009 19:17:37 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3834 – Fix file-size display on big-endian machines. Also, rather use off_t ...</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix file-size display on big-endian machines. Also, rather use off_t than uint64_t for holding file size.&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/ls/ls.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3834</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3834</guid></item>
<item><pubDate>Thu, 22 Jan 2009 18:52:11 +0100</pubDate><dc:creator>post</dc:creator><title>Rev 3816 – cstyle (nits) 80 column limit</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;cstyle (nits) 80 column limit&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cp/cp.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3816</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3816</guid></item>
<item><pubDate>Thu, 22 Jan 2009 18:11:54 +0100</pubDate><dc:creator>post</dc:creator><title>Rev 3815 – Stop using assert() in modules/builtins as abort() will crash the ...</title><description>&lt;div&gt;&lt;strong&gt;post – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Stop using assert() in modules/builtins as abort() will crash the entire shell.&lt;br /&gt;
Handle the case and report the issue, leaving the user able to reproduce it&lt;br /&gt;
without rebooting.&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cp/cp.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/rm/rm.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3815</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3815</guid></item>
<item><pubDate>Thu, 22 Jan 2009 16:40:18 +0100</pubDate><dc:creator>post</dc:creator><title>Rev 3814 – ls now prints file sizes</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;ls now prints file sizes&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/ls/ls.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3814</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3814</guid></item>
<item><pubDate>Thu, 22 Jan 2009 15:22:12 +0100</pubDate><dc:creator>post</dc:creator><title>Rev 3813 – Get rid of cli_strdup(), cli_strtok(), cli_strtok_r(), just use facilities in ...</title><description>&lt;div&gt;&lt;strong&gt;post – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Get rid of cli_strdup(), cli_strtok(), cli_strtok_r(), just use facilities in libc&lt;/div&gt;~ /trunk/uspace/app/bdsh/AUTHORS&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/touch/touch.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/bdsh/util.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/util.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3813</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3813</guid></item>
<item><pubDate>Thu, 22 Jan 2009 08:39:43 +0100</pubDate><dc:creator>post</dc:creator><title>Rev 3811 – exit should be a builtin, since it will eventually need ...</title><description>&lt;div&gt;&lt;strong&gt;post – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;exit should be a builtin, since it will eventually need to know about running jobs&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/builtins/builtins.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/builtins/exit &lt;i&gt;(copied from /trunk/uspace/app/bdsh/cmds/modules/quit@3808)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/builtins/exit/entry.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/builtins/exit/exit.c&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/builtins/exit/exit.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/builtins/exit/exit_def.h&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/builtins/exit/quit.c&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/builtins/exit/quit.h&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/builtins/exit/quit_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/modules.h&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/modules/quit&lt;br /&gt;~ /trunk/uspace/app/bdsh/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3811</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3811</guid></item>
<item><pubDate>Thu, 22 Jan 2009 08:13:13 +0100</pubDate><dc:creator>post</dc:creator><title>Rev 3809 – Eliminate &apos;restrict&apos; from command structure, get rid of needless aliases. ...</title><description>&lt;div&gt;&lt;strong&gt;post – 19 file(s) modified&lt;/strong&gt;&lt;br/&gt;Eliminate &apos;restrict&apos; from command structure, get rid of needless aliases.&lt;br /&gt;
Order of search is builtin -&gt; module -&gt; external, there is no need to &lt;br /&gt;
restrict commands to (non)interative shells only any longer.&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/builtins/builtin_aliases.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/builtins/cd/cd_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/builtin_cmds.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/cmds.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cat/cat_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cp/cp_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/help/help.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/help/help_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/ls/ls_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/module_aliases.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/pwd/pwd_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/quit/quit.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/quit/quit_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/rm/rm_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/sleep/sleep_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/touch/touch_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/mod_cmds.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/input.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3809</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3809</guid></item>
<item><pubDate>Sat, 29 Nov 2008 13:31:22 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3651 – Nits.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Nits.&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cp/cp.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3651</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3651</guid></item>
<item><pubDate>Sat, 29 Nov 2008 13:29:00 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 3650 – Several fixes for cp.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Several fixes for cp.&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cp/cp.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3650</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3650</guid></item>
<item><pubDate>Fri, 28 Nov 2008 12:20:04 +0100</pubDate><dc:creator>post</dc:creator><title>Rev 3645 – cp: Fix counter if verbose, remove debug printfs</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;cp: Fix counter if verbose, remove debug printfs&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cp/cp.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3645</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3645</guid></item>
<item><pubDate>Fri, 28 Nov 2008 11:05:14 +0100</pubDate><dc:creator>post</dc:creator><title>Rev 3643 – cp: fix type mis-match</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;cp: fix type mis-match&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cp/cp.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3643</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3643</guid></item>
<item><pubDate>Fri, 28 Nov 2008 11:02:36 +0100</pubDate><dc:creator>post</dc:creator><title>Rev 3642 – make copy_file() deal with files with zero length</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;make copy_file() deal with files with zero length&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cp/cp.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3642</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3642</guid></item>
<item><pubDate>Fri, 28 Nov 2008 10:53:26 +0100</pubDate><dc:creator>post</dc:creator><title>Rev 3641 – cp: don&apos;t return CMD_FAILURE for zero length files</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;cp: don&apos;t return CMD_FAILURE for zero length files&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cp/cp.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3641</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3641</guid></item>
<item><pubDate>Fri, 28 Nov 2008 10:33:38 +0100</pubDate><dc:creator>post</dc:creator><title>Rev 3640 – Implement a rudamentary &apos;cp&apos; for testing write()</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implement a rudamentary &apos;cp&apos; for testing write()&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cp/cp.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3640</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3640</guid></item>
<item><pubDate>Sat, 01 Nov 2008 11:01:18 +0100</pubDate><dc:creator>svoboda</dc:creator><title>Rev 3534 – Fix bdsh/cat crash. Also fix error in zero-trailing the buffer.</title><description>&lt;div&gt;&lt;strong&gt;svoboda – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix bdsh/cat crash. Also fix error in zero-trailing the buffer.&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cat/cat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3534</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3534</guid></item>
<item><pubDate>Sun, 14 Sep 2008 19:33:47 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3420 – Add skeletal sleep and cp commands (not yet working)</title><description>&lt;div&gt;&lt;strong&gt;post – 13 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add skeletal sleep and cp commands (not yet working)&lt;/div&gt;+ /trunk/uspace/app/bdsh/cmds/modules/cp&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/cp/cp.c&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/cp/cp.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/cp/cp_def.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/cp/entry.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/modules.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/sleep&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/sleep/entry.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/sleep/sleep.c&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/sleep/sleep.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/sleep/sleep_def.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/Makefile&lt;br /&gt;~ /trunk/uspace/app/bdsh/util.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3420</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3420</guid></item>
<item><pubDate>Sun, 14 Sep 2008 17:43:22 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3413 – Simplify entry types (and return values) for commands</title><description>&lt;div&gt;&lt;strong&gt;post – 19 file(s) modified&lt;/strong&gt;&lt;br/&gt;Simplify entry types (and return values) for commands&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/builtins/cd/cd.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/builtins/cd/entry.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/cmds.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cat/cat.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cat/entry.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/help/entry.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/help/help.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/ls/entry.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/ls/ls.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/mkdir/entry.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/pwd/entry.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/quit/entry.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/quit/quit.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/rm/entry.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/rm/rm.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/touch/entry.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/touch/touch.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3413</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3413</guid></item>
<item><pubDate>Sun, 14 Sep 2008 16:57:05 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3411 – Take debug printfs out of cat</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Take debug printfs out of cat&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cat/cat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3411</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3411</guid></item>
<item><pubDate>Fri, 29 Aug 2008 13:07:22 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3376 – Just make cli_count_args() a function</title><description>&lt;div&gt;&lt;strong&gt;post – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Just make cli_count_args() a function&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/builtins/cd/cd.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cat/cat.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/help/help.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/ls/ls.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/modules/touch/touch.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/util.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/util.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3376</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3376</guid></item>
<item><pubDate>Thu, 28 Aug 2008 15:07:15 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3375 – long_options[] should be const where implemented</title><description>&lt;div&gt;&lt;strong&gt;post – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;long_options[] should be const where implemented&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cat/cat.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;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3375</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3375</guid></item>
<item><pubDate>Thu, 28 Aug 2008 12:54:43 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3373 – Rename non-standard extensions (cmd.def -&gt; cmd_def.h)</title><description>&lt;div&gt;&lt;strong&gt;post – 21 file(s) modified&lt;/strong&gt;&lt;br/&gt;Rename non-standard extensions (cmd.def -&gt; cmd_def.h)&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/builtins/builtins.h&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/builtins/cd/cd.def&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/builtins/cd/cd_def.h &lt;i&gt;(copied from /trunk/uspace/app/bdsh/cmds/builtins/cd/cd.def@3371)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/mknewcmd&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/modules/cat/cat.def&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/cat/cat_def.h &lt;i&gt;(copied from /trunk/uspace/app/bdsh/cmds/modules/cat/cat.def@3371)&lt;/i&gt;&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/modules/help/help.def&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/help/help_def.h &lt;i&gt;(copied from /trunk/uspace/app/bdsh/cmds/modules/help/help.def@3371)&lt;/i&gt;&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/modules/ls/ls.def&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/ls/ls_def.h &lt;i&gt;(copied from /trunk/uspace/app/bdsh/cmds/modules/ls/ls.def@3371)&lt;/i&gt;&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.def&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir_def.h &lt;i&gt;(copied from /trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.def@3371)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/modules.h&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.def&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/pwd/pwd_def.h &lt;i&gt;(copied from /trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.def@3371)&lt;/i&gt;&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/modules/quit/quit.def&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/quit/quit_def.h &lt;i&gt;(copied from /trunk/uspace/app/bdsh/cmds/modules/quit/quit.def@3371)&lt;/i&gt;&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/modules/rm/rm.def&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/rm/rm_def.h &lt;i&gt;(copied from /trunk/uspace/app/bdsh/cmds/modules/rm/rm.def@3371)&lt;/i&gt;&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/modules/touch/touch.def&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/touch/touch_def.h &lt;i&gt;(copied from /trunk/uspace/app/bdsh/cmds/modules/touch/touch.def@3371)&lt;/i&gt;&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3373</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3373</guid></item>
<item><pubDate>Thu, 28 Aug 2008 04:51:25 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3371 – pwd should be a module, not a builtin</title><description>&lt;div&gt;&lt;strong&gt;post – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;pwd should be a module, not a builtin&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/builtins/builtins.h&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/builtins/pwd&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/modules.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/pwd&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/pwd/entry.h&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.c&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.def&lt;br /&gt;+ /trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3371</guid></item>
<item><pubDate>Wed, 27 Aug 2008 07:36:12 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3366 – Housekeeping list, complete lingering things before they get forgotten: * ...</title><description>&lt;div&gt;&lt;strong&gt;post – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;Housekeeping list, complete lingering things before they get forgotten:&lt;br /&gt;
* cli_*() now sets a global cli_errno, error functions cleaned up&lt;br /&gt;
* Finish internal cli_*() functions in util.c&lt;br /&gt;
* Don&apos;t expose cli_init() or cli_finit()&lt;br /&gt;
* Get rid of unused globals&lt;br /&gt;
* Don&apos;t set globals in commands themselves&lt;br /&gt;
* Update README files&lt;br /&gt;
* Fix stale comments&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/builtins/README&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/help/help.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/quit/quit.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/README&lt;br /&gt;~ /trunk/uspace/app/bdsh/errors.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/errors.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/errstr.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/exec.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/input.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/scli.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/scli.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/util.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3366</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3366</guid></item>
<item><pubDate>Mon, 25 Aug 2008 07:38:01 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3364 – Fix command description display, only command entry points need to ...</title><description>&lt;div&gt;&lt;strong&gt;post – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix command description display, only command entry points need to be exposed.&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cat/cat.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cat/cat.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/help/help.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/help/help.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/ls/ls.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/ls/ls.def&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/ls/ls.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.def&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/rm/rm.c&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/rm/rm.def&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/rm/rm.h&lt;br /&gt;~ /trunk/uspace/app/bdsh/cmds/modules/touch/touch.def&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3364</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3364</guid></item>
<item><pubDate>Sun, 24 Aug 2008 18:00:11 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3360 – Remove &apos;mount&apos;</title><description>&lt;div&gt;&lt;strong&gt;post – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Remove &apos;mount&apos;&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/modules.h&lt;br /&gt;x /trunk/uspace/app/bdsh/cmds/modules/mount&lt;br /&gt;~ /trunk/uspace/app/bdsh/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3360</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3360</guid></item>
<item><pubDate>Sun, 24 Aug 2008 09:18:58 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3358 – cat: no reason to set i = optind twice :)</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;cat: no reason to set i = optind twice :)&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cat/cat.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3358</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2F%2Fbranches%2Farm%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2F&amp;rev=3358</guid></item>
</channel></rss>