summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-11 09:03:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-11 09:03:46 -0600
commitf218d0b4371e79ccb2fb4247420b8e3f0812ff43 (patch)
tree597ed45ea81ce569de09010e9ec9ff3d669501de /nuttx
parentea18135ad3478be6d774bb74d00713d3b7d86cd1 (diff)
downloadpx4-nuttx-f218d0b4371e79ccb2fb4247420b8e3f0812ff43.tar.gz
px4-nuttx-f218d0b4371e79ccb2fb4247420b8e3f0812ff43.tar.bz2
px4-nuttx-f218d0b4371e79ccb2fb4247420b8e3f0812ff43.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e783d2afb..070361c90 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8469,3 +8469,10 @@
heap when each user process is started (2014-9-10).
* sched/clock/clock.h, clock_initialize.c, and clock_settime.c: Remove
vestiges of g_tickbias; apply bias instead to g_basetime (2014-9-10).
+ * include/nuttx/lib.h, sched/init/os_start.c, and
+ configs/ea3131/locked/mklocked.sh: Replace the empty lib_initialize()
+ function with a pre-processor macro (2014-9-11).
+ * libc/misc/lib_stream.c: When a privileged thread exits, we have to use
+ the kernel alloctor to free memory; when an unprivileged thread exits,
+ we don't have to do anything... heap memory will be cleaned up when the
+ address environment is torn down (2014-9-11).