aboutsummaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_fileapps.c
Commit message (Collapse)AuthorAgeFilesLines
* Add internal API task_reparent(), used in posix_spawn(). Move ↵patacongo2013-01-181-9/+12
| | | | | | libc/spawn/lib_ps.c to sched/task_posixspawn.c; Move libc/spawn/spawn.h to include/nuttx/spawn.h git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5531 42af7a65-404d-4744-a932-0658087f49c3
* Misc bug fixes related to NSH file executionpatacongo2013-01-171-20/+33
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5530 42af7a65-404d-4744-a932-0658087f49c3
* NSH will now run files from the file system; Add logic to unload and ↵patacongo2013-01-171-0/+298
clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5529 42af7a65-404d-4744-a932-0658087f49c3