.. |
libbuiltin
|
NSH will now run files from the file system; Add logic to unload and clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith
|
2013-01-17 18:32:13 +00:00 |
libelf
|
Make sure that there is one space between if and condition
|
2014-04-12 12:53:19 -06:00 |
libnxflat
|
Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced
|
2014-02-10 18:08:49 -06:00 |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
binfmt_dumpmodule.c
|
Incorporate address environment interfaces in binfmt/ logic
|
2012-12-19 17:54:26 +00:00 |
binfmt_exec.c
|
New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv types should be char * const * not const char **
|
2013-02-02 19:31:30 +00:00 |
binfmt_execmodule.c
|
binfmt_execmodule() calls to sched_releasttcb() was not updated to use the second, thread type parameter
|
2013-03-23 19:06:40 +00:00 |
binfmt_exepath.c
|
Verify PATH variable in apps/examples/elf
|
2012-12-19 22:18:30 +00:00 |
binfmt_globals.c
|
Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/
|
2012-10-24 20:19:44 +00:00 |
binfmt_internal.h
|
Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called.
|
2013-01-27 15:52:58 +00:00 |
binfmt_loadmodule.c
|
Fix a memory leak in dynamic loader
|
2014-01-11 14:11:41 -06:00 |
binfmt_register.c
|
Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/
|
2012-10-24 20:19:44 +00:00 |
binfmt_schedunload.c
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
binfmt_unloadmodule.c
|
More changes for a kernel-mode allocator (more to be done)
|
2013-03-09 21:12:20 +00:00 |
binfmt_unregister.c
|
Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/
|
2012-10-24 20:19:44 +00:00 |
builtin.c
|
NSH will now run files from the file system; Add logic to unload and clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith
|
2013-01-17 18:32:13 +00:00 |
elf.c
|
Add a binary 'loader' so that builtin applications can be executed from the BINFS file system
|
2013-01-16 19:08:23 +00:00 |
Kconfig
|
Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called.
|
2013-01-27 15:52:58 +00:00 |
Makefile
|
Add logic to automatically unload module on exit; Several patches from Mike Smith
|
2013-01-17 14:43:55 +00:00 |
nxflat.c
|
Incorporate address environment interfaces in binfmt/ logic
|
2012-12-19 17:54:26 +00:00 |
symtab_findbyname.c
|
Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/
|
2012-10-24 20:19:44 +00:00 |
symtab_findbyvalue.c
|
Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/
|
2012-10-24 20:19:44 +00:00 |
symtab_findorderedbyname.c
|
Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/
|
2012-10-24 20:19:44 +00:00 |
symtab_findorderedbyvalue.c
|
Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/
|
2012-10-24 20:19:44 +00:00 |