aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2019-06-29fix a somewhat confusing memory fault/leakBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-29Computer Summary RAM tweakBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-29Memory Devices: add ranks, io pins, voltages for ddr3Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-29Memory Devices: fix spd revision for ddr and ddr2Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-29Memory Devices: mfg date for ddr3Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-29Memory Devices: dram vendor for ddr3Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-29Memory Devices: add rank from DMIBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-29Memory Devices: unkifnull() a couple types_str usesBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-29Computer Summary: use info from Memory Devices in RAM fieldBurt P
Show size and type if SPD or DMI memory information was available. Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-29Memory Devices: a little name cleanupBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-29Memory Devices: update SPD manufacturer codesBurt P
* based on list in recent decode-dimms * move to separate file for easier maintenance Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-29Memory Devices improvementsBurt P
* note if ddr3 is installed but ee1004 is used * create an SPD "array" if no DMI arrays exist * show mem types in array info * include any SPD-detected modules even if they are types that can't be decoded currently Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-29benchmark/zlib: new version of zlib benchmarkBurt P
The new version uses a fixed time (7s) and the results are much more consistent than the previous version. A couple results for the new version, one "low" and one "high", replace the old results, which were quite strange. Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-28Use Processor/Memory to be more consistent with items in DevicesLeandro Pereira
2019-06-28Show PCI device icons based on classLeandro Pereira
2019-06-28Use USB icon for USB hubsLeandro Pereira
2019-06-28Better benchmark in progress dialog in GTK+3Leandro Pereira
While the shell isn't rewritten to take advantage of GTK+3 only, let's just ignore these deprecation warnings.
2019-06-28Add ltrace and awk to Computer->DevelopmentLeandro Pereira
2019-06-28Combine Memory DMI and Memory SPD into "Memory Devices"Burt P
Combines the information from DMI and SPD into a single Memory Devices section. Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-27Force ViewType=0 for Computer->DevelopmentLeandro Pereira
2019-06-27Add more compilers and tools to the development sectionLeandro Pereira
2019-06-27GTK3/Benchmarks disable guibench onlyJuro Bystricky
GTK3 build inadvertably disabled all benchmarking. At present, the GTK3 build intentionally avoids building of "guibench" due to non-trivial changes from GTK2 to GTK3. However, all other benchmarks were disabled as well. This was not by design, as non-gui benchmarks have no GTK3 dependencies. The reason benchmarks were diasbled (did not show up in the menus) was that the code for "benchark_gui" still referenced the missing "guibench" routine. This routine was not present in the "benchmark.so", so the library would not load due to the missing entry point. This patch addresses the issue. All benchmarks (except guibench) show/work fine with GTK3. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2019-06-26devices/spd-decode.c: show spd details in reportsBurt P
Adding ! in front of the key causes the "moreinfo" details to be included in a `hardinfo -r` report. Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-26Update S.M.A.R.T.TotalCaesar659
Co-Authored-By: Leandro A. F. Pereira <leandro@hardinfo.org>
2019-06-26Update S.M.A.R.T.TotalCaesar659
Co-Authored-By: Leandro A. F. Pereira <leandro@hardinfo.org>
2019-06-26Change "smart" to "S.M.A.R.T."TotalCaesar659
2019-06-26devices/dmi_memory.c: point out bad infoBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-26devices/dmi_memory.c: tweak for mfgr nameBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-26devices/dmi_memory.c: shell viewtype=1 version, other tweaksBurt P
* add -std=c99 for dmi_memory.c to use unicode * -std=c99 is picky about inline functions Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-26computer.c: fix a couple compile warningsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-25Show machine type in Computer->SummaryLeandro Pereira
2019-06-25devices/dmi_memory.c: fix no dmi caseBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-25devices/dmi_memory.c: array as struct, show installed/max for size/modulesBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-25devices/dmi_memory.c: tweakBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-25devices/dmi_memory.c: add memory array informationBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-25dmi_memory.c: rewrite function dmi_mem_socket_info()Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-23devices.c: fix field update for sensorsBurt P
Bug: https://github.com/lpereira/hardinfo/issues/358 Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-22devices/dmi_memory.c: fix for <BAD INDEX> from dmidecodeBurt P
Pango tries to use it as a tag and causes an error. Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-22DMI socket/module information moved from Processor to Memory DMIBurt P
As discussed in https://github.com/lpereira/hardinfo/issues/345 Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-22Note for missing nvme info without udisks2Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-20move devices/memory to computer/memory usageBurt P
As discussed in https://github.com/lpereira/hardinfo/issues/345 Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-19devices/spd: Fixed DDR3 tCLOndrej Čerman
2019-06-19devices/spd: Added DDR3 Module manufacturerOndrej Čerman
2019-06-19devices/spd: FIX DDR3 Module sizeOndrej Čerman
2019-06-19Fix typoTotalCaesar659
2019-06-18Add information about SELinux and other LSMsLeandro Pereira
2019-06-18Use security-low icon from the GNOME Adwaita themeLeandro Pereira
2019-06-18Start Computer/SecurityBurt P
As requested in https://github.com/lpereira/hardinfo/issues/342 Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-16devices/spd-decode.c: add source informationBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-02devices/spd-decode: Fallback to another driver when no devices are foundOndrej Čerman