summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-0519-41/+56
|
* Update ChangeLogGregory Nutt2014-10-051-0/+5
|
* Move all file operations from libc/aio to fs/aio. These will need to be ↵Gregory Nutt2014-10-0513-73/+161
| | | | kernel routines in order to handler issues with using file descriptors on worker thread
* More changes for AIO integrationGregory Nutt2014-10-051-9/+6
|
* First round of changes fo AIO integrationGregory Nutt2014-10-0511-42/+65
|
* Refresh sim/ostest configurationGregory Nutt2014-10-051-2/+5
|
* Update ChangeLogGregory Nutt2014-10-051-1/+2
|
* Add AIO test case in OS testGregory Nutt2014-10-054-1/+261
|
* 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 ↵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-056-28/+28
| | | | several typos
* 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
|
* Update ChangeLogGregory Nutt2014-10-041-0/+2
|
* Add skeleton file for eventual implementation of aio_read()Gregory Nutt2014-10-047-5/+352
|
* Update ChangeLogGregory Nutt2014-10-041-0/+1
|
* Update ChangeLogGregory Nutt2014-10-041-1/+3
|
* 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-043-2/+49
|
* Add aio.h header fileGregory Nutt2014-10-041-0/+137
|
* Update user guideGregory Nutt2014-10-041-5/+14
|
* First pread/pwrite typo fixesGregory Nutt2014-10-042-4/+4
|
* Update ChangeLog and ToDoGregory Nutt2014-10-042-1/+7
|
* Add pread(0 and pwrite() system callsGregory Nutt2014-10-044-8/+18
|
* Add pread() and pwrite()Gregory Nutt2014-10-045-3/+269
|
* Implement creat() as a macroGregory Nutt2014-10-041-8/+15
|
* Update ChangeLogGregory Nutt2014-10-031-0/+2
|
* fix reversed in/out file closing when an error occurs. From Ken PettitGregory Nutt2014-10-031-2/+2
|
* Update TODO list + cosmetic changes to clock_systimer.cGregory Nutt2014-10-032-28/+14
|
* Fix build error with CONFIG_SYSTEM_TIME64Gregory Nutt2014-10-032-0/+2
|
* Update To-Do listGregory Nutt2014-10-031-22/+14
|
* Update READMEGregory Nutt2014-10-031-20/+6
|
* configs/sim/nsh/defconfig -- refresh, enable wall-time, dow builds natively ↵Gregory Nutt2014-10-033-6/+15
| | | | in 64-bit mode
* Update ChangeLogGregory Nutt2014-10-031-1/+5
|
* Add support for 64-bit lonjmp/setjmp in simulator platformGregory Nutt2014-10-038-45/+259
|
* Update TODO listGregory Nutt2014-10-031-15/+4
|