summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-07 08:26:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-07 08:26:40 -0600
commit6d261cdb7448c10b61d90fc32dca82d34bbce929 (patch)
tree77ad86958dd1d16ba9e5222ca4ad99c13044b1ef /nuttx/ChangeLog
parentd1348ca8c0212943ce01e255e621013fb8f6a2bf (diff)
downloadnuttx-6d261cdb7448c10b61d90fc32dca82d34bbce929.tar.gz
nuttx-6d261cdb7448c10b61d90fc32dca82d34bbce929.tar.bz2
nuttx-6d261cdb7448c10b61d90fc32dca82d34bbce929.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 0afb22351..766405471 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8777,3 +8777,8 @@
(2014-10-7).
* sched/Makefile and sched/*/Make.defs: Simplify how C source files are
selected in the build (2014-10-7).
+ * fs/aio/aio_queue.c, Make.defs, aio.h, aio_fsync.c, aio_read.c, and
+ aio_write.c: The asynch I/O implementation now satisfies POSIX
+ priority requirements; it uses the new low priority worker thread
+ interfaces to adjust the priority of the worker thread according to
+ the priority of the client thread (2014-10-7).