summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_builtin.c
Commit message (Expand)AuthorAgeFilesLines
* Changes to NSH and readline to permit NSH to work on a platform with no file ...Gregory Nutt2013-09-301-3/+3
* All argv types should be char * const * not const char **patacongo2013-02-021-1/+1
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-181-9/+17
* Misc bug fixes related to NSH file executionpatacongo2013-01-171-21/+33
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-6/+21
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-161-1/+2
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-151-0/+226