summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-29 16:16:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-29 16:16:07 -0600
commit150175c88f9f1af65a25690ba2b0cf4749f70312 (patch)
treef2e31e8b095d83b92743abf3d5cb078f892e1d29 /nuttx/ChangeLog
parent30614ceb7173fb664204daa41b5fa19538a4d7bd (diff)
downloadnuttx-150175c88f9f1af65a25690ba2b0cf4749f70312.tar.gz
nuttx-150175c88f9f1af65a25690ba2b0cf4749f70312.tar.bz2
nuttx-150175c88f9f1af65a25690ba2b0cf4749f70312.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d46bec3b6..2278cac11 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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).
+