This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
binfmt
History
Gregory Nutt
2407008b6e
drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of the drvier and RAM buffer when the RAM disk has been unlinked and all open references to the RAM disk have been closed. Add new parameters to romdisk() to specify what should be done with the RAM/ROM buffer -- Should it be freed or not? Changed all calls to ramdisk() to use these new parameters.
2015-02-01 07:24:16 -06:00
..
libbuiltin
…
libelf
Add description of work queues to the porting guide. Update comments
2014-10-14 10:21:18 -06:00
libnxflat
Add description of work queues to the porting guide. Update comments
2014-10-14 10:21:18 -06:00
libpcode
…
.gitignore
…
binfmt_dumpmodule.c
…
binfmt_exec.c
Cosmetic change to debug output
2014-12-08 09:43:01 -06:00
binfmt_execmodule.c
Move include/nuttx/mm.h to include/nuttx/mm/mm.h
2014-09-24 07:29:09 -06:00
binfmt_execsymtab.c
execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic
2014-09-15 10:15:19 -06:00
binfmt_exepath.c
…
binfmt_globals.c
…
binfmt_internal.h
…
binfmt_loadmodule.c
…
binfmt_register.c
…
binfmt_schedunload.c
…
binfmt_unloadmodule.c
Binfmt no longer depends on a fixed sized argv[] list
2014-11-12 18:31:32 -06:00
binfmt_unregister.c
…
builtin.c
…
elf.c
…
Kconfig
…
Makefile
execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic
2014-09-15 10:15:19 -06:00
nxflat.c
…
pcode.c
drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of the drvier and RAM buffer when the RAM disk has been unlinked and all open references to the RAM disk have been closed. Add new parameters to romdisk() to specify what should be done with the RAM/ROM buffer -- Should it be freed or not? Changed all calls to ramdisk() to use these new parameters.
2015-02-01 07:24:16 -06:00
symtab_findbyname.c
…
symtab_findbyvalue.c
…
symtab_findorderedbyname.c
…
symtab_findorderedbyvalue.c
…