summaryrefslogtreecommitdiff
path: root/nuttx/include/aio.h
Commit message (Collapse)AuthorAgeFilesLines
* AIO now also supports socket transfersGregory Nutt2014-10-111-1/+1
|
* Trivial AIO-related changesGregory Nutt2014-10-091-0/+4
|
* Chane a type from int to int16_t for a little better packing in a structureGregory Nutt2014-10-071-3/+3
|
* Update some commentsGregory Nutt2014-10-071-1/+1
|
* Add a AIO control container to increase the payload with OS internal stuff.Gregory Nutt2014-10-061-2/+0
|
* Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt2014-10-051-4/+4
|
* Move all file operations from libc/aio to fs/aio. These will need to be ↵Gregory Nutt2014-10-051-16/+8
| | | | kernel routines in order to handler issues with using file descriptors on worker thread
* Initiail implementation of lio_listio() and rethinking of signal logicGregory Nutt2014-10-051-5/+3
|
* Initial implementation of aio_fsync()Gregory Nutt2014-10-051-1/+1
|
* Iniial implementatin of aio_cancel()Gregory Nutt2014-10-051-1/+1
|
* Move AIO signal logic to a common location in aio_signal.c. Also fix ↵Gregory Nutt2014-10-051-1/+3
| | | | several typos
* Add definitions for SIGPOLLGregory Nutt2014-10-051-3/+9
|
* Initial implementation of aio_write()Gregory Nutt2014-10-041-1/+1
|
* Fleshes out aio_read implementationGregory Nutt2014-10-041-1/+3
|
* Add skeleton file for eventual implementation of aio_read()Gregory Nutt2014-10-041-0/+38
|
* Add aio.h header fileGregory Nutt2014-10-041-0/+137