aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-08FIX GCC warnings - always truebigbear
2024-02-08FIX - missing includesbigbear
2024-02-08CLEANUP - remove old stuffbigbear
2024-02-08FIX DeviceTree Crash Odroid C2 Armbianbigbear
2024-02-08FIX GCC Warningsbigbear
2024-02-08FIX uber-graph GLIB privatebigbear
2024-02-08FIX GCC Compatibilitybigbear
2024-02-08FIX Missing icons, menu about, cleaningbigbear
2024-02-08ADD LibSoup3 (EXPERIMENTAL)bigbear
2024-02-08FIX CodeQL warningsbigbear
2024-02-08FIX Cleanup about credit boxbigbear
2024-02-08PR665 - fix numa node uninitializedbigbear
2024-02-08PR681 - implicit function declarationbigbear
2024-02-08PR696 - module loading orderbigbear
2024-02-08PR405 - icons for computer/securitybigbear
2024-02-08FIX Project license to GPL2+hwspeedy
Both Project and GPL2 source code is changed to GPL2+. See https://github.com/hwspeedy/hardinfo2/commit/8e8fc40665844405084bc1319fb20e05fff0b106
2024-02-08ADD Package building for hardinfo2bigbear
2024-02-08LICENSE Changed to GPL2+ for project and source code According to approval ↵bigbear
from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707
2024-02-08Clean - HARDINFO2 BASEbigbear
2023-10-27Fix build without libsouprezso
2023-10-13Here is the environment cinfiguration: cpu - atom, sd card as bootable disk, ↵Alexey Berezhok
loist of devices: /sys/block/zram0 /sys/block/mmcblk0boot0 /sys/block/mmcblk0boot1 /sys/block/mmcblk2 /sys/block/mmcblk0 Hardinfo got nex pathes for reading for the report: 1) # cat /sys/block/mmcblk0/device/oemid 0x0103 2) # cat /sys/block/mmcblk2/device/oemid 0x534d 3) # cat /sys/block/mmcblk0boot0/device/oemid cat: /sys/block/mmcblk0boot0/device/oemid: No such file or directory 4) # cat /sys/block/mmcblk0boot1/device/oemid cat: /sys/block/mmcblk0boot1/device/oemid: No such file or directory In the code no checks if files from previous step for device was read and pointer not NULL: gchar *oemid_path = g_strdup_printf("/sys/block/%s/device/oemid", e->d->block_dev); gchar *manfid_path = g_strdup_printf("/sys/block/%s/device/manfid", e->d->block_dev); gchar *oemid = NULL, *manfid = NULL; g_file_get_contents(oemid_path, &oemid, NULL, NULL); g_file_get_contents(manfid_path, &manfid, NULL, NULL); unsigned int id = strtol(oemid, NULL, 16); ... id = strtol(manfid, NULL, 16); Before srttol need check for NULL
2023-08-14Update copyright year to 2023L. Pereira
2023-08-14Add option to synchronize during startupL. Pereira
2023-07-29Show kernel module icons even without modules present on filesystemL. Pereira
This is common on Arch Linux systems when the kernel is updated (the running kernel modules are removed from disk). This table was created using modules from Linux 6.3.8, with the same rules as the fallback mechanism uses (longest string prefix match), and is updatable using the sync manager.
2023-05-24Update Turkish translationSabri Ünal
2023-05-15Plug memory leaks in e2k processor codeL. Pereira
Untested.
2023-05-15fix memory leaksboris
2023-05-15edit model namesboris
2023-05-15add full processor model namesboris
2023-05-15Add e2k test databoris
2023-05-15Fix e2k display databoris
2023-05-15Add note for server code location.Hamish Mcintyre-Bhatty
2023-03-01Devices/SPD: Fixed part number decoding for DDR2 and olderOndrej Čerman
2023-03-01Devices/SPD: added support for DDR2 date decodingOndrej Čerman
2023-02-25dmi: Added more placeholder strings found on ASUS MBOndrej Čerman
2023-02-16Update Portuguese translationHugo Carvalho
2023-02-16Add Portuguese translationHugo Carvalho
It still needs some work but it is something to start...
2023-02-16Update loongarch architecture processor informationzhuyaliang
The previous LoongArch support added in commit 56e590d was based on the kernel behavior before the official upstream merge. Stable cpuinfo: https://git.kernel.org/torvalds/c/7153c3c
2022-11-01Add Korean translationyunlisa96
2022-07-24Added e2k test databoris
2022-07-24Improved e2k support, added vendor databoris
2022-07-24update display e2k processors: always in tableboris
2022-07-24ieee_oui.ids: fix mcst vendor nameboris
2022-05-16Added a little bit more translation for germanSalatwurzel
Closes #639.
2022-05-16Update ru.poViktor
Closes #647.
2022-05-16Update URL for Cypress vendorMichael H
2021-12-05Add new Intel CPU flagsL Pereira
2021-11-21udisks2_util.c: missing bracketsZmicek123
2021-11-21Show temperature for all hard drives when using hddtempZmicek123
Close #15.
2021-11-21Show correct temperature units in hddtempZmicek123