Update ChangeLog
This commit is contained in:
parent
5462ede661
commit
d7cfc7c736
@ -8715,3 +8715,8 @@
|
|||||||
vfork() via system call, then we need to clone some system call
|
vfork() via system call, then we need to clone some system call
|
||||||
information so that the return form the cloned system call works
|
information so that the return form the cloned system call works
|
||||||
correctly (2014-9-29).
|
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).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user