summaryrefslogtreecommitdiffstats
path: root/sys/sys/aio.h
Commit message (Expand)AuthorAgeFilesLines
* When aio_read/write() is used on a raw device, physical buffers arealc2001-03-101-0/+1
* Remove another outdated comment about aio_cancel().alc2001-03-051-2/+1
* Remove an out-of-date comment: aio_cancel() has been supportedalc2001-03-041-1/+0
* Remove the field privatemodes from struct __aiocb_private and thealc2001-03-041-12/+0
* Undo rev 1.8: This commit actually added a second declarationalc2000-11-251-5/+0
* Remove another unused field from struct __aiocb_private.alc2000-10-031-1/+0
* Remove (long) unused fields from struct __aiocb_private.alc2000-09-251-3/+0
* Make the basic AIO functions, i.e., aio_read() and aio_write(),alc2000-09-051-3/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Fix a warning with a forward struct declaration.wollman2000-04-231-0/+4
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-2/+1
* Add aio_waitcomplete(). Make aio work correctly for socket descriptors.jasone2000-01-141-9/+36
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Include <sys/time.h> for correctness. BDE has a better version of this,nik1999-06-141-1/+2
* Bring a bit closer to the normal form. (In particular, adddt1999-01-171-17/+20
* Add aio_error decl.dyson1998-04-121-1/+6
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-28/+2
* Preprocessor directives require a leading '#'dufault1998-03-091-2/+2
* Put sigevent and AIO_LISTIO_MAX back in aio.h sodufault1998-03-081-6/+32
* Reviewed by: bdedufault1998-03-081-35/+1
* Correct prototypes to match POSIX. Correct return code for aio_cancel.dyson1997-12-081-7/+7
* Clean up some lint associated with the AIO code.dyson1997-07-171-1/+6
* Ouch!!! This should fix a serious build problem after the addition of thedyson1997-06-161-0/+173
OpenPOWER on IntegriCloud