Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-07 | Update copyright information | L Pereira | |
2019-08-10 | Always pulse status bar while spawning processes synchronously | Leandro Pereira | |
2019-07-29 | dmi_util: extended handle data type | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-02 | dmi_util/memory devices: fixes for 32-bit systems | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | dmi_util: make cache static, use cache free function | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | dmi_util.c: add simple cache for dmidecode reads | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-05-26 | dmi_util: more placeholder values to ignore | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-12-03 | dmi: add system-serial-number, sku; ignore a few more placeholders | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | dmi_util: fix warnings | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | dmi_util: ignore full string of 'X' or '0' | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | dmi_util: make ignoring string detectable | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | dmi: ignore some zotac nonsense values | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | devices: get_motherboard() refinements | Burt P | |
As discussed in #289: "Maybe instead of falling back separately it could try for the best from the board group and the best from the product/system group and always give <board> (<system>), perhaps with any duplicates removed." Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-10-22 | dmi_util: extend chassis_type table; add some functions to get information ↵ | Burt P | |
from dmidecode Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-04-24 | dmi: ignore placeholder strings ("To Be Filled...", etc) | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | dmi: check for null from dmi_get_str() in dmi_chassis_type_str() | Burt P | |
Fix a crash when there is no DMI available. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | dmi: requested changes | Burt P | |
Change requested by lpereira in https://github.com/lpereira/hardinfo/pull/160 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | DMI: allow specifying type for dmi_chassis_type_str() | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | Create dmi_util.c and move *_util.c to hardinfo/ | Burt P | |
These stand alone interfaces and are used across modules, so just make them available to any module by default. Signed-off-by: Burt P <pburt0@gmail.com> |