util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] more lscpu and chcpu changes
@ 2011-09-15  6:52 Heiko Carstens
  2011-09-15  6:52 ` [PATCH 1/6] lib,path: move path access functions from lscpu into lib/path.c Heiko Carstens
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Heiko Carstens @ 2011-09-15  6:52 UTC (permalink / raw)
  To: Karel Zak; +Cc: util-linux, Heiko Carstens

Hi Karel,

just another batch of small changes to lscpu and chcpu.

The only thing that is planned that should follow are man page updates
to both tools. However I'd like to let a technical writer over here to
review and fix my changes before sending them.

Thanks,
Heiko

Heiko Carstens (6):
  lib,path: move path access functions from lscpu into lib/path.c
  chcpu: convert to use lib/path.c
  chcpu: provide better user feedback
  lscpu: fix -e output
  lscpu: add --offline option
  lscpu: stricter command line parsing

 include/path.h        |   17 ++++
 lib/path.c            |  217 ++++++++++++++++++++++++++++++++++++++++++++
 sys-utils/Makefile.am |    6 +-
 sys-utils/chcpu.c     |  122 +++++++++++--------------
 sys-utils/lscpu.1     |    9 ++-
 sys-utils/lscpu.c     |  237 ++++++++++---------------------------------------
 6 files changed, 348 insertions(+), 260 deletions(-)
 create mode 100644 include/path.h
 create mode 100644 lib/path.c

-- 
1.7.5.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-09-27 13:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15  6:52 [PATCH 0/6] more lscpu and chcpu changes Heiko Carstens
2011-09-15  6:52 ` [PATCH 1/6] lib,path: move path access functions from lscpu into lib/path.c Heiko Carstens
2011-09-15  6:52 ` [PATCH 2/6] chcpu: convert to use lib/path.c Heiko Carstens
2011-09-16  8:28   ` Heiko Carstens
2011-09-15  6:52 ` [PATCH 3/6] chcpu: provide better user feedback Heiko Carstens
2011-09-15  6:52 ` [PATCH 4/6] lscpu: fix -e output Heiko Carstens
2011-09-15  6:52 ` [PATCH 5/6] lscpu: add --offline option Heiko Carstens
2011-09-15  6:52 ` [PATCH 6/6] lscpu: stricter command line parsing Heiko Carstens
2011-09-27 13:00 ` [PATCH 0/6] more lscpu and chcpu changes Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).