This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from dcc006035d fs/rename: fix use after free issue about rename
     new 861220f649 arch/sim: Simplify the implementation of textheap by reuse 
the heap manager
     new 6efdd50d5a arch/sim: Remove executable bit from the normal heap
     new 81717a59ea libs/modlib: remove dupliate define about modlib_dumpbuffer
     new e88a36fa92 libs/modlib: Adding architecture-specific memory allocator 
for dynamic data loading
     new db13ff2dd5 libs/libc: fix compile warning about modlib_depend when 
CONFIG_MODLIB_MAXDEPEND = 0
     new a7e448c57e modlib/modlib_load: fix compile warning

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/Kconfig                            | 14 +++++
 arch/sim/src/sim/posix/sim_hostmemory.c |  8 +--
 arch/sim/src/sim/sim_heap.c             |  2 +-
 arch/sim/src/sim/sim_internal.h         |  2 +-
 arch/sim/src/sim/sim_textheap.c         | 91 ++++-----------------------------
 arch/sim/src/sim/win/sim_hostmemory.c   |  2 +-
 binfmt/libelf/libelf_addrenv.c          | 10 ++++
 include/nuttx/arch.h                    | 20 ++++++--
 libs/libc/modlib/modlib_depend.c        | 11 ++--
 libs/libc/modlib/modlib_init.c          | 18 -------
 libs/libc/modlib/modlib_load.c          |  8 ++-
 libs/libc/modlib/modlib_symbols.c       |  8 +--
 libs/libc/modlib/modlib_unload.c        |  8 ++-
 sched/module/mod_insmod.c               |  2 +
 sched/module/mod_rmmod.c                |  4 ++
 15 files changed, 85 insertions(+), 123 deletions(-)

Reply via email to