Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-12 | Add column for localized field descriptions to Devices->Memory | Burt P | |
To get around the earlier problems with localized labels in the memory view, add a column "Description" that uses the localized labels. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-12 | Fix Computer -> Summary -> RAM for non-English | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-04 | Use load graph (used in memory view) to graph sensor data | Leandro Pereira | |
Writing this I realized why I stopped working on HardInfo. While there are some good ideas in the architecture, it's API is beyond salvation. It's buggy, quirky, and not intuitive at all. | |||
2017-07-04 | Ungroup sensor values | Leandro Pereira | |
This is a step in adding sensor graphing support. | |||
2017-06-02 | Requested changes in re rpi board name | Burt P | |
* dt_get_model() replaced by the simpler g_file_get_contents() * rpi_get_boardname() declared static Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-06-02 | Get "model" from device tree for board name | Burt P | |
Uses /proc/device-tree/model for get_motherboard() when not x86. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-06-02 | rpi board data edits | Burt P | |
Minor edits to the Raspberry Pi board data table. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-06-02 | Get board information for Raspberry Pis | Burt P | |
get_motherboard() will now return something for Raspberry Pi boards. example: "Raspberry Pi 3 (Q1 2016) pcb-rev:1.2 soc:BCM2835 mem:1GB mfg-by:Sony" Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-04-10 | Update devices.c | TotalCaesar659 | |
2016-07-30 | If reading from /proc/{ioports,iomem,dma} requires root, warn | Leandro Pereira | |
2015-10-25 | ARM fixes. | jamesbond | |
2015-10-25 | revert commit [d5afcb6851]; fix the real cause of missing RAM display (use ↵ | jamesbond | |
moreinfo_lookup rather than hi_more_info); fix usb display crashing (util.c now looks for lsusb in /usr/sbin first); fix glibc version not showing (glibc located in /lib64/libc.so.6); initial support for DDR3 spd-decoding (incomplete, the manufacturer is not shown yet). | |||
2015-10-25 | fix missing RAM memory due to functions of the same name being exported in ↵ | jamesbond | |
different shared libraries (fix: make the functions private). | |||
2014-01-03 | Add initial translation support (patch from rodin.s) | Julien Lavergne | |
2012-05-30 | Split x86 and x86_64 arches | hasufell | |
lib suffix in hardinfo/binreloc.c is already supported and will be respected now | |||
2012-01-27 | Remove "lib" prefix from modules | Leandro Pereira | |
2012-01-26 | Better manage moreinfo hashes | Leandro 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-15 | Allocate/deallocate sensor labels/compute hash table only once | Leandro Pereira | |
2012-01-07 | Show moterboard information in the new summary screen | Leandro Pereira | |
2012-01-07 | Display memory size in the new computer summary screen | Leandro Pereira | |
2010-08-15 | Fix crash on module unload | Leandro Pereira | |
2010-05-09 | Add support to read memory SPD (memory type, speed, timings, etc). | Leandro A. F. Pereira | |
2010-05-08 | ARCH_i386 and ARCH_x86_64 are not defined anymore; use ARCH_x86 instead | Leandro A. F. Pereira | |
2010-05-03 | Move files from hardinfo2 to root. | Leandro A. F. Pereira | |