summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-05 15:35:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-05 15:35:45 -0600
commitac0d1157e949312857d1abaf1b6515ad64c7d209 (patch)
treea4ec3b1c71cb0010caa363865643ac1060a50428 /nuttx/ChangeLog
parent5daa95bae187d09a50bc2663ee6291eb7c46b5dd (diff)
downloadnuttx-ac0d1157e949312857d1abaf1b6515ad64c7d209.tar.gz
nuttx-ac0d1157e949312857d1abaf1b6515ad64c7d209.tar.bz2
nuttx-ac0d1157e949312857d1abaf1b6515ad64c7d209.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 17050f157..8aec58368 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8751,3 +8751,8 @@
lio_listio.c, and aio_fsync.c. This completes this implementation
of the asynchronous I/O interfaces but there are still untested
(2014-9-5).
+ * fs/aio/Make.defs, aio.h, aio_cancel.c, aio_fsync.c, aio_read.c,
+ aio_signal.c, and aio_write.c: Move all file operations from libc/aio
+ to fs/aio. These will need to be kernel routines in order to
+ handler issues with using file descriptors on worker thread
+ (2014-10-5).