summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.c
Commit message (Expand)AuthorAgeFilesLines
...
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-6/+6
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-12/+12
* lscpu: don't use path_exist() before path_fopen()Karel Zak2017-01-311-18/+10Star
* lscpu: make osrelease file optionalKarel Zak2017-01-311-1/+2
* lscpu: Detect Windows Subsystem for LinuxStanislav Brabec2017-01-311-1/+19
* lscpu: add aarch64 specific namesKarel Zak2017-01-091-0/+3
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* misc: spelling, always use "cannot" instead of "can not"Ruediger Meier2016-11-301-2/+2
* lscpu: disable is_vmware_platform() for non-root usersKarel Zak2016-11-031-0/+9
* lscpu: print correct number of threads per core if possibleHeiko Carstens2016-08-031-3/+10
* lscpu: only try to read sysfs attributes of present CPUsHeiko Carstens2016-08-031-0/+4
* lscpu: add --physical optionHeiko Carstens2016-08-031-19/+92
* lscpu: make lookup_cache() more robustKarel Zak2016-06-241-2/+7
* lscpu: show additional caches (s390)Heiko Carstens2016-06-241-0/+70
* lscpu: show machine type (s390)Heiko Carstens2016-06-241-0/+12
* lscpu: show static and dynamic MHz (s390)Heiko Carstens2016-06-241-0/+8
* lscpu: fix typo in summary outputHeiko Carstens2016-06-241-1/+1
* lscpu: add drawer supportHeiko Carstens2016-06-241-8/+43
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* lscpu: revert unnecessary path_exist()Karel Zak2016-03-221-1/+1
* lscpu: correct the Virtualization type on Xen DomU PV guestDongli Zhang2016-03-221-2/+30
* lscpu: fix memleak because of ambiguous tagsRuediger Meier2016-03-161-1/+2
* lscpu: use cpu and revision tag if availableRuediger Meier2016-03-161-9/+8Star
* Revert "lscpu: keep lscpu usable on snapshots"Ruediger Meier2016-03-161-18/+7Star
* lscpu: keep lscpu usable on snapshotsKarel Zak2016-03-151-7/+18
* lscpu: Fix model and model name on Power SystemsVasant Hegde2016-03-141-0/+5
* misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy2016-03-071-2/+6
* lscpu: fix backward buffer size adjustment after adding delimiterYuriy M. Kaminskiy2016-03-071-2/+2
* lscpu: Print physical cpu informationSukadev Bhattiprolu2015-12-021-0/+55
* lscpu: fix read_hypervisor_powerpc() logicKarel Zak2015-09-011-12/+7Star
* lscpu: add warning for __SANITIZE_ADDRESS__Karel Zak2015-06-021-2/+6
* sys-utils: lscpu segfaults when built with -fsanitize=addressCristian Rodríguez2015-06-021-1/+1
* lscpu: add cpu flags entry to summary outputWANG Chao2015-05-131-0/+3
* lscpu: add s-Par supportBenjamin Romer2015-02-111-0/+3
* lscpu: fix typos in ppc codeKarel Zak2015-02-091-3/+3
* lscpu: cleanup ppc virtualization detectionKarel Zak2015-02-061-20/+13Star
* lscpu: fix compiler error [-Werror=format-security]Karel Zak2015-02-061-1/+1
* lscpu: detect also QEMU emulation on ppcKarel Zak2015-02-051-19/+37
* build: fix printf warnings for icc (-Wformat-security)Ruediger Meier2015-01-211-4/+4
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* lscpu: blacklist vmware_bdoor() AddressSanitizer checkSami Kerola2014-12-191-1/+1
* lscpu: theoretical buffer overflowTobias Stoeckmann2014-11-181-2/+2
* textual: use manual tail usage() macroSami Kerola2014-10-011-1/+1
* textual: use version printing macro everywhereSami Kerola2014-10-011-2/+1Star
* lscpu: fix cppcheck warningsBoris Egorov2014-09-161-4/+4
* lscpu: clean up vmware inline asmMike Frysinger2014-08-111-10/+26
* lscpu: avoid use of bzero() in favor of memset()Sami Kerola2014-07-131-1/+1
* lscpu: fix ifdef HAVE_sys_io_h [checkconfig]Karel Zak2014-06-181-1/+1
* libsmartcols: add debug messagesKarel Zak2014-06-061-1/+4
* lscpu: improve vmware detectionRuediger Meier2014-05-291-1/+82