summaryrefslogtreecommitdiff
path: root/sys-utils/lscpu.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-14lscpu: sort NUMA nodes to keep output human readableKarel Zak1-0/+8
2014-01-06lscpu: support discontinuous NUMA nodesKarel Zak1-7/+43
2013-11-05lscpu: support non sequentially numbering of CPUsAlexander Troosh1-49/+84
2013-10-08textual: properly use uppercase in certain abbreviationsBenno Schulenberg1-2/+2
2013-10-02lscpu: cleanup DMI code [coverity scan]Karel Zak1-1/+1
2013-09-25lscpu: report cpu min mhzDavidlohr Bueso1-13/+37
2013-09-16lscpu: use TT_FL_FREEDATA for tt tableKarel Zak1-2/+4
2013-08-01lscpu: fix shadow declaration [smatch scan]Sami Kerola1-4/+4
2013-06-07lscpu: add max MHz value to make cpu governor effects more visibleSami Kerola1-1/+25
2013-05-20lscpu: add virtualization typesKarel Zak1-9/+16
2013-05-20lscpu: detect more hypervisor vendorsOndrej Oprala1-15/+57
2013-04-17include: fix SYS_{unshare,nsenter} usageKarel Zak1-1/+1
2013-04-17lscpu: set 32-bit / 64-bit for ppcKarel Zak1-0/+7
2013-04-10lscpu: add Model nameKarel Zak1-0/+4
2013-04-05lscpu: fix error messageSami Kerola1-1/+1
2013-03-27lscpu: make /proc/sysinfo usage more robust [coverity scan]Karel Zak1-0/+2
2013-03-27lscpu: remove dead code [coverity scan]Karel Zak1-2/+0
2013-02-14lscpu: don't read cpuid on non-live systemsKarel Zak1-3/+4
2013-01-30textual: slice the help text of lscpu into strips, for translatorsBenno Schulenberg1-11/+11
2013-01-30lscpu: correct the description of --sysroot in help textBenno Schulenberg1-3/+3
2012-12-12lscpu: don't care about xasprintf() return codeKarel Zak1-2/+2
2012-11-23lscpu: remove unnecessary variableKarel Zak1-1/+0
2012-11-23lib/path: rename functions to be more explicitKarel Zak1-17/+18
2012-11-13lscpu: make read_topology() more robust to avoid SIGFPEKarel Zak1-6/+17
2012-11-12lscpu: Fix issue found on CPU hot-removeToshi Kani1-22/+44
2012-08-13lscpu: limit options --all, --online, --offline to parsable and extended outputHeiko Carstens1-0/+12
2012-07-26lscpu: fix shadow declarationSami Kerola1-9/+8
2012-07-26lscpu: use err_exclusive_options()Karel Zak1-18/+10
2012-07-16lscpu: fix compiler warning [-Wmissing-prototypes]Karel Zak1-2/+4
2012-06-19lscpu: fix compiler warning [-Wsign-compare]Karel Zak1-1/+1
2012-06-17lscpu: values in /proc/bus/pci/devices are always unsignedSami Kerola1-1/+1
2012-06-17lscpu: use exclusive_option()Sami Kerola1-8/+21
2012-04-23lscpu: fix possibly undefined operationPetr Uzel1-2/+4
2012-04-23Fix typos found by misspellingsBernhard Voelker1-1/+1
2012-04-04sys-utils: verify writing to streams was successfulSami Kerola1-0/+2
2012-03-18xalloc: use xasprintf in all filesSami Kerola1-1/+1
2012-02-24docs: corrections to FSF license files, and postal addressSami Kerola1-3/+3
2012-02-02lscpu: fix fd leakKarel Zak1-1/+3
2012-02-01chcpu: check get_max_number_of_cpus() result properlyKarel Zak1-3/+4
2012-01-31lscpu: dereferencing NULL pointer [coverity scan]Karel Zak1-1/+3
2012-01-05lscpu: fix compiler warningsDavidlohr Bueso1-2/+2
2012-01-04lscpu: use xalloc libsDave Reisner1-2/+2
2011-10-11lscpu: add columns description to help, fix header for parsable outputKarel Zak1-28/+41
2011-10-11lscpu: fix typo in help textHeiko Carstens1-1/+1
2011-10-11lscpu: switch Yes/No output to lower caseHeiko Carstens1-2/+2
2011-09-27lscpu: stricter command line parsingHeiko Carstens1-0/+4
2011-09-27lscpu: add --offline optionHeiko Carstens1-12/+22
2011-09-27lscpu: fix -e outputHeiko Carstens1-3/+3
2011-09-27lib,path: move path access functions from lscpu into lib/path.cHeiko Carstens1-176/+23
2011-09-27lscpu: add column names to --helpKarel Zak1-17/+31