Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-09-29 10:47:12 -06:00
parent 1dc9768c1a
commit eeb57240de

View File

@ -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).