From 855fb37a5318fa15aa046bcd72d79b1c6c0265e1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 2 Sep 2014 11:25:52 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index c0d4ccc0ec..f7d584ff5c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8363,4 +8363,14 @@ change. The argument list is no long in the TCB, but in the stack. But not for the IDLE task. It needs its own mini-argv[] list so that it looks more like other threads (2014-9-1). + * arch/arm/src/armv7-a/arm_addrenv.c, include/nuttx/addrenv.h, and + mm/umm_*.c: Space at the beginning of the process data space is now + reserved for user heap management structures. In the kernel build + mode, these heap structures are shared between the kernel and use + code in order to allocate user-specific data (2014-9-2). + * include/unistd.h, nuttx/mm.h, and kmalloc.h, sched/init/os_start.c + and sched/sched/sched_free.c, mm/kmm_sbrk.c and mm_sbrk.c, and + arch/arm/src/sama5/sam_allocateheap.c: Restructuring of build to + allow use of use-space allocators by kernel logic in the kernel + build (2014-9-2).