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
2025-12-07 01:44:23 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ba859ad30251db5a30b36134199e307ee06ea09f
nuttx
/
binfmt
History
Gregory Nutt
ba859ad302
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
..
libbuiltin
…
libelf
Revert "binfmt/libelf/libelf_load.c: Remove the guard(CONFIG_BUILD_KERNEL) for umm_initialize()"
2019-02-03 18:08:46 -06:00
libnxflat
…
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/ and libs/libc: Make exepath_*() more common:
2018-11-08 07:27:14 -06:00
binfmt_execmodule.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
binfmt_execsymtab.c
…
binfmt_exit.c
…
binfmt_globals.c
…
binfmt_initialize.c
…
binfmt_loadmodule.c
binfmt/ and libs/libc: Make exepath_*() more common:
2018-11-08 07:27:14 -06:00
binfmt_register.c
…
binfmt_unloadmodule.c
binfmt/, binfmt/libelf/, include/nuttx, libs/libc/machine, libs/libc/modlib, and others: Move elf related arch function to include/nuttx/elf.h because the implementation is located in libs/libc/machine and in order to avoid the conflict with the 3rd party libraries and clean up the file inclusion: (1) Remove redundant elf32.h, (2) Remove nuttx/binfmt/elf.h in libs/libc/machine, (2) Remove nuttx/binfmt/elf.h in modlib, and (4) Rmove nuttx/module.h in modlib.
2019-01-26 11:18:45 -06:00
binfmt_unregister.c
binfmt/, binfmt/libelf/, include/nuttx, libs/libc/machine, libs/libc/modlib, and others: Move elf related arch function to include/nuttx/elf.h because the implementation is located in libs/libc/machine and in order to avoid the conflict with the 3rd party libraries and clean up the file inclusion: (1) Remove redundant elf32.h, (2) Remove nuttx/binfmt/elf.h in libs/libc/machine, (2) Remove nuttx/binfmt/elf.h in modlib, and (4) Rmove nuttx/module.h in modlib.
2019-01-26 11:18:45 -06:00
binfmt.h
…
builtin.c
…
elf.c
binfmt/: If there is an address environment (CONFIG_ARCH_ADDRENV), binfmt/elf doesn't need to free ctor/dtor alloc since freeing the address environment releases the heap automatically.
2019-01-26 11:29:08 -06:00
Kconfig
Update some Kconfig comments.
2019-01-26 13:34:01 -06:00
Makefile
binfmt/ and libs/libc: Make exepath_*() more common:
2018-11-08 07:27:14 -06:00
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