aboutsummaryrefslogtreecommitdiff
path: root/modules/computer/modules.c
AgeCommit message (Collapse)Author
2024-03-14FIX GCC warnings and 3 potential crash never seenhwspeedy
2024-03-05FIX Kernel modules sorted for better UX (#12)hwspeedy
2024-02-28ADD Sync blobversion check - only update if new on serverhwspeedy
2024-02-28FIX missing hardinfo2 rename for settingshwspeedy
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
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.
2021-11-07Update copyright informationL Pereira
2020-01-03modules: variable init FIXOndrej Čerman
2019-12-23Add module icons for v4l and filesystem modulesLeandro Pereira
2019-12-23Sort module icon table by reverse string lengthLeandro Pereira
This way, it's possible to add less specific icons for some categories (e.g. net/bluetooth, net/wireless, net/ethernet, falling back to net/).
2019-12-22Added module iconsOndrej Čerman
2019-06-02computer/modules.c: add intree and retpoline fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-02computer/modules.c: code format cleanupBurt P
Using clang-format options: BasedOnStyle: LLVM IndentWidth: 4 ColumnLimit: 100 TabWidth: 8 UseTab: Never AlignEscapedNewlines: Left AlwaysBreakAfterReturnType: None AllowShortBlocksOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true Signed-off-by: Burt P <pburt0@gmail.com>
2017-08-14More "Making module information translatable"Burt P
Continuation of TotalCaesar659's work, but with the labels broken out of the c-format string, and the Dependencies header translatable as well. Signed-off-by: Burt P <pburt0@gmail.com>
2017-08-14Making module information translatableTotalCaesar659
2016-07-30Handle lsmod not being foundLeandro Pereira
2012-01-26Better manage moreinfo hashesLeandro Pereira
Have only one for the whole program and use per-module namespaces/prefixes so that each module can clear its own information easily.
2012-01-15Remove more sightings of if (ptr) { free(ptr) }Leandro Pereira
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira