summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.c
Commit message (Expand)AuthorAgeFilesLines
* lscpu: add virtualization typesKarel Zak2013-05-201-9/+16
* lscpu: detect more hypervisor vendorsOndrej Oprala2013-05-201-15/+57
* include: fix SYS_{unshare,nsenter} usageKarel Zak2013-04-171-1/+1
* lscpu: set 32-bit / 64-bit for ppcKarel Zak2013-04-171-0/+7
* lscpu: add Model nameKarel Zak2013-04-101-0/+4
* lscpu: fix error messageSami Kerola2013-04-051-1/+1
* lscpu: make /proc/sysinfo usage more robust [coverity scan]Karel Zak2013-03-271-0/+2
* lscpu: remove dead code [coverity scan]Karel Zak2013-03-271-2/+0Star
* lscpu: don't read cpuid on non-live systemsKarel Zak2013-02-141-3/+4
* textual: slice the help text of lscpu into strips, for translatorsBenno Schulenberg2013-01-301-11/+11
* lscpu: correct the description of --sysroot in help textBenno Schulenberg2013-01-301-3/+3
* lscpu: don't care about xasprintf() return codeKarel Zak2012-12-121-2/+2
* lscpu: remove unnecessary variableKarel Zak2012-11-231-1/+0Star
* lib/path: rename functions to be more explicitKarel Zak2012-11-231-17/+18
* lscpu: make read_topology() more robust to avoid SIGFPEKarel Zak2012-11-131-6/+17
* lscpu: Fix issue found on CPU hot-removeToshi Kani2012-11-121-22/+44
* lscpu: limit options --all, --online, --offline to parsable and extended outputHeiko Carstens2012-08-131-0/+12
* lscpu: fix shadow declarationSami Kerola2012-07-261-9/+8Star
* lscpu: use err_exclusive_options()Karel Zak2012-07-261-18/+10Star
* lscpu: fix compiler warning [-Wmissing-prototypes]Karel Zak2012-07-161-2/+4
* lscpu: fix compiler warning [-Wsign-compare]Karel Zak2012-06-191-1/+1
* lscpu: values in /proc/bus/pci/devices are always unsignedSami Kerola2012-06-171-1/+1
* lscpu: use exclusive_option()Sami Kerola2012-06-171-8/+21
* lscpu: fix possibly undefined operationPetr Uzel2012-04-231-2/+4
* Fix typos found by misspellingsBernhard Voelker2012-04-231-1/+1
* sys-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* xalloc: use xasprintf in all filesSami Kerola2012-03-181-1/+1
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* lscpu: fix fd leakKarel Zak2012-02-021-1/+3
* chcpu: check get_max_number_of_cpus() result properlyKarel Zak2012-02-011-3/+4
* lscpu: dereferencing NULL pointer [coverity scan]Karel Zak2012-01-311-1/+3
* lscpu: fix compiler warningsDavidlohr Bueso2012-01-051-2/+2
* lscpu: use xalloc libsDave Reisner2012-01-041-2/+2
* lscpu: add columns description to help, fix header for parsable outputKarel Zak2011-10-111-28/+41
* lscpu: fix typo in help textHeiko Carstens2011-10-111-1/+1
* lscpu: switch Yes/No output to lower caseHeiko Carstens2011-10-111-2/+2
* lscpu: stricter command line parsingHeiko Carstens2011-09-271-0/+4
* lscpu: add --offline optionHeiko Carstens2011-09-271-12/+22
* lscpu: fix -e outputHeiko Carstens2011-09-271-3/+3
* lib,path: move path access functions from lscpu into lib/path.cHeiko Carstens2011-09-271-176/+23Star
* lscpu: add column names to --helpKarel Zak2011-09-271-17/+31
* lscpu: gettextize two columnsKarel Zak2011-09-271-2/+2
* lscpu: s/Y/Yes/ s/N/No/Heiko Carstens2011-09-121-3/+14
* lscpu: add Hypervisor to outputHeiko Carstens2011-09-091-0/+20
* lscpu: add --online optionKarel Zak2011-09-091-5/+15
* lscpu: add --all optionHeiko Carstens2011-09-091-5/+10
* lscpu: add online state to outputHeiko Carstens2011-09-091-6/+16
* lscpu: add configured state to outputHeiko Carstens2011-09-091-2/+23
* lscpu: add human readable extended cpu table outputKarel Zak2011-09-091-17/+96
* lscpu: use buffer for data and headersKarel Zak2011-09-091-30/+83