created | 2018-12-03T22:50:35Z |
---|---|
begin | 2018-11-23T00:00:00Z |
end | 2018-11-24T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2018-11-23T12:37:40Z | |||
---|---|---|---|---|
author | reyk | |||
files | src/sys/arch/amd64/conf/GENERIC | log | diff | annotate |
src/sys/arch/i386/conf/GENERIC | log | diff | annotate | |
src/sys/dev/pv/files.pv | log | diff | annotate | |
src/sys/dev/pv/pvclock.c | log | diff | annotate | |
src/sys/dev/pv/pvreg.h | log | diff | annotate | |
message |
Add the pvclock(4) guest driver for paravirtual clocks This improves timekeeping on KVM guests as it runs much better than the virtualized acpihpet or acpitimer timecounters and the invtsc is not always available. Many thanks to Janne Johansson, landry@, and benno@ for testing amd64/i386. OK mlarkin@ phessler@ |
date | 2018-11-23T16:24:11Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/net/route.c | log | diff | annotate |
src/sys/net/rtable.c | log | diff | annotate | |
src/sys/net/rtable.h | log | diff | annotate | |
message |
Change rtable_mpath_reprio() to take the prefixlen as argument instead of the network mask. This saves converting the prefixlen to a mask and back. OK phessler@, benno@ |