aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2017-08-11Make MHz translatable in CPU listBurt P
2017-08-11CPU Frequency Desc and benchmark result re-formatBurt P
2017-08-11Make procs/cores/threads description string translatable with plural formsBurt P
2017-08-11Separate processor name and description + count cores and threadsBurt P
2017-08-09Declare proc_cmp() as staticLeandro Pereira
2017-08-09Implement more ways to detect laptop machinesLeandro Pereira
2017-08-09Fix off-by-one error when detecting physical machine typeLeandro Pereira
2017-08-09arm: Try to lookup the SOC name from dt/compatibleBurt P
2017-08-09arm: use decoded name instead of generic linux name for model_nameBurt P
2017-08-09Handle mixed cores in get_processor_name(), ex: big.LITTLE or TegraBurt P
2017-08-06computer.c: tweaksBurt P
2017-08-06Update hardinfo.pot and .po files (after typo fixes)Burt P
2017-08-04Detect physical machine typeLeandro Pereira
2017-08-04No need to check if a /etc/${distro}-release file existsLeandro Pereira
2017-08-04Plug memleak when detecting distributionLeandro Pereira
2017-08-04network: fix network statisticsBurt P
2017-08-04computer/os: quiet warnings, add comment for translatorsBurt P
2017-08-04benchmarks: hide gui bench for gtk3+Burt P
2017-07-30devices.c: printf with no format stringBurt P
2017-07-30boots.c, environment.c: cleanupBurt P
2017-07-30alsa.c: cleanupBurt P
2017-07-30spd-decode.c: break column headers out of format stringsBurt P
2017-07-30benchmark.c: break column headers out of format stringsBurt P
2017-07-30computer.c: break column headers out of format stringsBurt P
2017-07-30network: make all column headers translatableBurt P
2017-07-29Refactor distribution detection routineLeandro Pereira
2017-07-29Re-mark some strings for translationLeandro Pereira
2017-07-29Improve desktop environment detection when reading XDG env varsLeandro Pereira
2017-07-28Plug memory leaks after refactoring desktop detection routineLeandro Pereira
2017-07-28Refactor desktop environment detection routineLeandro Pereira
2017-07-25device tree: silence some warningsBurt P
2017-07-25device tree: fix crash when device tree is not foundBurt P
2017-07-24device tree: printf without format stringBurt P
2017-07-24device tree: remove testing bitBurt P
2017-07-24Check for NULL before g_strstrip() to assertion failure warningsBurt P
2017-07-24device tree: add power mac dataBurt P
2017-07-22device tree: interrupts-extended and dmas supportBurt P
2017-07-22device tree: group interrupt specifiers' values using #interrupt-cellsBurt P
2017-07-22device tree: fix bug in dtr_get_parent_obj()Burt P
2017-07-21arm: add cortex-a55, cortex-a75Burt P
2017-07-21device tree: reg grouping with #address-cells + #size-cellsBurt P
2017-07-21device tree: add seperate prefix and unprefixed name in dtr_objBurt P
2017-07-21device tree: add helper function for appending elementsBurt P
2017-07-21device tree: rpi: improve rpi detection on non-RaspbianBurt P
2017-07-21device tree: try harder to find device-tree rootBurt P
2017-07-21device tree: decode /__overrides__ fieldsBurt P
2017-07-21device tree: dtr_obj_read() tweaks, bug fixBurt P
2017-07-21device tree: special handling gpios and clocksBurt P
2017-07-21computer/os.c: another libc detection fixBurt P
2017-07-19device tree: display phandle, symbol, and alias mappingsBurt P