summaryrefslogtreecommitdiffstats
path: root/nuttx/include/aio.h
AgeCommit message (Expand)AuthorFilesLines
2014-10-11AIO now also supports socket transfersGregory Nutt1-1/+1
2014-10-09Trivial AIO-related changesGregory Nutt1-0/+4
2014-10-07Chane a type from int to int16_t for a little better packing in a structureGregory Nutt1-3/+3
2014-10-07Update some commentsGregory Nutt1-1/+1
2014-10-06Add a AIO control container to increase the payload with OS internal stuff.Gregory Nutt1-2/+0
2014-10-05Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt1-4/+4
2014-10-05Move all file operations from libc/aio to fs/aio. These will need to be kern...Gregory Nutt1-16/+8
2014-10-05Initiail implementation of lio_listio() and rethinking of signal logicGregory Nutt1-5/+3
2014-10-05Initial implementation of aio_fsync()Gregory Nutt1-1/+1
2014-10-05Iniial implementatin of aio_cancel()Gregory Nutt1-1/+1
2014-10-05Move AIO signal logic to a common location in aio_signal.c. Also fix several...Gregory Nutt1-1/+3
2014-10-05Add definitions for SIGPOLLGregory Nutt1-3/+9
2014-10-04Initial implementation of aio_write()Gregory Nutt1-1/+1
2014-10-04Fleshes out aio_read implementationGregory Nutt1-1/+3
2014-10-04Add skeleton file for eventual implementation of aio_read()Gregory Nutt1-0/+38
2014-10-04Add aio.h header fileGregory Nutt1-0/+137