aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-09Update fftbench.cTotalCaesar659
2017-04-09Update GNUInstallDirs.cmakeTotalCaesar659
2017-04-09Update index.hlpTotalCaesar659
2017-04-09Older kernel support for bugs/pm flag listsBurt P
* Now the bugs list will be created from the old flags if it wasn't available. * If a flag list is empty, it will now show "Empty List" for that set. This is for the Power Management flag list that didn't exist on older kernels, or if all old bug flags were off. Signed-off-by: Burt P <pburt0@gmail.com>
2017-04-09Reorder CPU info to put the longest list at the bottomBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-04-09Additional code comment regarding the null_seg "bug"Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-04-09Add /proc/cpuinfo power management list handlingBurt P
Show items and descriptions from the power management feature list. Signed-off-by: Burt P <pburt0@gmail.com>
2017-04-07Add /proc/cpuinfo bugs list handlingBurt P
In June 2014, /proc/cpuinfo added a bugs (fixes/workarounds) list that works like the flags list. Show this list in the CPU information with the extra description from the source comments in arch/x86/include/asm/cpufeatures.h. Signed-off-by: Burt P <pburt0@gmail.com>
2017-04-07x86/processor.c: cosmetic changesBurt P
Remove some trailing whitespace. Signed-off-by: Burt P <pburt0@gmail.com>
2017-01-19Added Russian translation to the shortcut commentTotalCaesar659
2017-01-18Update hardinfo.desktop.cmakeAsciiWolf
Add "Comment" section to fix problems with AppStream.
2016-12-31Use g_utf8_strchr() in strend()Leandro Pereira
2016-12-31Translate Computer->Summary->Memory to RussianLeandro Pereira
2016-12-31Make auto-updatable fields translatableLeandro Pereira
2016-12-31Updated Russian translationTotalCaesar659
2016-12-30Fix compile time errors in syncmanager.cLeandro Pereira
2016-12-30Fix compile warnings in benchmark.cLeandro Pereira
2016-12-30Fix compile warnings in util.cLeandro Pereira
2016-12-30Fix compile warnings in hardinfo.cLeandro Pereira
2016-12-30Fix compile warnings in sensors.cLeandro Pereira
2016-12-30Do not return an empty value if computer::hi_get_field() is calledLeandro Pereira
Return a helpful string instead to help translators
2016-12-30Free whole MD5 contextLeandro Pereira
2016-12-30Make some Devices -> Memory entries translatableLeandro Pereira
2016-12-30Use g_utf8_strchr() instead of strchr() in shell parametersLeandro Pereira
This should help with translations.
2016-12-29Make computer module auto-updating fields translatableLeandro Pereira
2016-12-29Make load average work with locales that uses ',' for decimal separatorLeandro Pereira
2016-12-28Updated Russian translationTotalCaesar659
2016-12-28Updated Russian translationTotalCaesar659
2016-12-27Added Russian translation to the shortcut commentTotalCaesar659
2016-11-25Fix use after free while generating reportsLeandro Pereira
Found with AddressSanitizer.
2016-09-17Add a few more x86 feature flag descriptionLeandro Pereira
2016-09-17Also check for " hypervisor" string to determine if running on a VMLeandro Pereira
2016-09-17Automatically check if eeprom module has been loadedLeandro Pereira
2016-08-01Simplify relative percentage calculationLeandro Pereira
Use a simple linear interpolation.
2016-07-31Fix percentage display in benchmarksLeandro Pereira
2016-07-31Fix sorting of benchmark resultsLeandro Pereira
2016-07-31Decode DDR3 module type (buffered, unbuffered, SODIMM, etc)Leandro Pereira
2016-07-31Fix DDR2 mtb valuesLeandro Pereira
2016-07-31Saner indentation for spd-decode.cLeandro Pereira
2016-07-30Fix buffer overflow in loadgraph while shifting dataLeandro Pereira
2016-07-30Fix DMI parsing after 096108bLeandro Pereira
2016-07-30Close stream if ReportContext couldn't be createdLeandro Pereira
2016-07-30Use snprintf() instead of sprintf() in net.cLeandro Pereira
2016-07-30Fix multiple problems in USB device listingLeandro Pereira
2016-07-30Remove trailing whitespace in storage.cLeandro Pereira
2016-07-30Fix multiple problems in IDE disk informationLeandro Pereira
2016-07-30Fix multiple problems in DDR3 SPD parsingLeandro Pereira
2016-07-30Ensure buffer is large enough while scanning input devicesLeandro Pereira
2016-07-30`group` variable could be uninitialized while parsing DMILeandro Pereira
2016-07-30Handle lsmod not being foundLeandro Pereira