summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_aio.c
Commit message (Expand)AuthorAgeFilesLines
...
* There is no such thing any more as "struct bdevsw".julian1998-07-041-4/+5
* 64bit fixes: don't cast pointers to int.dfr1998-06-101-14/+14
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-4/+4
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-5/+2
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Removed a stale comment and staler code.bde1998-02-251-7/+1
* Staticize.eivind1998-02-091-17/+17
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Quiet some lint.dyson1997-12-101-5/+5
* Correct prototypes to match POSIX. Correct return code for aio_cancel.dyson1997-12-081-2/+2
* Fix a problem when creating a new kernel thread. In some cases, aio_readdyson1997-12-011-1/+2
* Fix error handling for VCHR type I/O. Also, fix another spl problem, anddyson1997-12-011-342/+93
* Correct a last minute code change. Would have been an infinite loop underdyson1997-11-301-8/+4
* Fix an spl nit.dyson1997-11-301-1/+7
* Finish up the vast majority of the AIO/LIO functionality. Proper signaldyson1997-11-301-106/+552
* Disable the VCHR optimization for AIO until I have implemented it. Just indyson1997-11-291-1/+2
* Fix and complete the AIO syscalls. There are some performance enhancementsdyson1997-11-291-302/+781
* Get locking stuff by #including <sys/lock.h> instead of <sys/vnode.h>.bde1997-11-181-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-7/+4
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-17/+16
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Make the target for the number of AIO daemons work.dyson1997-10-111-2/+18
* Major cleanup and debugging of the new AIO/LIO code. The LIO code isdyson1997-10-091-65/+258
* Removed unused #includes.bde1997-09-021-9/+1
* Clean up some lint associated with the AIO code.dyson1997-07-171-4/+6
* This is an upgrade so that the kernel supports the AIO calls fromdyson1997-07-061-64/+977
* Add initial AIO/LIO kernel thread support files. This is preliminary, anddyson1997-06-161-0/+264
OpenPOWER on IntegriCloud