From eeb57240de32f199c3dbdcf006dd20e3246a5dde Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 29 Sep 2014 10:47:12 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7d5c484e07..94ee69449a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8707,3 +8707,7 @@ of the VFS (only build logic, no C files yet) (2014-9-29). * fs/inode/inode.h and fs/driver/driver.h: Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.h (2014-9-29). + * sched/task/task_vfork.c: Fix vfork(). Now that arguments are kept on + 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).