aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update README.html0.6PA4WDH2024-09-011-1/+11
|
* Update man pagePA4WDH2024-09-011-0/+5
|
* Include GPL version 3 license and copyright noticesPA4WDH2024-09-0124-5/+1117
|
* Add more compiler warningsPA4WDH2024-08-266-11/+11
|
* Small fixes in cpulist.cPA4WDH2024-08-251-8/+12
|
* Add -Wall -Werror and fix warningsPA4WDH2024-08-254-8/+20
|
* Small bugfix in sensor autodetection when -P is usedPA4WDH2024-08-251-4/+8
|
* Add manpagePA4WDH2024-08-251-0/+124
|
* Add multi-CPU supportPA4WDH2024-08-249-42/+202
|
* Add -k option to keep state on successul exitPA4WDH2024-08-244-14/+36
|
* Add ebuild for version 0.5PA4WDH2024-07-302-0/+43
|
* Update README.html0.5PA4WDH2024-07-301-2/+9
|
* Add more sensors to autodetectionPA4WDH2024-07-291-2/+15
|
* Remove DIR_BUF_SIZE from cpufreq.cPA4WDH2024-07-281-2/+0
|
* Move file name matching to separate functionPA4WDH2024-07-281-23/+35
|
* Move matching/validating code to cputemp_match_and_validatePA4WDH2024-07-281-64/+47
|
* Check driver names in autodetectionPA4WDH2024-07-281-0/+36
|
* Rewrite cpufreq_set_str to use opendir/readdir/closedirPA4WDH2024-07-281-48/+21
|
* Add autodetection for temperature inputPA4WDH2024-07-286-5/+173
|
* FLush after writes to CSV filePA4WDH2024-07-281-0/+2
|
* Fix more typosPA4WDH2024-07-271-1/+1
|
* Fix more typosPA4WDH2024-07-262-3/+3
|
* Only increase/decrease if the diff>1000PA4WDH2024-07-261-6/+6
|
* Fix generate_version_h.shPA4WDH2024-07-251-1/+1
|
* Add ebuild for version 0.4PA4WDH2024-07-251-0/+39
|
* Add commandline parameter to set transition latency0.4PA4WDH2024-07-254-3/+40
|
* Fix typosPA4WDH2024-07-252-5/+5
|
* Add ebuild for version 0.3PA4WDH2023-05-272-0/+41
|
* Update README.html0.3PA4WDH2023-05-271-10/+33
|
* Improve help textPA4WDH2023-05-271-11/+15
|
* Add feature to use unixtime timestamps in logs and CSVPA4WDH2023-05-274-14/+36
|
* Use CPU Transition Latency as checkdelay when setting new scaling_max_freqPA4WDH2023-05-275-14/+22
|
* Added restart delay in Gentoo initscriptPA4WDH2023-05-242-1/+5
|
* Fix typo in CSV headerPA4WDH2023-05-241-1/+1
|
* Fixes in README.htmlPA4WDH2023-05-241-2/+12
|
* Small fixes in Gentoo init scriptPA4WDH2023-05-242-3/+3
|
* Update homepage in Gentoo ebuildPA4WDH2023-05-242-2/+2
|
* Fix link to image in README.htmlPA4WDH2023-05-241-1/+1
|
* Add README.html and lo_graph_example.pngPA4WDH2023-05-242-0/+115
|
* Add gentoo ebuildPA4WDH2023-05-244-0/+68
|
* Update generate_version_h.sh0.2PA4WDH2023-05-241-4/+19
|
* Add CSV loggingPA4WDH2023-05-247-5/+100
|
* Detect program name from argv[0]PA4WDH2023-05-243-4/+18
|
* Add data log optionPA4WDH2023-05-243-1/+12
|
* Redirect all output to logging functionsPA4WDH2023-05-244-41/+38
|
* Add logging functionsPA4WDH2023-05-246-5/+117
|
* Add keep feature for governorPA4WDH2023-05-211-5/+7
|
* Add argument parsing and validationPA4WDH2023-05-216-19/+152
|
* Fix all .h filesPA4WDH2023-05-214-0/+20
|
* Tidy up cpufreq.cPA4WDH2023-05-211-1/+18
|