Added temperature watchdog for CPU on linux using sysfs

This commit is contained in:
Jens Steube
2021-07-10 08:43:15 +02:00
parent 72d7048b7e
commit bfe83ec138
7 changed files with 270 additions and 9 deletions
+2 -6
View File
@@ -18,6 +18,8 @@
##
- Added option --markov-inverse to inverse markov statistics, with the idea of reversing the order of the password candidates
- Added temperature watchdog and fanspeed readings for CPU and GPU on macOS using iokit
- Added temperature watchdog for CPU on linux using sysfs
##
## Bugs
@@ -32,12 +34,6 @@
- Fixed missing option to automatically disable kernel cache in -m 25600 and -m 25800
- Fixed out-of-boundary write in slow candidates mode in combinator attack
##
## Features
##
- Added temperature watchdog and fanspeed readings for CPU and GPU on macOS using iokit
##
## Improvements
##