summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* The Asynch I/O implementation now satisfies POSIX priority requirements; it u...Gregory Nutt2014-10-077-51/+195
* Update ChangeLogGregory Nutt2014-10-071-1/+6
* Simplify how C source files are selected in the buildGregory Nutt2014-10-0716-81/+81
* Add support for priority inheritance on the low priority worker queueGregory Nutt2014-10-075-10/+428
* Add AIO interfaces to libc.csvGregory Nutt2014-10-061-0/+4
* Cosmetic change to commentsGregory Nutt2014-10-061-34/+51
* Eliminate a warningGregory Nutt2014-10-061-1/+1
* Fix some cornercase locking issues; make AIO lock re-entrantGregory Nutt2014-10-064-17/+61
* Add test for aio_cancel() and fix some bugs found by the testGregory Nutt2014-10-061-7/+22
* Add ECANCELEDGregory Nutt2014-10-061-0/+2
* Update TODO listGregory Nutt2014-10-061-3/+11
* Fix some errors and spec compliance issues with aio_cancel()Gregory Nutt2014-10-061-44/+76
* Update ChangeLogGregory Nutt2014-10-061-1/+4
* Fix a place in the memory manager where it explicitly assumes that the size o...Gregory Nutt2014-10-061-9/+2
* Fix compile problems with debug onGregory Nutt2014-10-063-2/+3
* fs_initialize() is no longer weakGregory Nutt2014-10-062-7/+2
* Basic fixes for a clean simulator build with last big fs changesGregory Nutt2014-10-064-7/+8
* Update ChangeLogGregory Nutt2014-10-061-0/+4
* Major structure of file system functions to better support asynchronous I/O. ...Gregory Nutt2014-10-0633-316/+706
* Update ChangeLogGregory Nutt2014-10-061-0/+9
* Modify FS initialization logic to handle AIO container initialization.Gregory Nutt2014-10-064-5/+106
* Fix a typoGregory Nutt2014-10-061-1/+1
* Modify logic to use AIO control block containerGregory Nutt2014-10-065-53/+116
* Add a AIO control container to increase the payload with OS internal stuff.Gregory Nutt2014-10-066-6/+548
* Fix some recently introduced typos, build problems, and warningsGregory Nutt2014-10-054-9/+25
* Fix some compilation issues introduced with last commitGregory Nutt2014-10-053-3/+3
* Add system calls for AIO kernel functionsGregory Nutt2014-10-054-4/+28
* Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt2014-10-0515-36/+51
* Update ChangeLogGregory Nutt2014-10-051-0/+5
* Move all file operations from libc/aio to fs/aio. These will need to be kern...Gregory Nutt2014-10-0513-73/+161
* First round of changes fo AIO integrationGregory Nutt2014-10-058-31/+42
* Refresh sim/ostest configurationGregory Nutt2014-10-051-2/+5
* Most paranoid changes to assure the state of thingsGregory Nutt2014-10-054-1/+3
* Update ChangeLogGregory Nutt2014-10-051-2/+5
* Initiail implementation of lio_listio() and rethinking of signal logicGregory Nutt2014-10-056-68/+747
* Initial implementation of aio_fsync()Gregory Nutt2014-10-058-6/+12
* Iniial implementatin of aio_cancel()Gregory Nutt2014-10-054-6/+173
* Update ChangeLogGregory Nutt2014-10-051-0/+7
* 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-056-28/+28
* Add definitions for SIGPOLLGregory Nutt2014-10-053-3/+26
* Update user guide to include asynchronous I/OGregory Nutt2014-10-041-16/+42
* Update ChangeLogGregory Nutt2014-10-041-4/+3
* 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-043-16/+83
* Update ChangeLogGregory Nutt2014-10-041-0/+2
* Initial implementation of aio_write()Gregory Nutt2014-10-047-7/+306
* Update changelogGregory Nutt2014-10-041-2/+2
* Fleshes out aio_read implementationGregory Nutt2014-10-042-2/+53