summaryrefslogtreecommitdiffstats
path: root/doc/shell/confinit.t (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-11Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill1-415/+0
closes #2812.
2014-11-20shell: DocumentationSebastian Huber1-2/+160
2014-03-20cpukit/shell: Replace task variables with posix keys.Christian Mauderer1-0/+3
Use posix keys for current shell environment instead of task variables. With this patch the shell needs one posix-key and one posix-key-value-pair configured. Update documentation for the shell. Adapt samples/fileio: - Add necessary objects. - Add login function and custom device name for better testing of the shell.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-3/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2009-03-302009-03-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill1-12/+15
* shell/confinit.t: New argument sequence for rtems_shell_init().
2008-07-162008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-4/+5
* shell/confinit.t: New argument sequence for rtems_shell_init().
2008-02-292008-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+253
* shell/.cvsignore, shell/Makefile.am, shell/memory.t, shell/preface.texi, shell/shell.texi: Added much information the Preface. Created initial version of Configuration and Intialization chapter. Links are now complete from start to end of manual. * shell/confinit.t: New file.