incubator-nuttx/binfmt
Gregory Nutt 664af2a69b Default for CONFIG_EXECFUNCS_HAVE_SYMTAB should be 'not set' 2018-07-13 14:56:45 -06:00
..
libbuiltin Squashed commit of the following: 2017-10-03 12:52:31 -06:00
libelf Squashed commit of the following: 2018-01-30 17:57:36 -06:00
libnxflat Squashed commit of the following: 2018-01-30 17:57:36 -06:00
libpcode Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig Default for CONFIG_EXECFUNCS_HAVE_SYMTAB should be 'not set' 2018-07-13 14:56:45 -06:00
Makefile Several Makefiles: Add .PHONY definitions to prevent 'clean up to date' message weirdness. 2016-05-10 15:44:06 -06:00
binfmt.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
binfmt_copyargv.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
binfmt_dumpmodule.c fs/cromfs: Fix a error in reading partial compressed blocks. The LZF decompressor does not support that operation. Instead we have to decompress full block into a temporary buffer and copy out the parts that we need. To compensate for the performance hit, a caching mechanism was added so that we do not have to read the same block repeatedly. Unrelated: Also updates some README files. 2018-03-24 11:30:35 -06:00
binfmt_exec.c Documentation and comments updated to further enshrine exec() as an official NuttX interface. 2017-10-03 07:52:05 -06:00
binfmt_execmodule.c Squashed commit of the following: 2017-10-02 15:30:55 -06:00
binfmt_execsymtab.c nuttx/binfmt: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:46:08 -06:00
binfmt_exepath.c fs/cromfs: Fix a error in reading partial compressed blocks. The LZF decompressor does not support that operation. Instead we have to decompress full block into a temporary buffer and copy out the parts that we need. To compensate for the performance hit, a caching mechanism was added so that we do not have to read the same block repeatedly. Unrelated: Also updates some README files. 2018-03-24 11:30:35 -06:00
binfmt_globals.c
binfmt_loadmodule.c fs/cromfs: Fix a error in reading partial compressed blocks. The LZF decompressor does not support that operation. Instead we have to decompress full block into a temporary buffer and copy out the parts that we need. To compensate for the performance hit, a caching mechanism was added so that we do not have to read the same block repeatedly. Unrelated: Also updates some README files. 2018-03-24 11:30:35 -06:00
binfmt_register.c fs/cromfs: Fix a error in reading partial compressed blocks. The LZF decompressor does not support that operation. Instead we have to decompress full block into a temporary buffer and copy out the parts that we need. To compensate for the performance hit, a caching mechanism was added so that we do not have to read the same block repeatedly. Unrelated: Also updates some README files. 2018-03-24 11:30:35 -06:00
binfmt_schedunload.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
binfmt_unloadmodule.c fs/cromfs: Fix a error in reading partial compressed blocks. The LZF decompressor does not support that operation. Instead we have to decompress full block into a temporary buffer and copy out the parts that we need. To compensate for the performance hit, a caching mechanism was added so that we do not have to read the same block repeatedly. Unrelated: Also updates some README files. 2018-03-24 11:30:35 -06:00
binfmt_unregister.c binfmt/: Fix one more inappropriate access to the errno variable. 2018-02-01 08:33:04 -06:00
builtin.c binfmt/: Fix one more inappropriate access to the errno variable. 2018-02-01 08:33:04 -06:00
elf.c binfmt/: Fix one more inappropriate access to the errno variable. 2018-02-01 08:33:04 -06:00
nxflat.c binfmt/: Fix one more inappropriate access to the errno variable. 2018-02-01 08:33:04 -06:00
pcode.c binfmt/: Fix one more inappropriate access to the errno variable. 2018-02-01 08:33:04 -06:00