Alan Cox bbe7bbdfee Eliminate the original method of requesting notification of aio_read(2) and
aio_write(2) completion through kevent(2).  This method does not work on
64-bit architectures.  It was deprecated in FreeBSD 4.4.  See revisions
1.87 and 1.70.2.7.

Change aio_physwakeup() to call psignal(9) directly rather than indirectly
through a timeout(9).  Discussed with: bde

Correct a bug introduced in revision 1.65 that could result in premature
delivery of a signal if an lio_listio(2) consisted of a mixture of
direct/raw and queued I/O operations.  Observed by: tegge

Eliminate a field from struct kaioinfo that is now unused.

Reviewed by: tegge
2005-06-04 19:16:33 +00:00
..
2005-04-23 18:45:36 +00:00
2005-02-13 22:25:33 +00:00
2005-05-20 15:39:20 +00:00
2005-02-06 03:23:31 +00:00
2005-06-03 15:50:55 +00:00
2005-04-25 02:29:03 +00:00
2005-03-10 08:25:49 +00:00
2005-02-13 23:45:54 +00:00