Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/x86 Update protocol reverse engineering URL to ...



details:   https://anonhg.NetBSD.org/src/rev/11d18112be82
branches:  trunk
changeset: 827150:11d18112be82
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Oct 17 06:50:00 2017 +0000

description:
Update protocol reverse engineering URL to a working one
only mention it once.

>From openbsd by Seth Jackson

diffstat:

 sys/arch/x86/x86/vmt.c    |  4 ++--
 sys/arch/x86/x86/vmtreg.h |  7 +------
 2 files changed, 3 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 16ce486c61e7 -r 11d18112be82 sys/arch/x86/x86/vmt.c
--- a/sys/arch/x86/x86/vmt.c    Tue Oct 17 05:47:09 2017 +0000
+++ b/sys/arch/x86/x86/vmt.c    Tue Oct 17 06:50:00 2017 +0000
@@ -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>
diff -r 16ce486c61e7 -r 11d18112be82 sys/arch/x86/x86/vmtreg.h
--- a/sys/arch/x86/x86/vmtreg.h Tue Oct 17 05:47:09 2017 +0000
+++ b/sys/arch/x86/x86/vmtreg.h Tue Oct 17 06:50:00 2017 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index