summaryrefslogtreecommitdiff
path: root/nuttx/libc/aio/Make.defs
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt2014-10-051-1/+1
* Move all file operations from libc/aio to fs/aio. These will need to be kern...Gregory Nutt2014-10-051-2/+1
* Initiail implementation of lio_listio() and rethinking of signal logicGregory Nutt2014-10-051-5/+1
* Initial implementation of aio_fsync()Gregory Nutt2014-10-051-2/+2
* Iniial implementatin of aio_cancel()Gregory Nutt2014-10-051-2/+2
* Initial implementation of aio_suspend()Gregory Nutt2014-10-051-2/+2
* Move AIO signal logic to a common location in aio_signal.c. Also fix several...Gregory Nutt2014-10-051-0/+1
* Add initial implementatin of aio_return() and aio_error()Gregory Nutt2014-10-041-1/+1
* Initial implementation of aio_write()Gregory Nutt2014-10-041-1/+1
* Add skeleton file for eventual implementation of aio_read()Gregory Nutt2014-10-041-1/+5
* Add empty skeleton file where lio_listio() will eventually be implementedGregory Nutt2014-10-041-1/+1
* Add a build structue to support asynchronous I/OGregory Nutt2014-10-041-0/+46