summaryrefslogtreecommitdiff
path: root/nuttx/libc/aio
Commit message (Expand)AuthorAgeFilesLines
* libc/aio/aio.h is empty, but add some protection anyway in case it is ever us...Gregory Nutt2014-10-091-0/+3
* 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 kern...Gregory Nutt2014-10-057-1162/+1
* 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 several...Gregory Nutt2014-10-051-0/+124
* Move AIO signal logic to a common location in aio_signal.c. Also fix several...Gregory Nutt2014-10-054-26/+25
* 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