public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] pull: fixes in preparation to v2.23 release
@ 2013-04-02 19:42 Sami Kerola
  2013-04-02 19:42 ` [PATCH 01/13] docs: fix type in mkfs.8 Sami Kerola
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Sami Kerola @ 2013-04-02 19:42 UTC (permalink / raw)
  To: util-linux; +Cc: kerolasa

Hello Karel, and others.

While doing the bash-completion patches I ran many of the commands, and
found few inconveniences.  These fixes are an attempt to take care most
of them, and hopefully most, if not all, of them get merged before next
release is out.


The following changes since commit c7e76cd145b0c40e1d346203f3222f5937146939:

  lsblk: add --paths (2013-03-29 17:16:09 +0100)

are available in the git repository at:

  git://github.com/kerolasa/lelux-utiliteetit.git 2013wk13

for you to fetch changes up to 6329a948bdf6f2b12a6ec3caa568f5c71e7bbbfd:

  logger: make local sockets to try both stream and datagram (2013-04-02 20:28:51 +0100)

----------------------------------------------------------------
Sami Kerola (13):
      docs: fix type in mkfs.8
      newgrp: use xstrdup to check allocation succeeded
      agetty: add -h and -V options
      dmesg: fix usage() output consistancy
      fsfreeze: tell user when mandatory option is not specified
      losetup: allow -j option argument to be relative path
      lscpu: fix error message
      partx: remove deprecated option from usage()
      setarch: add option to list settable architectures
      setterm: fix various color option argument lists
      vipw: add usage() function
      chrt: make command syntax easier to understand in usage()
      logger: make local sockets to try both stream and datagram

 disk-utils/mkfs.8    |  1 -
 disk-utils/partx.c   |  1 -
 login-utils/newgrp.c |  3 ++-
 login-utils/vipw.c   | 23 +++++++++++++---
 misc-utils/logger.c  | 42 +++++++++++++++++------------
 schedutils/chrt.1    | 11 +++++---
 schedutils/chrt.c    |  4 +--
 sys-utils/dmesg.c    |  4 +--
 sys-utils/fsfreeze.c | 25 +++++++++++++-----
 sys-utils/losetup.c  | 13 ++++++---
 sys-utils/lscpu.c    |  2 +-
 sys-utils/setarch.8  |  3 +++
 sys-utils/setarch.c  | 18 ++++++++++---
 term-utils/agetty.c  |  5 ++--
 term-utils/setterm.c | 74 ++++++++++++++++++++++++++--------------------------
 15 files changed, 144 insertions(+), 85 deletions(-)



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

end of thread, other threads:[~2013-04-05 12:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 19:42 [PATCH 00/13] pull: fixes in preparation to v2.23 release Sami Kerola
2013-04-02 19:42 ` [PATCH 01/13] docs: fix type in mkfs.8 Sami Kerola
2013-04-02 19:42 ` [PATCH 02/13] newgrp: use xstrdup to check allocation succeeded Sami Kerola
2013-04-02 19:42 ` [PATCH 03/13] agetty: the command does not have -h and -V options Sami Kerola
2013-04-02 19:42 ` [PATCH 04/13] dmesg: fix usage() output consistancy Sami Kerola
2013-04-02 19:42 ` [PATCH 05/13] fsfreeze: tell user when mandatory option is not specified Sami Kerola
2013-04-02 19:42 ` [PATCH 06/13] losetup: allow -j option argument to be relative path Sami Kerola
2013-04-02 19:42 ` [PATCH 07/13] lscpu: fix error message Sami Kerola
2013-04-02 19:42 ` [PATCH 08/13] partx: remove deprecated option from usage() Sami Kerola
2013-04-02 19:42 ` [PATCH 09/13] setarch: add option to list settable architectures Sami Kerola
2013-04-05 12:04   ` Karel Zak
2013-04-02 19:42 ` [PATCH 10/13] setterm: fix various color option argument lists Sami Kerola
2013-04-02 19:42 ` [PATCH 11/13] vipw: add usage() function Sami Kerola
2013-04-02 19:42 ` [PATCH 12/13] chrt: make command syntax easier to understand in usage() Sami Kerola
2013-04-02 19:42 ` [PATCH 13/13] logger: make local sockets to try both stream and datagram Sami Kerola
2013-04-05 12:10 ` [PATCH 00/13] pull: fixes in preparation to v2.23 release Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox