This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-06 16:50:55 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0136cd91cb88abf3b22a57c20e33bf974ad3304d
nuttx
/
binfmt
T
History
Gregory Nutt
da1a561b6e
binfmt/libelf/libelf_bind.c: Make naming of internal type compliant with coding standard. Yes, the ELF32 types do not follow the standard for historical reasons (and will be fixed someday), but let's not perpetuate the naming violation.
2019-03-20 09:34:08 -06:00
..
libbuiltin
…
libelf
binfmt/libelf/libelf_bind.c: Make naming of internal type compliant with coding standard. Yes, the ELF32 types do not follow the standard for historical reasons (and will be fixed someday), but let's not perpetuate the naming violation.
2019-03-20 09:34:08 -06:00
libnxflat
binfmt/libnxflat/libnxflat_init.c: File descriptor leaks when nxflat loading fails
2019-03-19 07:00:54 -06:00
libpcode
CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense.
2019-02-11 12:09:26 -06:00
.gitignore
…
binfmt_copyargv.c
…
binfmt_dumpmodule.c
…
binfmt_exec.c
…
binfmt_execmodule.c
…
binfmt_execsymtab.c
…
binfmt_exit.c
…
binfmt_globals.c
…
binfmt_initialize.c
…
binfmt_loadmodule.c
…
binfmt_register.c
…
binfmt_unloadmodule.c
…
binfmt_unregister.c
…
binfmt.h
…
builtin.c
…
elf.c
…
Kconfig
binfmt/libelf and libs/libc/modlib: Add relocation buffer table to reduce access fs.
2019-03-19 08:57:13 -06:00
Makefile
…
nxflat.c
tools/nxstyle.c: Don't complain about certain lowercase characters in otherwise uppercase pre-processor identifers: IPv6, IPv4, ICMPv6, IGMPv2, p as a decimal point, d signifying a divisor. It was a bad idea to let the door open a crack for there. While they improve readability, the inconsistently also causes other problems.
2019-03-12 14:22:52 -06:00
pcode.c
CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense.
2019-02-11 12:09:26 -06:00