summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_ddcmd.c
Commit message (Collapse)AuthorAgeFilesLines
* fix reversed in/out file closing when an error occurs. From Ken PettitGregory Nutt2014-10-031-2/+2
|
* Several commands must be disabled in the kernel build because they depend on ↵Gregory Nutt2014-09-071-1/+1
| | | | interfaces that are not available outside of the kernel: dd, df, losetup, mkfatfs, mkdr, and ps.
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
|
* Back quoted NSH arguments now functionalGregory Nutt2014-01-111-2/+10
|
* SAMA5 NAND: bugfixesGregory Nutt2013-12-061-2/+2
|
* Fix test of range of skip= argument in NSH dd command. From Ken PetitGregory Nutt2013-04-241-6/+0
|
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5557 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be ↵patacongo2012-02-021-2/+5
| | | | | | used over Telnet git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4361 42af7a65-404d-4744-a932-0658087f49c3
* Elminate some warnings on tiny systemspatacongo2011-06-171-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3719 42af7a65-404d-4744-a932-0658087f49c3
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+641
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3393 42af7a65-404d-4744-a932-0658087f49c3