summaryrefslogtreecommitdiff
path: root/apps/builtin/exec_builtin.c
Commit message (Expand)AuthorAgeFilesLines
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Correct a memory leak in NSHpatacongo2013-02-021-10/+22
* All argv types should be char * const * not const char **patacongo2013-02-021-335/+100
* configs/stm32f4discovery/nsh converted to use kconfig-frontendspatacongo2013-01-271-1/+1
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-181-11/+33
* Misc bug fixes related to NSH file executionpatacongo2013-01-171-0/+16
* Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-171-5/+11
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-161-45/+1
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-2/+1
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-151-58/+339
* Rename namedapp as simply builtinpatacongo2012-12-231-0/+187