2012-09-23 |
Fixed Issue 387. The new implementation does not try to start a ring 0 driver that already exists, but could not be opened. It tries to delete the driver and install it new. The driver is now stored temporarily in the application folder. The driver is not correctly removed on system shutdown.
|
file | diff | annotate |
2012-08-11 |
Added a few checks and delays to the driver loading code to increase the chance of loading the driver.
|
file | diff | annotate |
2012-07-18 |
Added more report output to the kernel driver loading code. Hopefully this helps to find the problems in Issue 253.
|
file | diff | annotate |
2012-07-17 |
Attempt at fixing Issue 253 without breaking Issue 159 once more.
|
file | diff | annotate |
2012-07-11 |
Fixed Issue 274. Fixed Issue 107.
|
file | diff | annotate |
2012-05-27 |
Changed the license to the Mozilla Public License 2.0 and update the licensing information.
|
file | diff | annotate |
2011-05-22 |
Fixed Issue 225.
|
file | diff | annotate |
2011-05-22 |
Fixed Issue 224.
|
file | diff | annotate |
2011-05-15 |
Fixed Issue 220.
|
file | diff | annotate |
2011-05-15 |
Fixed Issue 218.
|
file | diff | annotate |
2011-05-15 |
Fixed Issue 216.
|
file | diff | annotate |
2011-05-08 |
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.
|
file | diff | annotate |
2011-03-15 |
Fixed Issue 165.
|
file | diff | annotate |
2011-02-12 |
Fixed Issue 164.
|
file | diff | annotate |
2011-02-11 |
Added code to delete any kernel driver service that can't be opened before reinstalling it.
|
file | diff | annotate |
2011-02-08 |
Added some error reporting to the Ring0 driver loading code.
|
file | diff | annotate |
2010-11-03 |
Added CPUID support for Linux.
|
file | diff | annotate |
2010-10-31 |
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.
|
file | diff | annotate |