Go to file
Heiko Carstens 7afc23874e lscpu: add --offline option
Implement "--offline" option which only prints offline cpus. As a side effect
we can get rid of the internal "allcpus" flag, since if we want to print
informations for online and offline cpus we simply set both flags.

When reading sysfs attributes of cpus this is now done for all cpus, since
e.g. the topology informations of the online cpus may influence the
topology informations of the offline cpus. This mainly because online cpus
may contain masks which include offline cpus while offline cpus have a
missing topology directory.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
2011-09-27 14:48:33 +02:00
Documentation docs: add non-return function and if shorthand tips 2011-09-17 15:07:52 +02:00
config build-sys: add smatch data 2011-09-13 11:10:18 +02:00
disk-utils fdformat: fix uninitialized variable 2011-09-12 12:45:57 +02:00
fdisk Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetit 2011-08-31 11:04:15 +02:00
fsck docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
getopt docs: use .LGPL extension for file with GNU Lesser License 2011-08-31 11:12:17 +02:00
hwclock Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetit 2011-08-31 11:04:15 +02:00
include chcpu: convert to use lib/path.c 2011-09-27 13:36:54 +02:00
lib lib,path: use write_all() 2011-09-27 13:37:41 +02:00
libblkid libblkid: remove unnecessary position check from list_for_each_safe loops 2011-09-12 15:22:51 +02:00
libmount libmount: previously assumed null pointer [smatch scan] 2011-09-12 16:01:42 +02:00
libuuid libuuid: add limits.h include for OPEN_MAX 2011-09-07 07:45:52 +02:00
login-utils chfn: remove non-ANSI definitions [smatch scan] 2011-09-13 11:21:47 +02:00
m4 build-sys: use AC_LANG_SOURCE to suppress warnings 2011-03-08 13:37:09 +01:00
man/ru build-sys: don't install ru/ddate.1 if ddate disabled 2011-08-30 09:46:10 +02:00
misc-utils whereis: non-ANSI definition [smatch scan] 2011-09-12 16:15:19 +02:00
mount mount: use common libs 2011-09-27 12:49:52 +02:00
partx partx: support loop devices 2011-08-31 16:51:48 +02:00
po po: merge changes 2011-08-29 12:23:30 +02:00
schedutils Merge branch 'chcpu' of git://git.kernel.org/pub/scm/linux/kernel/git/heiko/util-linux 2011-08-31 11:49:27 +02:00
sys-utils lscpu: add --offline option 2011-09-27 14:48:33 +02:00
term-utils agetty: test ECHO on c_lflag 2011-09-26 12:34:10 +02:00
tests lscpu: remove unneeded file 2011-09-12 12:46:01 +02:00
text-utils column: fix error reported by smatch 2011-09-10 16:48:12 +02:00
tools build-sys: add err and errx to smatch no_return_funcs 2011-09-13 11:15:43 +02:00
.gitignore build-sys: use AUTOMAKE_OPTIONS = gnu 2011-05-26 15:04:01 +02:00
AUTHORS Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetit 2011-08-31 11:04:15 +02:00
COPYING Imported from util-linux-2.13-pre1 tarball. 2006-12-07 00:26:54 +01:00
ChangeLog build-sys: use AUTOMAKE_OPTIONS = gnu 2011-05-26 15:04:01 +02:00
Makefile.am build-sys: use --enable-most-builds for distcheck 2011-09-12 14:12:43 +02:00
NEWS Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetit 2011-08-31 11:04:15 +02:00
README docs: new file Documentation/howto-contribute.txt 2011-08-23 21:34:20 +02:00
README.licensing rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
autogen.sh build-sys: use git-version-gen to distinct git and release versions 2011-04-05 16:34:00 +02:00
configure.ac build-sys: ddate typo fixed 2011-09-10 16:47:15 +02:00

README

                                  util-linux

              util-linux is a random collection of Linux utilities

     Note that in years 2006-2010 this project used the name "util-linux-ng".

WEB PAGE:

     http://kernel.org/~kzak/util-linux/


MAILING LIST:

      E-MAIL: util-linux@vger.kernel.org
      URL:    http://vger.kernel.org/vger-lists.html#util-linux


DOWNLOAD:

      ftp://ftp.kernel.org/pub/linux/utils/util-linux/


SOURCE CODE:

      Web interface:
          http://git.kernel.org/?p=utils/util-linux/util-linux.git
      Checkout:
          git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git util-linux


NLS (PO TRANSLATIONS):

      PO files are maintained by:
          http://translationproject.org/domain/util-linux-ng.html


VERSION SCHEMA:

      Standard releases:

          <major>.<minor>[.<maint>[.<bugfix>]]

             major = fatal and deep changes
             minor = typical release with new features
             maint = maintenance releases; bug fixes only
             bugfix = unplanned releases for critical/security bugs

      Development releases:

         <major>.<minor>-rc<N>