util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/17] pull: miscellaneous changes
@ 2014-09-07 12:42 Sami Kerola
  2014-09-07 12:42 ` [PATCH 01/17] libuuid: add extern qualifiers to uuid/uuid.h system header Sami Kerola
                   ` (18 more replies)
  0 siblings, 19 replies; 29+ messages in thread
From: Sami Kerola @ 2014-09-07 12:42 UTC (permalink / raw)
  To: util-linux; +Cc: kerolasa

Hello,

This patch set is full of random small changes all around the util-linux
code base.  I am pretty sure all changes are good, but it would be really
good if someone could double check the last one of the changes, setarch:
remove unreachable code, is correct.

While doing eject changes I noticed eject(1) executing umount(8).  That
works, but shouldn't the code be changed to use libmount?  Or is that a
pointless complication?



The following changes since commit 3c2e64b0ca73b90b80365842e95abb2858217e60:

  lsblk: add notes about udev to the man page (2014-09-05 10:02:45 +0200)

are available in the git repository at:

  git://github.com/kerolasa/lelux-utiliteetit.git misc

for you to fetch changes up to 04ea258e5dcdf71cdb1137266151e06ce348ed80:

  setarch: remove unreachable code (2014-09-07 13:30:14 +0100)


Sami Kerola (17):
  libuuid: add extern qualifiers to uuid/uuid.h system header
  include: simplify fputc_careful() in carefulputc.h
  lib: avoid use of obsolete getpass() function
  lib: add function to remove string from memory
  newgrp: use xgetpass() and memset_s() to group password validation
  last: make is_phantom() when kernel config does not include audit
    support
  last: improve code readability by renaming variable names
  zramctl: fix two format string warnings
  mountpoint: add struct mountpoint_control
  mkfs.minix: fix couple compiler warnings
  mountpoint: simplify if statement
  eject: add struct eject_control to remove global variables
  eject: make open_device() and select_speed() to use struct
    eject_control
  hwclock: remove referal to deprecated keyboard interface
  setarch: reindent code
  setarch: use personality() system call when it is available
  setarch: remove unreachable code

 disk-utils/mkfs.minix.c |  16 +-
 include/carefulputc.h   |  16 +-
 include/xgetpass.h      |   3 +-
 lib/xgetpass.c          |  68 ++++---
 libuuid/src/uuid.h      |  30 +--
 login-utils/last.c      |  53 +++--
 login-utils/newgrp.c    |   3 +-
 sys-utils/Makemodule.am |   3 +-
 sys-utils/eject.c       | 422 ++++++++++++++++++++--------------------
 sys-utils/hwclock-kd.c  | 180 -----------------
 sys-utils/hwclock.c     |   3 -
 sys-utils/hwclock.h     |   1 -
 sys-utils/mountpoint.c  |  93 ++++-----
 sys-utils/setarch.c     | 506 +++++++++++++++++++++++-------------------------
 sys-utils/zramctl.c     |   4 +-
 15 files changed, 609 insertions(+), 792 deletions(-)
 delete mode 100644 sys-utils/hwclock-kd.c

-- 
2.1.0


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

end of thread, other threads:[~2014-09-22 13:01 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-07 12:42 [PATCH 00/17] pull: miscellaneous changes Sami Kerola
2014-09-07 12:42 ` [PATCH 01/17] libuuid: add extern qualifiers to uuid/uuid.h system header Sami Kerola
2014-09-07 12:42 ` [PATCH 02/17] include: simplify fputc_careful() in carefulputc.h Sami Kerola
2014-09-07 12:42 ` [PATCH 03/17] lib: avoid use of obsolete getpass() function Sami Kerola
2014-09-12  8:31   ` Karel Zak
2014-09-07 12:42 ` [PATCH 04/17] lib: add function to remove string from memory Sami Kerola
2014-09-07 12:42 ` [PATCH 05/17] newgrp: use xgetpass() and memset_s() to group password validation Sami Kerola
2014-09-12  8:44   ` Karel Zak
2014-09-16 20:33     ` Sami Kerola
2014-09-07 12:42 ` [PATCH 06/17] last: make is_phantom() when kernel config does not include audit support Sami Kerola
2014-09-07 12:42 ` [PATCH 07/17] last: improve code readability by renaming variable names Sami Kerola
2014-09-07 12:42 ` [PATCH 08/17] zramctl: fix two format string warnings Sami Kerola
2014-09-07 12:42 ` [PATCH 09/17] mountpoint: add struct mountpoint_control Sami Kerola
2014-09-12  9:14   ` Karel Zak
2014-09-16 20:36     ` Sami Kerola
2014-09-07 12:42 ` [PATCH 10/17] mkfs.minix: fix couple compiler warnings Sami Kerola
2014-09-07 12:42 ` [PATCH 11/17] mountpoint: simplify if statement Sami Kerola
2014-09-07 12:43 ` [PATCH 12/17] eject: add struct eject_control to remove global variables Sami Kerola
2014-09-12  9:26   ` Karel Zak
2014-09-16 20:39     ` Sami Kerola
2014-09-07 12:43 ` [PATCH 13/17] eject: make open_device() and select_speed() to use struct eject_control Sami Kerola
2014-09-07 12:43 ` [PATCH 14/17] hwclock: remove referal to deprecated keyboard interface Sami Kerola
2014-09-07 12:43 ` [PATCH 15/17] setarch: reindent code Sami Kerola
2014-09-07 12:43 ` [PATCH 16/17] setarch: use personality() system call when it is available Sami Kerola
2014-09-07 12:43 ` [PATCH 17/17] setarch: remove unreachable code Sami Kerola
2014-09-12  9:50   ` Karel Zak
2014-09-16 20:50     ` Sami Kerola
2014-09-16 20:56 ` [PATCH 00/17] pull: miscellaneous changes Sami Kerola
2014-09-22 13:01 ` 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).