.. |
libbuiltin
|
Squashed commit of the following:
|
2017-10-03 12:52:31 -06:00 |
libelf
|
fs/vfs: Add new internal OS interface nx_read(). nx_read() is functionally equivalent to read() except that it does not modify the errno variable and it is not a cancellation point. Changed all references to read() in the OS to nx_read().
|
2017-10-11 12:13:41 -06:00 |
libnxflat
|
fs/vfs: Add new internal OS interface nx_read(). nx_read() is functionally equivalent to read() except that it does not modify the errno variable and it is not a cancellation point. Changed all references to read() in the OS to nx_read().
|
2017-10-11 12:13:41 -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
|
ELF: Move ARMv7-A and ARMv7-R versions of ELF relocation logic to libc/machine
|
2017-01-21 14:40:26 -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
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
binfmt_copyargv.c
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
binfmt_dumpmodule.c
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -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
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
binfmt_globals.c
|
Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/
|
2012-10-24 20:19:44 +00:00 |
binfmt_loadmodule.c
|
Squashed commit of the following:
|
2017-10-02 15:30:55 -06:00 |
binfmt_register.c
|
binfmt: Cosmetic -- rename binfmt_internal.h to binfmt.h. Move related argument copy logic into new file, binfmt_copyargv.c
|
2015-11-14 07:29:47 -06:00 |
binfmt_schedunload.c
|
Squashed commit of the following:
|
2017-10-07 12:16:10 -06:00 |
binfmt_unloadmodule.c
|
Squashed commit of the following:
|
2017-10-02 15:30:55 -06:00 |
binfmt_unregister.c
|
binfmt: Cosmetic -- rename binfmt_internal.h to binfmt.h. Move related argument copy logic into new file, binfmt_copyargv.c
|
2015-11-14 07:29:47 -06:00 |
builtin.c
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
elf.c
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
nxflat.c
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
pcode.c
|
fs/vfs: Add new internal OS interface nx_read(). nx_read() is functionally equivalent to read() except that it does not modify the errno variable and it is not a cancellation point. Changed all references to read() in the OS to nx_read().
|
2017-10-11 12:13:41 -06:00 |