<?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/app/bdsh/cmds/modules/cat/cat_def.h</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Sat, 04 Apr 2026 01:53: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%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2Fcat%2Fcat_def.h&amp;max=40&amp;peg=4486</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Ftrunk%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2Fcat%2Fcat_def.h&amp;peg=4486&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<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=%2Ftrunk%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2Fcat%2Fcat_def.h&amp;rev=3809&amp;peg=4486</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2Fcat%2Fcat_def.h&amp;rev=3809&amp;peg=4486</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=%2Ftrunk%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2Fcat%2Fcat_def.h&amp;rev=3373&amp;peg=4486</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2Fcat%2Fcat_def.h&amp;rev=3373&amp;peg=4486</guid></item>
<item><pubDate>Sun, 24 Aug 2008 08:50:54 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3357 – cat: purpose updated in cat.def</title><description>&lt;div&gt;&lt;strong&gt;post – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;cat: purpose updated in cat.def&lt;/div&gt;~ /trunk/uspace/app/bdsh/cmds/modules/cat/cat.def&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2Fcat%2Fcat_def.h&amp;rev=3357&amp;peg=4486</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2Fcat%2Fcat_def.h&amp;rev=3357&amp;peg=4486</guid></item>
<item><pubDate>Fri, 22 Aug 2008 11:09:03 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3346 – Merge with shell @ 3241 for bdsh</title><description>&lt;div&gt;&lt;strong&gt;post – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Merge with shell @ 3241 for bdsh&lt;/div&gt;~ /trunk/boot/arch/ia32/Makefile.inc&lt;br /&gt;+ /trunk/uspace/app/bdsh &lt;i&gt;(copied from /branches/shell/uspace/app/bdsh@3345)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/app/init/init.c&lt;br /&gt;+ /trunk/uspace/lib/libc/generic/getopt.c &lt;i&gt;(copied from /branches/shell/uspace/lib/libc/generic/getopt.c@3345)&lt;/i&gt;&lt;br /&gt;+ /trunk/uspace/lib/libc/include/getopt.h &lt;i&gt;(copied from /branches/shell/uspace/lib/libc/include/getopt.h@3345)&lt;/i&gt;&lt;br /&gt;~ /trunk/uspace/lib/libc/Makefile&lt;br /&gt;~ /trunk/uspace/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2Fcat%2Fcat_def.h&amp;rev=3346&amp;peg=4486</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2Fcat%2Fcat_def.h&amp;rev=3346&amp;peg=4486</guid></item>
<item><pubDate>Sun, 10 Aug 2008 18:30:17 +0200</pubDate><dc:creator>post</dc:creator><title>Rev 3277 – Add skeletal touch, mkdir, cat, rm, and ls</title><description>&lt;div&gt;&lt;strong&gt;post – 28 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add skeletal touch, mkdir, cat, rm, and ls&lt;/div&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/cat&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/cat/cat.c&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/cat/cat.def&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/cat/cat.h&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/cat/entry.h&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/ls&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/ls/entry.h&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.c&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.def&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.h&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/mkdir&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/mkdir/entry.h&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/mkdir/mkdir.def&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/mkdir/mkdir.h&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/modules.h&lt;br /&gt;~ /branches/shell/uspace/app/bdsh/cmds/modules/module_aliases.h&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/rm&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/rm/entry.h&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/rm/rm.c&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/rm/rm.def&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/rm/rm.h&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/touch&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/touch/entry.h&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/touch/touch.c&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/touch/touch.def&lt;br /&gt;+ /branches/shell/uspace/app/bdsh/cmds/modules/touch/touch.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=%2Ftrunk%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2Fcat%2Fcat_def.h&amp;rev=3277&amp;peg=4486</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Ftrunk%2Fuspace%2Fapp%2Fbdsh%2Fcmds%2Fmodules%2Fcat%2Fcat_def.h&amp;rev=3277&amp;peg=4486</guid></item>
</channel></rss>