Source-Changes archive

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

CVS commit: src/sys/rump/librump/rumpvfs



Module Name:    src
Committed By:   pooka
Date:           Mon Apr  6 20:40:33 UTC 2009

Modified Files:
        src/sys/rump/librump/rumpvfs: rumpblk.c

Log Message:
In case using mmio, use windowing instead of trying to map the
entire image.

Benefits:
  * the whole image does not need to fit into VA
  * a core dump is not of gargantuan proportions

Performance is pretty close to one whopping mmap.  I'll finetune
the parameters later, although the current ones seem pretty good
in initial testing.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/rump/librump/rumpvfs/rumpblk.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