Age | Commit message (Collapse) | Author |
|
There is a small typo in modules/devices/riscv/riscv_data.c.
Should read `insensitive` rather than `insensitve`.
|
|
|
|
the values are aligned to the cols
|
|
|
|
|
|
Some libcs will define macros that redefine these tokens.
|
|
|
|
|
|
E2K (Elbrus 2000) - this is VLIW/EPIC architecture, like Intel Itanium (IA-64) architecture.
Ref: https://en.wikipedia.org/wiki/Elbrus_2000
|
|
Information gathered by @bp0. Closes #555.
|
|
|
|
Fixes #552.
|
|
|
|
|
|
Spotted while running on Debian 8/PowerPC.
Closes #549. Fix by @bp0.
|
|
|
|
|
|
Recent cleanups broke this function and the server was rejecting MachineIds.
|
|
|
|
|
|
|
|
|
|
|
|
No need to keep the .conf format around for a while since the only usage of
this function was for the SyncManager, that has been disabled for a while.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Leandro A. F. Pereira <leandro@hardinfo.org>
|
|
Fixes https://github.com/lpereira/hardinfo/issues/541
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
|
|
|
|
This is a scaffolding method to add support for JSON benchmark results
without disrupting current working code.
(Should also have plugged a memory leak.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|