summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/binfmt_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* In kernel mode, we have to duplicate the callers argv[] buffer when exec'ing ↵Gregory Nutt2014-09-141-3/+36
| | | | new tasks. When the argv[] buffer is needed, the caller's address environment will not longer be in place
* Add a start hook that can be setup to call a function in the context of a ↵patacongo2013-01-271-1/+1
| | | | | | new thread before the new threads main() has been called. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5571 42af7a65-404d-4744-a932-0658087f49c3
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5252 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-151-1/+0
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2349 42af7a65-404d-4744-a932-0658087f49c3
* Add basic module management logicpatacongo2009-06-171-0/+89
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1894 42af7a65-404d-4744-a932-0658087f49c3