Source-Changes archive

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

CVS commit: src/lib/libkvm



Module Name:    src
Committed By:   christos
Date:           Tue Apr 28 00:12:01 UTC 2020

Modified Files:
        src/lib/libkvm: kvm.c kvm_private.h

Log Message:
Implement kvm_write() for dump files. We map the file privately so that
changes don't get propagated back, and then write to the private buffer.
This is not useful yes, but it is simple enough to make pread use the buffer
if it is available.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/lib/libkvm/kvm.c
cvs rdiff -u -r1.20 -r1.21 src/lib/libkvm/kvm_private.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