aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-07 15:20:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-07 15:20:21 +0000
commit876062fe3a2b6273855b77c0ed1c9d0cbcfc43c6 (patch)
tree1c79d0ce5cdbf20d619eff0b3482e94c397b99f0 /nuttx/ChangeLog
parenta4a2b830b9958cd5aff6fc13bed75f001ae79ddb (diff)
downloadpx4-firmware-876062fe3a2b6273855b77c0ed1c9d0cbcfc43c6.tar.gz
px4-firmware-876062fe3a2b6273855b77c0ed1c9d0cbcfc43c6.tar.bz2
px4-firmware-876062fe3a2b6273855b77c0ed1c9d0cbcfc43c6.zip
Implement a simple vfork(). ARM only for now
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5486 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f4f697563..e2d8a586b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3878,5 +3878,6 @@
* sched/os_bringup.c: Remove support for CONFIG_BUILTIN_APP_START.
This is not really a useful feature and creates a violation of the
OS layered architecture.
-
+ * include/unistd.h, arch/arch/src/*: Implement a simple vfork().
+ On initial checkin, this API is available only for ARM platforms.