summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-14 08:28:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-14 08:28:15 -0600
commit47fe70d7c6af1d7135e2b39104aebd78e76ff135 (patch)
treed884cd20271e2ca4979ad6ee946d4a971e978c33 /nuttx/ChangeLog
parent944ae31c93bdce6f00549d261c3654778eca3ece (diff)
downloadnuttx-47fe70d7c6af1d7135e2b39104aebd78e76ff135.tar.gz
nuttx-47fe70d7c6af1d7135e2b39104aebd78e76ff135.tar.bz2
nuttx-47fe70d7c6af1d7135e2b39104aebd78e76ff135.zip
Update ChangeLogs
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 416c7b279..5c8af7256 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8531,4 +8531,11 @@
* arch/arm/src/armv7-a/arm_addrenv_stack.c, arm_addrenv.c,
a1x/Make.defs, sama5/Make.defs, and include/nuttx/arch.h: Add logic
needed to manage a virtualized stack. Not yet incorporated into
- base OS logic (2014-9.13).
+ base OS logic (2014-9-13).
+ * sched/task/task_posixspawn.c: Kernel proxy thread should be a kernel
+ thread, not a user task (2014-9-14).
+ * include/sched.h and spawn.h, libc/Kconfig, spawn/Make.defs,
+ lib_psa_getstacksize.c, lib_psa_init.c, and lib_psa_setstacksize.c,
+ sched/task/Make.defs, task_create.c, and task_spawn.c: Don't build
+ task_create() or task_spawn() interfaces if there is an address
+ environment (2014-9-14).