Gregory Nutt
|
a1469a3e95
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
Gregory Nutt
|
0fb035f76b
|
Standardize some naming in code section comments
|
2016-02-21 18:09:04 -06:00 |
Gregory Nutt
|
c1fff4706c
|
signals: Adds a very limited, minimal implementation for SIGEV_THREAD
|
2015-12-30 15:01:14 -06:00 |
Gregory Nutt
|
9835eeb181
|
signals: Basic framework to support SIGEV_THREAD
|
2015-12-30 13:20:31 -06:00 |
Gregory Nutt
|
b682190f52
|
Rename all head files in main NuttX repository with names like *internal.h, removing the internal
|
2015-12-29 17:31:17 -06:00 |
Gregory Nutt
|
e9bd8bceb4
|
nuttx/libc: Fix some spacing and alignment issues
|
2015-10-12 07:45:02 -06:00 |
Gregory Nutt
|
cb9e27c3b0
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
Gregory Nutt
|
5772813d29
|
Change the name of the local variable sigset to set to prevent name collisions with the function of the same name
|
2015-07-31 13:32:10 -06:00 |
Gregory Nutt
|
c2933b92e3
|
libc/aio/aio.h is empty, but add some protection anyway in case it is ever used in the future
|
2014-10-09 10:52:53 -06:00 |
Gregory Nutt
|
7cbe29e7db
|
Fix compile problems with debug on
|
2014-10-06 12:28:37 -06:00 |
Gregory Nutt
|
39c26d4cd4
|
Fix a typo
|
2014-10-06 08:11:03 -06:00 |
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
|
f34127823a
|
First round of changes fo AIO integration
|
2014-10-05 13:57:55 -06:00 |
Gregory Nutt
|
33b1f59ee8
|
Most paranoid changes to assure the state of things
|
2014-10-05 12:34:22 -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
|
c7c62d5b2c
|
Move AIO signal logic to a common location in aio_signal.c. Also fix several typos
|
2014-10-05 06:55:17 -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
|
3bef2b7a43
|
Update TODO list and comments in aio files
|
2014-10-04 17:47:54 -06:00 |
Gregory Nutt
|
e8cef249cc
|
Initial implementation of aio_write()
|
2014-10-04 17:30:24 -06:00 |
Gregory Nutt
|
fa28c51c75
|
Fleshes out aio_read implementation
|
2014-10-04 14:44:57 -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 |