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:   riastradh
Date:           Sat Apr 22 13:53:53 UTC 2023

Modified Files:
        src/sys/rump/librump/rumpkern: vm.c
        src/sys/rump/librump/rumpvfs: vm_vfs.c

Log Message:
rump: Move ubc_uiomove, ubc_zerorange from rumpvfs to rumpkern.

Needed by kern_ksyms.c.  We could split kern_ksyms.c up into kernel-
internal interfaces and the user/kernel /dev/ksyms interface, but
there's nothing vfs-specific about ubc_uiomove and ubc_zerorange
anyway, so let's just define them in rumpkern.


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/sys/rump/librump/rumpkern/vm.c
cvs rdiff -u -r1.41 -r1.42 src/sys/rump/librump/rumpvfs/vm_vfs.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