summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.c
Commit message (Expand)AuthorAgeFilesLines
* lscpu: detect sun4{u,v} in /proc/cpuinfo for sparc64Karel Zak2011-03-311-1/+4
* lscpu: fix op-mode for /{sys,proc} dumpsKarel Zak2011-03-311-0/+5
* lscpu: fix threads-per-core calculationKarel Zak2011-03-311-6/+14
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* lscpu: use xstrdup from xalloc.hPetr Uzel2011-02-211-9/+1Star
* textual: improve the wording of some error and usage messagesBenno Schulenberg2011-02-161-8/+9
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* lscpu: cleanup usage()Karel Zak2011-02-081-6/+8
* lscpu: fix 64bit CPU detectionKarel Zak2011-01-191-20/+33
* build-sys: use WORDS_BIGENDIAN to determine platform byte-orderFabian Groffen2011-01-171-3/+1Star
* lscpu: avoid len = 0 as a consequence of maxcpus = 0Gerrit Renker2010-12-311-1/+2
* lscpu: use GPLv2+Karel Zak2010-12-011-4/+5
* lscpu: really use 'mode' argument in path_fopen()Petr Uzel2010-10-071-1/+1
* lscpu: support sysfs without cpu/online fileKarel Zak2010-08-201-7/+9
* lscpu: add byte order and bogoMIPS informationDavidlohr Bueso2010-08-201-1/+12
* lscpu: add -x and {On,Off}-line CPU(s) mask/listKarel Zak2010-08-111-17/+56
* lscpu: support offline CPUsKarel Zak2010-08-111-9/+52
* lscpu: replace LC_MESSAGES with LC_ALL in setlocate()Francesco Cosoleto2010-06-301-1/+1
* lscpu: gettextize "CPU(s)"Francesco Cosoleto2010-06-301-1/+1
* lscpu: fix typo, "faild" to "failed"Benno Schulenberg2010-06-151-1/+1
* messages: gettextize a few skipped or forgotten onesBenno Schulenberg2010-06-141-1/+1
* textual: fix typos, and rephrase some things for clarityBenno Schulenberg2010-06-141-1/+1
* lscpu: use cpuset masks, read data for all CPUsKarel Zak2010-06-011-197/+270
* lscpu: improve --sysroot codeKarel Zak2010-06-011-35/+73
* lscpu: cleanup used namesKarel Zak2010-06-011-114/+115
* lscpu: cleanup path_scanstr()Karel Zak2010-06-011-8/+33
* lscpu: fix cpuid opcode detectionHenne Vogelsang2010-03-011-1/+1
* lscpu: add {32,64}-bit CPU modes detectionKarel Zak2010-01-071-0/+35
* lscpu: fix cpuid code on x86/PICMike Frysinger2009-05-111-3/+13
* lscpu: return EXIT_SUCCESS at the endMatthias Koenig2008-10-221-1/+1
* lscpu: add Hypervisor detectionKarel Zak2008-10-221-20/+164
* lscpu: --sysroot option and stable cache outputCai Qian2008-08-141-34/+60
* lscpu: new commandCai Qian2008-07-181-0/+529