summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_aio.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.1.0_cvscvs2svn1999-02-161-1/+1
* Wrap two macros into do { ... } while (0), and fix the way they're usedDag-Erling Smørgrav1998-12-151-2/+2
* Don't forget to update the pmap associated with aio daemons when addingTor Egge1998-11-271-2/+2
* Nitpicking and dusting performed on a train. Removes trivial warningsPoul-Henning Kamp1998-10-251-5/+2
* Fixed nonsense overflow checking (checking that a long variable is lessBruce Evans1998-08-171-7/+5
* Cast between longs and pointers via intptr_t. There shouldn't beBruce Evans1998-07-151-17/+17
* fix braino from yesterdays' megacommitJulian Elischer1998-07-051-2/+2
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-4/+5
* 64bit fixes: don't cast pointers to int.Doug Rabson1998-06-101-14/+14
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-4/+4
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-5/+2
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+2
* Removed a stale comment and staler code.Bruce Evans1998-02-251-7/+1
* Staticize.Eivind Eklund1998-02-091-17/+17
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Quiet some lint.John Dyson1997-12-101-5/+5
* Correct prototypes to match POSIX. Correct return code for aio_cancel.John Dyson1997-12-081-2/+2
* Fix a problem when creating a new kernel thread. In some cases, aio_readJohn Dyson1997-12-011-1/+2
* Fix error handling for VCHR type I/O. Also, fix another spl problem, andJohn Dyson1997-12-011-342/+93
* Correct a last minute code change. Would have been an infinite loop underJohn Dyson1997-11-301-8/+4
* Fix an spl nit.John Dyson1997-11-301-1/+7
* Finish up the vast majority of the AIO/LIO functionality. Proper signalJohn Dyson1997-11-301-106/+552
* Disable the VCHR optimization for AIO until I have implemented it. Just inJohn Dyson1997-11-291-1/+2
* Fix and complete the AIO syscalls. There are some performance enhancementsJohn Dyson1997-11-291-302/+781
* Get locking stuff by #including <sys/lock.h> instead of <sys/vnode.h>.Bruce Evans1997-11-181-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-7/+4
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-17/+16
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Make the target for the number of AIO daemons work.John Dyson1997-10-111-2/+18
* Major cleanup and debugging of the new AIO/LIO code. The LIO code isJohn Dyson1997-10-091-65/+258
* Removed unused #includes.Bruce Evans1997-09-021-9/+1
* Clean up some lint associated with the AIO code.John Dyson1997-07-171-4/+6
* This is an upgrade so that the kernel supports the AIO calls fromJohn Dyson1997-07-061-64/+977
* Add initial AIO/LIO kernel thread support files. This is preliminary, andJohn Dyson1997-06-161-0/+264