From 3904a887d4aaced2f4858e2742df5f0eb5ae820a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 2 Sep 2014 11:25:52 -0600 Subject: Update ChangeLog --- nuttx/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index c0d4ccc0e..f7d584ff5 100755 --- a/nuttx/ChangeLog +++ b/nuttx/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). -- cgit v1.2.3