From c99c9ccb03fe0263c234be5df37c1911ad6c3986 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 10 Sep 2014 15:59:38 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2e605b3f011..2ea18710259 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8462,3 +8462,8 @@ (2014-9-10). * configs/sama5d4-ek/elf and knsh: These configurations now use the fixed DRAM mapping for manipulating the page memory pool (2014-9-10). + * arch/arm/include/arch.h and src/armv7-a/arm_addrenv.c, + nuttx/binfmt/binfmt_execmodule.c, libelf/libelf_addrenv.c, + libelf_load.c, libnxflat/libnxflat_addrenv.c, include/nuttx/arch.h, and + mm/umm_initialize.c: Add logic to initialize the per-process user + heap when each user process is started (2014-9-10).