Skip to content
Snippets Groups Projects
Commit d7cfc7c7 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Update ChangeLog

parent 5462ede6
No related branches found
No related tags found
No related merge requests found
......@@ -8715,3 +8715,8 @@
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).
* fs/mqueue: Move mq_open(), mq_close(), and mq_unlink() logic from
sched/mqueue to fs/mqueue. Convert the logic so that it uses the VFS to
managed the message queue namespace (instead of custom logic). By
default, now message queues can be seen in /var/mqueue (2014-9-29).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment