Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-09 | Update fftbench.c | TotalCaesar659 | |
2017-04-09 | Update GNUInstallDirs.cmake | TotalCaesar659 | |
2017-04-09 | Update index.hlp | TotalCaesar659 | |
2017-04-09 | Older kernel support for bugs/pm flag lists | Burt 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-09 | Reorder CPU info to put the longest list at the bottom | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-04-09 | Additional code comment regarding the null_seg "bug" | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-04-09 | Add /proc/cpuinfo power management list handling | Burt P | |
Show items and descriptions from the power management feature list. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-04-07 | Add /proc/cpuinfo bugs list handling | Burt 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-07 | x86/processor.c: cosmetic changes | Burt P | |
Remove some trailing whitespace. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-01-19 | Added Russian translation to the shortcut comment | TotalCaesar659 | |
2017-01-18 | Update hardinfo.desktop.cmake | AsciiWolf | |
Add "Comment" section to fix problems with AppStream. | |||
2016-12-31 | Use g_utf8_strchr() in strend() | Leandro Pereira | |
2016-12-31 | Translate Computer->Summary->Memory to Russian | Leandro Pereira | |
2016-12-31 | Make auto-updatable fields translatable | Leandro Pereira | |
2016-12-31 | Updated Russian translation | TotalCaesar659 | |
2016-12-30 | Fix compile time errors in syncmanager.c | Leandro Pereira | |
2016-12-30 | Fix compile warnings in benchmark.c | Leandro Pereira | |
2016-12-30 | Fix compile warnings in util.c | Leandro Pereira | |
2016-12-30 | Fix compile warnings in hardinfo.c | Leandro Pereira | |
2016-12-30 | Fix compile warnings in sensors.c | Leandro Pereira | |
2016-12-30 | Do not return an empty value if computer::hi_get_field() is called | Leandro Pereira | |
Return a helpful string instead to help translators | |||
2016-12-30 | Free whole MD5 context | Leandro Pereira | |
2016-12-30 | Make some Devices -> Memory entries translatable | Leandro Pereira | |
2016-12-30 | Use g_utf8_strchr() instead of strchr() in shell parameters | Leandro Pereira | |
This should help with translations. | |||
2016-12-29 | Make computer module auto-updating fields translatable | Leandro Pereira | |
2016-12-29 | Make load average work with locales that uses ',' for decimal separator | Leandro Pereira | |
2016-12-28 | Updated Russian translation | TotalCaesar659 | |
2016-12-28 | Updated Russian translation | TotalCaesar659 | |
2016-12-27 | Added Russian translation to the shortcut comment | TotalCaesar659 | |
2016-11-25 | Fix use after free while generating reports | Leandro Pereira | |
Found with AddressSanitizer. | |||
2016-09-17 | Add a few more x86 feature flag description | Leandro Pereira | |
2016-09-17 | Also check for " hypervisor" string to determine if running on a VM | Leandro Pereira | |
2016-09-17 | Automatically check if eeprom module has been loaded | Leandro Pereira | |
2016-08-01 | Simplify relative percentage calculation | Leandro Pereira | |
Use a simple linear interpolation. | |||
2016-07-31 | Fix percentage display in benchmarks | Leandro Pereira | |
2016-07-31 | Fix sorting of benchmark results | Leandro Pereira | |
2016-07-31 | Decode DDR3 module type (buffered, unbuffered, SODIMM, etc) | Leandro Pereira | |
2016-07-31 | Fix DDR2 mtb values | Leandro Pereira | |
2016-07-31 | Saner indentation for spd-decode.c | Leandro Pereira | |
2016-07-30 | Fix buffer overflow in loadgraph while shifting data | Leandro Pereira | |
2016-07-30 | Fix DMI parsing after 096108b | Leandro Pereira | |
2016-07-30 | Close stream if ReportContext couldn't be created | Leandro Pereira | |
2016-07-30 | Use snprintf() instead of sprintf() in net.c | Leandro Pereira | |
2016-07-30 | Fix multiple problems in USB device listing | Leandro Pereira | |
2016-07-30 | Remove trailing whitespace in storage.c | Leandro Pereira | |
2016-07-30 | Fix multiple problems in IDE disk information | Leandro Pereira | |
2016-07-30 | Fix multiple problems in DDR3 SPD parsing | Leandro Pereira | |
2016-07-30 | Ensure buffer is large enough while scanning input devices | Leandro Pereira | |
2016-07-30 | `group` variable could be uninitialized while parsing DMI | Leandro Pereira | |
2016-07-30 | Handle lsmod not being found | Leandro Pereira | |