aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/aio.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning with a forward struct declaration.Garrett Wollman2000-04-231-0/+4
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-161-2/+1
* Add aio_waitcomplete(). Make aio work correctly for socket descriptors.Jason Evans2000-01-141-9/+36
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Include <sys/time.h> for correctness. BDE has a better version of this,Nik Clayton1999-06-141-1/+2
* Bring a bit closer to the normal form. (In particular, addDmitrij Tejblum1999-01-171-17/+20
* Add aio_error decl.John Dyson1998-04-121-1/+6
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-28/+2
* Preprocessor directives require a leading '#'Peter Dufault1998-03-091-2/+2
* Put sigevent and AIO_LISTIO_MAX back in aio.h soPeter Dufault1998-03-081-6/+32
* Reviewed by: bdePeter Dufault1998-03-081-35/+1
* Correct prototypes to match POSIX. Correct return code for aio_cancel.John Dyson1997-12-081-7/+7
* Clean up some lint associated with the AIO code.John Dyson1997-07-171-1/+6
* Ouch!!! This should fix a serious build problem after the addition of theJohn Dyson1997-06-161-0/+173