summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/binfmt_execmodule.c
Commit message (Expand)AuthorAgeFilesLines
* binfmt_execmodule() calls to sched_releasttcb() was not updated to use the se...patacongo2013-03-231-2/+2
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-2/+2
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-081-5/+5
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-041-9/+9
* Rename _TCB to struct tcb_spatacongo2013-02-041-5/+5
* Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-271-38/+23
* Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-171-3/+3
* BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-161-5/+9
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-2/+43
* C++ static destructors work with ELF load too nowpatacongo2012-10-291-1/+1
* C++ constructors work with ELF load nowpatacongo2012-10-291-8/+52
* 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
* Should use bdbg, not dbgpatacongo2009-12-201-3/+3
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-7/+8
* Integrate PIC support into context switchingpatacongo2009-06-171-1/+1
* Straighten out conditional compilationpatacongo2009-06-171-0/+5
* Add exec_modulepatacongo2009-06-171-0/+184