summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-10 15:59:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-10 15:59:38 -0600
commit2f2c68ae7670885a1d2ecda6e746386980c810e7 (patch)
tree10a7eacc94d312609cd45b7fc2bb475a09c90cb9 /nuttx/ChangeLog
parent7b3a98b2ec57f8c56a1669b818d03dfcd1a84fb2 (diff)
downloadnuttx-2f2c68ae7670885a1d2ecda6e746386980c810e7.tar.gz
nuttx-2f2c68ae7670885a1d2ecda6e746386980c810e7.tar.bz2
nuttx-2f2c68ae7670885a1d2ecda6e746386980c810e7.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2e605b3f0..2ea187102 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).