summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/binfmt_exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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