29 Commits

Author SHA1 Message Date
de9398f564 removed unnecesary asterisk 2023-07-20 13:24:03 -03:00
eaf0ea8324 finished adding description of functions to interface 2022-12-10 22:38:46 -03:00
939f7ecb94 split source into header with interface and definition and .c with implementation, simplified file error message and modified Makefile 1.2 2022-12-02 17:20:46 -03:00
01c0f33329 typo in comment 2022-11-22 22:17:30 -03:00
0bc6856941 fixed typos and added openrc service logs location to the README 2022-11-22 22:02:53 -03:00
b4b4ccbcd5 added error logging to example openrc service 2022-11-22 22:02:53 -03:00
38fd93cc43 simplified some lines of code and updated README 2022-11-22 22:02:53 -03:00
a14428a111 removed redundant target dependency in Makefile 2022-11-22 22:02:53 -03:00
b24cc115fa automatically detect threads and prompt user for polling time at build time 2022-11-22 22:02:53 -03:00
ed9a20cbe3 modified Makefile 2022-11-22 22:02:53 -03:00
5135fd7895 changed version number 1.1 2022-11-22 22:02:53 -03:00
3328ec3204 simplified changespeed function, modified README and removed DOS format from README 2022-11-22 22:02:53 -03:00
fab416fbb4 fixed max_freq changes only applying to one thread 2022-11-22 22:02:53 -03:00
0b8ee4b5f6 added version message and corrected timepassed check 2022-11-22 22:02:53 -03:00
e80c7c3807 makes sure timeppassed is not infinitely increased 2022-11-22 22:02:53 -03:00
e6160e1664 fixed typos 2022-11-22 22:02:53 -03:00
b83902efb9 removed unnecesary gov check, simplified number of function calls, added timepassed check 2022-11-22 22:02:53 -03:00
a4290beb57 added sleep, some error checking and details to README.md 1.0 2022-11-22 22:02:53 -03:00
a31d04c2e8 finishing touches on README and Makefile 2022-11-22 22:02:53 -03:00
f6a794363f fixed README again and added openrc service 2022-11-22 22:02:53 -03:00
855a355041 amended README to have a better openrc service example 2022-11-22 22:02:48 -03:00
4e522dc30b added other half of main loop and cleared up cpufreq file mistake 2022-11-19 12:50:19 -03:00
58c0d9f503 added curfreq check and started laying down the main loop 2022-11-18 18:13:41 -03:00
2cd6dd4b71 added available frequencies split into strings and some fopen checks 2022-11-18 16:17:00 -03:00
d61c7f8dcd started working on argv parsing 2022-11-11 21:32:45 -03:00
86a1552530 added argc check and help message 2022-11-11 21:31:00 -03:00
a380465707 added current governor check 2022-11-10 08:55:01 -03:00
d880c794b9 added .gitignore 2022-11-10 05:29:23 -03:00
a25fadae7e initial commit 2022-11-10 05:27:34 -03:00