summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/binfmt_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic change to debug outputGregory Nutt2014-12-081-1/+1
* Remove unused setting of a variableGregory Nutt2014-12-071-1/+0
* Trivial binfmt logic clean-upGregory Nutt2014-11-141-3/+1
* Fix some compile issues introduces with removal of CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-141-3/+3
* Binfmt no longer depends on a fixed sized argv[] listGregory Nutt2014-11-121-12/+35
* In kernel mode, we have to duplicate the callers argv[] buffer when exec'ing ...Gregory Nutt2014-09-141-3/+99
* Improved binfmt debug outputGregory Nutt2014-09-071-16/+35
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* Clean-up up some warningGregory Nutt2014-07-111-6/+11
* Fix an error in exec(). argv[] has not being passedGregory Nutt2014-06-151-2/+2
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-1/+1
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-181-1/+0
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-4/+6
* Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-171-2/+67
* Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-171-15/+3
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-3/+18
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-241-1/+1
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-1/+0
* Add fileno()patacongo2009-07-131-4/+3
* Added exec()patacongo2009-07-121-0/+125