aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-27usb: use vendor flag for vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27storage: use vendor flag for vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27printers: use vendor flag for vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27dmi: use vendor flag for vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27shell: add key flag for strings expected to contian vendorsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27Added benchmark result for Ryzen 7 PCOndrej Čerman
2019-12-26bench_results: strtoll() -> strtoull() for memory sizesBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-26bench results: add phys mem if knownBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-26memory devices: use "RAM" for unknown ram type instead of (Unknown)Burt P
ex: "16 GiB DDR4 SDRAM", when type is known, or just "16 GiB RAM" when it isn't. (formerly "16 GiB (Unknown)") Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-26computer/display: add notes for wanted extern utilsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-26vendor.ids: updatesBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
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-22arm: fix broadcom dtree prefixBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-22nice_name: option to remove "with Radeon" from AMD CPU namesBurt P
'AMD E2-1800 APU with Radeon(tm) HD Graphics' ---> 'AMD E2-1800' 'AMD FX-9800P RADEON R7, 12 COMPUTE CORES 4C+8G' ---> 'AMD FX-9800P' 'AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx' ---> 'AMD Ryzen 5 3500U' Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-22Added module iconsOndrej Čerman
2019-11-22Patch 5 (#482)Yo
* Update final FR * update fr.po
2019-11-16x86/processor: update mallocOndrej Čerman
Co-Authored-By: Leandro A. F. Pereira <leandro@hardinfo.org>
2019-11-16x86/processor: malloc bufferOndrej Čerman
2019-11-16x86/processor: bigger buffer for cpuinfoOndrej Čerman
2019-11-14memory devices: don't use find for block sumBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-11-14memory devices: sum online blocks as fallback physical memory countBurt P
if no eeprom for SPD, and no root for DMI, try online block count x block size. Signed-off-by: Burt P <pburt0@gmail.com>
2019-11-13util_ids: remove duplicate declarationBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-11-13util_ids: fix, updateBurt P
Fixes https://github.com/lpereira/hardinfo/issues/476 Signed-off-by: Burt P <pburt0@gmail.com>
2019-11-13monitors: free edid file listBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-11-13update fr.poYo
new
2019-10-29Fix up README grammar and spellingPopeRigby
2019-10-29run po/updatepo.shBurt P
Syncs strings and fixes all comments with usage references. Signed-off-by: Burt P <pburt0@gmail.com>
2019-10-29po/fr.po: fix build errorsBurt P
Just removed a couple trouble strings to fix make, they will need to be restored by someone who knows the language. Signed-off-by: Burt P <pburt0@gmail.com>
2019-10-24Update pt_BR 04092019pepaulo
2019-10-24sysbench memory tweaksBurt P
* Use a larger sample size for sysbench 1.0+ and 64-bit * Store pointer size with bench results * Re-enable single thread memory benchmark Use a larger sample size where available. The small size was chosen because the 32-bit ARM sysbench 0.4x in raspbian can't do more than about ~4G, but the problem is that much more powerful machines burn through that very quickly. The result is in MiB/s so it should still be comparable, but the results should be more stable. Noticed with Ryzen that multi-thread varies significantly based on what threads are used, but benchmark doesn't really have control over that. Signed-off-by: Burt P <pburt0@gmail.com>
2019-10-24auto_free: quiet glib warning about freeing timer when auto_free was never usedBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-10-24report: handle newlines in valuesBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-10-24don't try to escape multi-column values in flatten_group()Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-10-24CONTRIBUTING.md copyeditBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-10-24Contributors files firs overallPICCORO Lenz McKAY
a starter contributors file permits more coders to send pulls and can aprove more quickly avoid waste time in reviews sync and update translation adn already commited CONTRIBUTION FILE without formating * added minimal instruction for translation * added basic intruction for contribution code * added basic rules to coordinate work * use markdown format and added .md extension to automatic formating typo fixeds for right spell as reviewed, redue the files, organize: * mixture of TAB and SPACES, but with priority to use SPACES! * remove the extra info for coding * corrected the very basic english * reduced too much unnecessary exposition. only cited the git minimal * removed API documentation to use a HACK file in future or in docs elsewhere i put some api info due we do not have the hlp/doc info complete, due my think was made a future pull with improvements only to docs directory.. to mantain organization in work and i now reduce the rules/settings to only related to how to code minimal, and let the API citation only until we have priority 4 espaces but not hard rule as discuted in 102#issuecomment-316764510 (#102) rules about pull request, due hard to review thems rules about pull request, due amount of mixed and unrelated changes hard to review
2019-10-24rename CONTRIBUTING to .mdBurt P
2019-10-24Update French fr.poYo
2019-10-24Update Upgrade fr.poYo
2019-10-24devices/storage: Better SMART attribute labelsOndrej Čerman
2019-10-24Devices/storage: SMART attributes from udisks2Ondrej Čerman
2019-08-31add bench resultBurt P
https://github.com/lpereira/hardinfo/issues/458#issuecomment-526359828
2019-08-31Update Russian translationTotalCaesar659
2019-08-28monitors: edid ETB fixesBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-28monitors: fixes for vendor ouiBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-28monitors: add ieee_oui lookup, link for vendor nameBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-28monitors: safer strings, some DI-EXTBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-28monitors: edid fixesBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-28vendor: update vendor.{h,c}Burt P
Mostly new match rules. Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-28monitors: displayid fixesBurt P
Signed-off-by: Burt P <pburt0@gmail.com>