Gregory Nutt
|
652d3ed29d
|
Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS property
|
2014-10-05 15:44:43 -06:00 |
Gregory Nutt
|
f73a18ae39
|
Move all file operations from libc/aio to fs/aio. These will need to be kernel routines in order to handler issues with using file descriptors on worker thread
|
2014-10-05 15:33:31 -06:00 |
Gregory Nutt
|
9a1b011178
|
Initiail implementation of lio_listio() and rethinking of signal logic
|
2014-10-05 11:43:42 -06:00 |
Gregory Nutt
|
eeaae40d0c
|
Initial implementation of aio_fsync()
|
2014-10-05 08:53:13 -06:00 |
Gregory Nutt
|
a4861c7cb7
|
Iniial implementatin of aio_cancel()
|
2014-10-05 08:22:39 -06:00 |
Gregory Nutt
|
8d03c3f906
|
Initial implementation of aio_suspend()
|
2014-10-05 07:11:11 -06:00 |
Gregory Nutt
|
c274acc48f
|
Move AIO signal logic to a common location in aio_signal.c. Also fix several typos
|
2014-10-05 06:53:56 -06:00 |
Gregory Nutt
|
0c241ace72
|
Add initial implementatin of aio_return() and aio_error()
|
2014-10-04 18:17:54 -06:00 |
Gregory Nutt
|
e8cef249cc
|
Initial implementation of aio_write()
|
2014-10-04 17:30:24 -06:00 |
Gregory Nutt
|
9e8a4dd229
|
Add skeleton file for eventual implementation of aio_read()
|
2014-10-04 14:22:00 -06:00 |
Gregory Nutt
|
1f897daa27
|
Add empty skeleton file where lio_listio() will eventually be implemented
|
2014-10-04 11:23:17 -06:00 |
Gregory Nutt
|
11c2619838
|
Add a build structue to support asynchronous I/O
|
2014-10-04 10:31:11 -06:00 |