This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-14 16:19:21 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
aabdc00e8cfbbd99afe1bdce5e9bf4daaf693b28
nuttx
/
binfmt
T
History
Gregory Nutt
8b4b61f140
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
..
libbuiltin
…
libelf
…
libnxflat
…
libpcode
…
.gitignore
…
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
…
binfmt_execmodule.c
…
binfmt_execsymtab.c
…
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.h
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
builtin.c
…
elf.c
…
Kconfig
…
Makefile
…
nxflat.c
…
pcode.c
…