| commit | 417f006858ec66f0b410c83c2e13da54662048e0 | [log] [tgz] |
|---|---|---|
| author | Jens Axboe <jens.axboe@oracle.com> | Mon Jun 02 11:59:30 2008 +0200 |
| committer | Jens Axboe <jens.axboe@oracle.com> | Mon Jun 02 11:59:30 2008 +0200 |
| tree | 1c12f344c35020c0b8d724cda3fff8b68cdd9a85 | |
| parent | 659424767f62f46c429eb66bf46b3e836e3bc0ad [diff] [blame] |
Add Solaris native aio engine Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/HOWTO b/HOWTO index 15ee367..12974f3 100644 --- a/HOWTO +++ b/HOWTO
@@ -375,6 +375,8 @@ posixaio glibc posix asynchronous io. + solarisaio Solaris native asynchronous io. + mmap File is memory mapped and data copied to/from using memcpy(3).