Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/rump/librump



Module Name:    src
Committed By:   pooka
Date:           Sun Nov  4 18:43:56 UTC 2007

Modified Files:
        src/sys/rump/librump/rumpkern: rump.c specfs.c
        src/sys/rump/librump/rumpuser: rumpuser.c rumpuser.h

Log Message:
Make the strategy routine get the results through biowait() and
the "disk driver" (rumpuser) call biodone() to indicate the completion
of I/O.  Support for B_ASYNC is coming at some point, but I need
more locking support in the emulated vm for that.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -r1.10 -r1.11 src/sys/rump/librump/rumpkern/specfs.c
cvs rdiff -r1.8 -r1.9 src/sys/rump/librump/rumpuser/rumpuser.c
cvs rdiff -r1.7 -r1.8 src/sys/rump/librump/rumpuser/rumpuser.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index