summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/binfmt_unloadmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Binfmt no longer depends on a fixed sized argv[] listGregory Nutt2014-11-121-1/+7
* In kernel mode, we have to duplicate the callers argv[] buffer when exec'ing ...Gregory Nutt2014-09-141-0/+31
* When allocating a stack for a new process using the user-sapce allocator, nee...Gregory Nutt2014-09-091-5/+5
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-1/+1
* Add addrenv.h; First cut at Cortex-A address environment structures; Add conf...Gregory Nutt2014-08-241-1/+1
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-3/+3
* P-code BINFMT: Add logic to pass information from the binfmt logic to the P-...Gregory Nutt2014-05-081-6/+17
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-2/+3
* Verify PATH variable in apps/examples/elfpatacongo2012-12-191-1/+1
* Some minor fixes for CONFIG_ADDRENV=ypatacongo2012-12-191-1/+1
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-2/+37
* C++ static destructors work with ELF load too nowpatacongo2012-10-291-1/+1
* C++ constructors work with ELF load nowpatacongo2012-10-291-10/+66
* 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-2/+1
* Straighten out conditional compilationpatacongo2009-06-171-0/+4
* Add exec_modulepatacongo2009-06-171-4/+9
* Add basic module management logicpatacongo2009-06-171-0/+100