Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-06-03 09:29:47 -06:00
parent d8db596b3b
commit f4dde423c9

View File

@ -10532,3 +10532,9 @@
before returning. Noted by Freddie Chopin (2015-06-03).
* Networking: Modify how callback structures are stored to avoid
another potential use of a stal pointer (2015-06-03).
* POSIX message queues: Move mq_setattr() and mq_getattr() from
nuttx/libc/mqueue to nuttx/sched/mqueue. Also add sysyscall support
for mq_setattr() and mq_getattr(). This is necessary in protected and
kernel builds because in those cases the message queue structure is
protected and cannot be accessed directly from user mode code. Noted
by Jouko Holopainen (2015-06-03).