summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-29 11:01:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-29 11:01:05 -0600
commit2e613d3c5fe48fb2eba322d5c2e257d6fe42a417 (patch)
tree35484304b9904cd64dfb4d6317e2f97e3854622a /nuttx/ChangeLog
parentde628f032a8f9f307d02dfd13d86e395bb6c8c8e (diff)
downloadnuttx-2e613d3c5fe48fb2eba322d5c2e257d6fe42a417.tar.gz
nuttx-2e613d3c5fe48fb2eba322d5c2e257d6fe42a417.tar.bz2
nuttx-2e613d3c5fe48fb2eba322d5c2e257d6fe42a417.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 94ee69449..d46bec3b6 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8711,3 +8711,7 @@
the stack, the way that arguments are passed from parent to child in
vfork() must change. This bug has always been present, but was not
visible with the old strdup() way of passing arguments (2014-9-29).
+ * arch/arm/src/common/up_vfork.c: Another vfork() problem: If we get to
+ vfork() via system call, then we need to clone some system call
+ information so that the return form the cloned system call works
+ correctly (2014-9-29).