svn commit: r284888 - stable/10/share/man/man9

2015-06-27 Thread Konstantin Belousov
Author: kib Date: Sat Jun 27 09:47:28 2015 New Revision: 284888 URL: https://svnweb.freebsd.org/changeset/base/284888 Log: MFC r284646: The barriers, provided by _acq and _rel atomics, are acquire and release barriers, not read and write barriers. Modified:

svn commit: r284894 - in stable/10: lib/libvmmapi share/examples/bhyve sys/amd64/include sys/amd64/vmm sys/amd64/vmm/amd sys/amd64/vmm/intel sys/amd64/vmm/io sys/modules/vmm usr.sbin/bhyve usr.sbin...

2015-06-27 Thread Neel Natu
Author: neel Date: Sat Jun 27 22:48:22 2015 New Revision: 284894 URL: https://svnweb.freebsd.org/changeset/base/284894 Log: MFC r276428: Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko. MFC r276432: Initialize all fields of 'struct vm_exception exception'

svn commit: r284900 - in stable/10: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/amd sys/amd64/vmm/intel sys/amd64/vmm/io sys/x86/include usr.sbin/bhyve usr.sbin/bhyvectl usr.sbin/bh...

2015-06-27 Thread Neel Natu
Author: neel Date: Sun Jun 28 03:22:26 2015 New Revision: 284900 URL: https://svnweb.freebsd.org/changeset/base/284900 Log: MFC r282209: Emulate the 'bit test' instruction. MFC r282259: Re-implement RTC current time calculation to eliminate the possibility of losing time. MFC