Module Name: src
Committed By: maya
Date: Tue Oct 17 06:50:00 UTC 2017
Modified Files:
src/sys/arch/x86/x86: vmt.c vmtreg.h
Log Message:
Update protocol reverse engineering URL to a working one
only mention it once.
>From openbsd by Seth Jackson
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/x86/x86/vmt.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x86/x86/vmtreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/x86/vmt.c
diff -u src/sys/arch/x86/x86/vmt.c:1.18 src/sys/arch/x86/x86/vmt.c:1.19
--- src/sys/arch/x86/x86/vmt.c:1.18 Tue Oct 17 05:47:09 2017
+++ src/sys/arch/x86/x86/vmt.c Tue Oct 17 06:50:00 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: vmt.c,v 1.18 2017/10/17 05:47:09 maya Exp $ */
+/* $NetBSD: vmt.c,v 1.19 2017/10/17 06:50:00 maya Exp $ */
/* $OpenBSD: vmt.c,v 1.11 2011/01/27 21:29:25 dtucker Exp $ */
/*
@@ -20,7 +20,7 @@
/*
* Protocol reverse engineered by Ken Kato:
- * http://chitchat.at.infoseek.co.jp/vmware/backdoor.html
+ * https://sites.google.com/site/chitchatvmback/backdoor
*/
#include <sys/param.h>
Index: src/sys/arch/x86/x86/vmtreg.h
diff -u src/sys/arch/x86/x86/vmtreg.h:1.1 src/sys/arch/x86/x86/vmtreg.h:1.2
--- src/sys/arch/x86/x86/vmtreg.h:1.1 Tue May 23 08:48:34 2017
+++ src/sys/arch/x86/x86/vmtreg.h Tue Oct 17 06:50:00 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: vmtreg.h,v 1.1 2017/05/23 08:48:34 nonaka Exp $ */
+/* $NetBSD: vmtreg.h,v 1.2 2017/10/17 06:50:00 maya Exp $ */
/* NetBSD: vmt.c,v 1.15 2016/11/10 03:32:04 ozaki-r Exp */
/* $OpenBSD: vmt.c,v 1.11 2011/01/27 21:29:25 dtucker Exp $ */
@@ -19,11 +19,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/*
- * Protocol reverse engineered by Ken Kato:
- * http://chitchat.at.infoseek.co.jp/vmware/backdoor.html
- */
-
/* OS name to report to host */
#ifdef __i386__
#define VM_OS_NAME "other"