aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-18 01:52:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-18 01:52:42 +0000
commit76753ad9cb67133892000f19de10f93de78bb525 (patch)
tree1eae1d92a03b0a2cbd1e83b45704a24d8662cf17 /nuttx/ChangeLog
parent2f653578c632ec95e94f67306af24c7d82700d28 (diff)
downloadpx4-firmware-76753ad9cb67133892000f19de10f93de78bb525.tar.gz
px4-firmware-76753ad9cb67133892000f19de10f93de78bb525.tar.bz2
px4-firmware-76753ad9cb67133892000f19de10f93de78bb525.zip
Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib_ps.c to sched/task_posixspawn.c; Move libc/spawn/spawn.h to include/nuttx/spawn.h
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5531 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1b0c5338b..2a1561abe 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3971,4 +3971,9 @@
automatically unload and clean-up after running a task that
was loaded into memory.
* binfmt/libbuiltin: Extensions from Mike Smith
-
+ * sched/task_reparent.c: Add internal interface to change the
+ parent task.
+ * sched/task_posixspawn(): Move libc/spawn/lib_ps.c to
+ sched/task_posixspawn() now it requires internal, reparenting
+ interfaces
+ * include/nuttx/spawn(): Move libc/spawn.h to include/nuttx/spawn.h