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:           Wed Nov  7 18:59:19 UTC 2007

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

Log Message:
Execute I/O in a separate thread for async I/O where previously
everything was written/read in caller context.

Also, make the "kernel" lock recursive.  It works better that way ...


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/rump/librump/rumpkern/genfs_io.c
cvs rdiff -r1.2 -r1.3 src/sys/rump/librump/rumpkern/ltsleep.c
cvs rdiff -r1.20 -r1.21 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -r1.12 -r1.13 src/sys/rump/librump/rumpkern/specfs.c
cvs rdiff -r1.9 -r1.10 src/sys/rump/librump/rumpuser/rumpuser.h
cvs rdiff -r1.2 -r1.3 src/sys/rump/librump/rumpuser/rumpuser_pth.c

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