Hardware/Ring0.cs
Sun, 27 May 2012 14:23:31 +0000 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
Sun, 22 May 2011 11:27:57 +0000 Fixed Issue 225.
Sun, 22 May 2011 10:41:35 +0000 Fixed Issue 224.
Sun, 15 May 2011 17:06:55 +0000 Fixed Issue 220.
Sun, 15 May 2011 16:20:30 +0000 Fixed Issue 218.
Sun, 15 May 2011 15:37:50 +0000 Fixed Issue 216.
Sun, 08 May 2011 22:10:13 +0000 Fixed the bus and core clock reading on AMD family 10h model Ah CPUs. The new "Core Performance Boost" feature of these CPUs resulted in very low accuracy of the bus speed (and as a consequence also an inaccurate TSC multiplier). This fixed Issue 205.
Tue, 15 Mar 2011 17:55:11 +0000 Fixed Issue 165.
Sat, 12 Feb 2011 21:17:42 +0000 Fixed Issue 164.
Fri, 11 Feb 2011 22:29:26 +0000 Added code to delete any kernel driver service that can't be opened before reinstalling it.
Tue, 08 Feb 2011 22:02:29 +0000 Added some error reporting to the Ring0 driver loading code.
Wed, 03 Nov 2010 22:07:46 +0000 Added CPUID support for Linux.
Sun, 31 Oct 2010 22:08:47 +0000 Replaced the non-kernel code of WinRing0 with a managed implementation. The new implementation should fix Issue 32 and simplify further work on Issue 46.