summaryrefslogtreecommitdiff
path: root/nuttx/libc/aio
Commit message (Collapse)AuthorAgeFilesLines
* libc/aio/aio.h is empty, but add some protection anyway in case it is ever ↵Gregory Nutt2014-10-091-0/+3
| | | | used in the future
* Fix compile problems with debug onGregory Nutt2014-10-062-2/+2
|
* Fix a typoGregory Nutt2014-10-061-1/+1
|
* Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt2014-10-055-9/+9
|
* Move all file operations from libc/aio to fs/aio. These will need to be ↵Gregory Nutt2014-10-057-1162/+1
| | | | kernel routines in order to handler issues with using file descriptors on worker thread
* First round of changes fo AIO integrationGregory Nutt2014-10-058-31/+42
|
* Most paranoid changes to assure the state of thingsGregory Nutt2014-10-054-1/+3
|
* Initiail implementation of lio_listio() and rethinking of signal logicGregory Nutt2014-10-055-63/+744
|
* Initial implementation of aio_fsync()Gregory Nutt2014-10-057-5/+11
|
* Iniial implementatin of aio_cancel()Gregory Nutt2014-10-052-2/+164
|
* Initial implementation of aio_suspend()Gregory Nutt2014-10-052-2/+177
|
* Move AIO signal logic to a common location in aio_signal.c. Also fix ↵Gregory Nutt2014-10-051-0/+124
| | | | several typos
* Move AIO signal logic to a common location in aio_signal.c. Also fix ↵Gregory Nutt2014-10-054-26/+25
| | | | several typos
* Add initial implementatin of aio_return() and aio_error()Gregory Nutt2014-10-045-5/+237
|
* Update TODO list and comments in aio filesGregory Nutt2014-10-042-15/+49
|
* Initial implementation of aio_write()Gregory Nutt2014-10-044-4/+303
|
* Fleshes out aio_read implementationGregory Nutt2014-10-041-1/+50
|
* Add skeleton file for eventual implementation of aio_read()Gregory Nutt2014-10-044-3/+304
|
* Add empty skeleton file where lio_listio() will eventually be implementedGregory Nutt2014-10-042-1/+287
|
* Add a build structue to support asynchronous I/OGregory Nutt2014-10-041-0/+46