All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] pull: mostly swap command clarifications
@ 2014-04-27 20:05 Sami Kerola
  2014-04-27 20:05 ` [PATCH 01/12] include/xalloc: ensure arithmetics overflow cannot happen Sami Kerola
                   ` (13 more replies)
  0 siblings, 14 replies; 30+ messages in thread
From: Sami Kerola @ 2014-04-27 20:05 UTC (permalink / raw)
  To: util-linux; +Cc: kerolasa

Hi Karel and others,

Seeing the swaplabel bug fix went to stable release I decided to clarify
swap related commands what comes to version.  Other than that these
changes include fix to a last(1) regression that I caused with the
is_phantom() function, commit itself has more info what went wrong
previously.  The rest is pretty random stuff.


The following changes since commit c425353570b3f8b429790ff8bbb959348eead233:

  docs: update TODO (2014-04-23 15:28:09 +0200)

are available in the git repository at:

  git://github.com/kerolasa/lelux-utiliteetit.git 2014wk16

for you to fetch changes up to 975da9cf6986fdcdb7207e24403322a265d76ed0:

  lib/pager: use names when referring to standard file descriptors (2014-04-26 18:30:06 +0100)

Sami Kerola (12):
  include/xalloc: ensure arithmetics overflow cannot happen
  dmesg: move get_boot_time() to lib/timeutils
  last: fix is_phantom() detection
  include/c.h: add macro to print definitions as string
  mkswap, swaplabel: move version number to header
  mkswap: remove legacy swap structure
  include/swapheader.h: ensure type sizes
  swapon: swaps with legacy version label are not supported
  swapon, swapheader, mkswap: move swap signature to header
  libsmartcols: remove ununsed assignment
  lib/timeutils: fix memory leak
  lib/pager: use names when referring to standard file descriptors

 disk-utils/mkfs.cramfs.c       |  2 +-
 disk-utils/mkswap.c            | 17 ++++-----
 disk-utils/swaplabel.c         |  4 +-
 include/c.h                    |  9 +++++
 include/swapheader.h           | 26 ++++++-------
 include/timeutils.h            |  1 +
 include/xalloc.h               | 85 +++++++++++++++++++++++++-----------------
 lib/pager.c                    | 18 ++++-----
 lib/timeutils.c                | 30 +++++++++++++++
 libsmartcols/src/table_print.c |  2 +-
 login-utils/last.c             | 15 ++++++--
 login-utils/login.c            |  2 +-
 misc-utils/blkid.c             |  2 +-
 misc-utils/findmnt.c           |  2 +-
 misc-utils/getopt.c            |  4 +-
 misc-utils/logger.c            |  2 +-
 sys-utils/dmesg.c              | 27 --------------
 sys-utils/swapon-common.c      |  4 +-
 sys-utils/swapon.c             | 16 +++-----
 text-utils/col.c               |  9 ++---
 text-utils/column.c            |  7 ++--
 text-utils/more.c              |  4 +-
 text-utils/rev.c               |  2 +-
 text-utils/ul.c                |  2 +-
 24 files changed, 156 insertions(+), 136 deletions(-)

-- 
1.9.2

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

end of thread, other threads:[~2014-05-07 14:04 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-27 20:05 [PATCH 00/12] pull: mostly swap command clarifications Sami Kerola
2014-04-27 20:05 ` [PATCH 01/12] include/xalloc: ensure arithmetics overflow cannot happen Sami Kerola
2014-04-27 20:45   ` Bernhard Voelker
2014-04-28  6:52   ` Karel Zak
2014-04-28  8:42     ` Sami Kerola
2014-04-27 20:05 ` [PATCH 02/12] dmesg: move get_boot_time() to lib/timeutils Sami Kerola
2014-05-06 10:00   ` Ruediger Meier
2014-05-06 11:20     ` Karel Zak
2014-05-06 13:42       ` Ruediger Meier
2014-05-06 14:40         ` Karel Zak
2014-05-06 16:03           ` Ruediger Meier
2014-05-07  9:52             ` Karel Zak
2014-05-07 14:04               ` Ruediger Meier
2014-04-27 20:05 ` [PATCH 03/12] last: fix is_phantom() detection Sami Kerola
2014-04-27 20:05 ` [PATCH 04/12] include/c.h: add macro to print definitions as string Sami Kerola
2014-04-27 20:05 ` [PATCH 05/12] mkswap, swaplabel: move version number to header Sami Kerola
2014-04-27 20:05 ` [PATCH 06/12] mkswap: remove legacy swap structure Sami Kerola
2014-04-27 20:05 ` [PATCH 07/12] include/swapheader.h: ensure type sizes Sami Kerola
2014-04-27 20:05 ` [PATCH 08/12] swapon: swaps with legacy version label are not supported Sami Kerola
2014-04-28  8:37   ` Benno Schulenberg
2014-04-28  8:44     ` Sami Kerola
2014-04-28  9:00       ` Karel Zak
2014-04-27 20:05 ` [PATCH 09/12] swapon, swapheader, mkswap: move swap signature to header Sami Kerola
2014-04-27 20:05 ` [PATCH 10/12] libsmartcols: remove ununsed assignment Sami Kerola
2014-04-28  9:02   ` Karel Zak
2014-04-27 20:05 ` [PATCH 11/12] lib/timeutils: fix memory leak Sami Kerola
2014-04-27 20:05 ` [PATCH 12/12] lib/pager: use names when referring to standard file descriptors Sami Kerola
2014-04-29 21:05 ` [PATCH 00/12] pull: mostly swap command clarifications Sami Kerola
2014-04-29 21:46   ` Bernhard Voelker
2014-05-06  8:36 ` Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.