index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_physio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-2
/
+2
*
Rename the existing BUF_STRATEGY() to DEV_STRATEGY()
phk
2000-03-20
1
-1
/
+1
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-4
/
+4
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
1
-1
/
+2
*
Give physio a makeover.
phk
1999-10-09
1
-121
/
+54
*
Add a newline to "WARNING: %s maxphys = 0 ??" so it doesn't trip up
green
1999-10-09
1
-1
/
+1
*
In some drivers we use two devices to be able to boot.
sos
1999-10-02
1
-0
/
+1
*
Fix a problem relating to si_iosize_max which broke scsi devices.
phk
1999-10-02
1
-0
/
+4
*
Kill the cdevsw->d_maxio field.
phk
1999-09-22
1
-7
/
+2
*
Remove replace phygetvpbuf() with direct call to getpbuf();
phk
1999-09-12
1
-19
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Use more compiler friendly test for overflow.
phk
1999-08-21
1
-3
/
+3
*
Detect if the the offset used to read from a raw device loose bits
phk
1999-08-21
1
-2
/
+8
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-6
/
+5
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-19
/
+9
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
1
-5
/
+5
*
Introduce two functions: physread() and physwrite() and use these directly
phk
1999-05-07
1
-1
/
+13
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
1
-2
/
+1
*
Use the reference counted PHOLD()/PRELE() rather than P_PHYSIO.
peter
1999-04-06
1
-9
/
+9
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
1
-4
/
+4
*
Nitpicking and dusting performed on a train. Removes trivial warnings
phk
1998-10-25
1
-2
/
+1
*
Make struct buf->b_offset reflect the real byte offset which got
sos
1998-08-19
1
-2
/
+2
*
There is no such thing any more as "struct bdevsw".
julian
1998-07-04
1
-26
/
+6
*
Perhaps fix a problem that some drivers have that they don't properly
dyson
1998-04-04
1
-2
/
+2
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-1
/
+3
*
In kern_physio.c fix tsleep priority messup.
dyson
1998-03-19
1
-5
/
+1
*
Add better support for larger I/O clusters, including larger physical
dyson
1998-01-24
1
-6
/
+35
*
Removed unused #includes.
bde
1997-09-02
1
-2
/
+1
*
Fixed some gratuitous ANSIisms.
bde
1997-08-26
1
-4
/
+11
*
Modify the scheduling policy to take into account disk I/O waits
dyson
1997-08-09
1
-1
/
+5
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fix a problem that caused system crashes after physio. This problem
dyson
1996-06-26
1
-6
/
+11
*
devsw tables are now arrays of POINTERS to struct [cb]devsw
julian
1995-12-13
1
-3
/
+3
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+3
*
Completed function declarations and/or added prototypes.
bde
1995-12-02
1
-3
/
+3
*
Implement read/write to kernel space - I use this for a self-loading/
peter
1995-11-28
1
-11
/
+16
*
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
bde
1995-09-08
1
-3
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-3
/
+3
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-2
/
+2
*
These changes embody the support of the fully coherent merged VM buffer cache,
dg
1995-01-09
1
-3
/
+3
*
While in the real world, I had a bad case of being swapped out for a lot of
phk
1994-09-25
1
-3
/
+1
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-2
/
+1
*
Detect the "EOF" condition. Specifically, end of partition.
dg
1994-08-08
1
-1
/
+4
*
Provide support for upcoming merged VM/buffer cache, and fixed a few bugs
dg
1994-08-07
1
-1
/
+5
*
Incorporated post 1.1.5 work from John Dyson. This includes performance
dg
1994-08-06
1
-9
/
+19
*
Added $Id$
dg
1994-08-02
1
-0
/
+2
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-61
/
+139
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+93