summaryrefslogtreecommitdiff
path: root/apps/builtin
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in a header fileGregory Nutt2014-09-091-1/+1
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-062-0/+4
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* apps/builtin: Native Windows build fixes from Max HoltzbergGregory Nutt2014-01-041-3/+3
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-5/+6
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-9/+6
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-1/+14
* First test of the GIT repositoryGregory Nutt2013-04-042-0/+6
* 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
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-0/+79
* Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-173-31/+20
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-163-55/+2
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-166-545/+3
* BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-161-258/+73
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-155-64/+354
* Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-142-1/+51
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-1/+3
* Add logic to serialize and marshal out-of-band keyboard commandspatacongo2012-12-251-3/+3
* Fix several build issues noted by Mike Smithpatacongo2012-12-241-1/+4
* Fixes for l3s, USB composite, nfsmount, apps context build problemspatacongo2012-12-241-2/+14
* Some fixes to apps/builtin/registry need to handle some additional casespatacongo2012-12-242-1/+10
* Remove .context kludge from apps/ directorypatacongo2012-12-232-13/+74
* Rename namedapp as simply builtinpatacongo2012-12-237-0/+1121