summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_aio.c
Commit message (Expand)AuthorAgeFilesLines
* Convert various pieces of code to use vn_isdisk() rather than checkingphk1999-11-221-4/+1
* Simplify and de-bogotify check for raw disk.phk1999-11-071-31/+15
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-18/+13
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-3/+0
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-191-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-10/+3
* s/v_specinfo/v_rdev/phk1999-08-131-2/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+1
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-3/+3
* Slight tweak to fork1() calling conventions. Add a third argument sopeter1999-06-301-3/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-2/+2
* Introduce the makebdev() function, it does the same as the makedev()phk1999-06-011-2/+2
* major(something) can never become NODEV.phk1999-05-091-4/+2
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-3/+3
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-2/+3
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-43/+5
* Add standard padding argument to pread and pwrite syscall. That should make themdt1999-04-041-5/+5
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).bde1999-02-251-1/+2
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-2/+2
* More const fixes for -Wall, -Wcast-qualdillon1999-01-291-3/+3
* Removed bogus casts to c_caddr_t. This is part of terminatingbde1999-01-291-2/+2
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-5/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-8/+8
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-5/+5
* Wrap two macros into do { ... } while (0), and fix the way they're useddes1998-12-151-2/+2
* Don't forget to update the pmap associated with aio daemons when addingtegge1998-11-271-2/+2
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-5/+2
* Fixed nonsense overflow checking (checking that a long variable is lessbde1998-08-171-7/+5
* Cast between longs and pointers via intptr_t. There shouldn't bebde1998-07-151-17/+17
* fix braino from yesterdays' megacommitjulian1998-07-051-2/+2
* 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
OpenPOWER on IntegriCloud