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