Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH 00/10] pull: release v2.28 prep work
@ 2016-03-13 10:31 Sami Kerola
  2016-03-13 10:31 ` [PATCH 01/10] logger: fix memory leak [ASAN and valgrind] Sami Kerola
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Sami Kerola @ 2016-03-13 10:31 UTC (permalink / raw)
  To: util-linux; +Cc: Sami Kerola

Hello,

Changes in this pull request are mostly resubmissions with fixes (bash
completion stuff).  There are also some ASAN & valgrind fixes to correct
issues found running test-suite.


----------------------------------------------------------------
The following changes since commit 8c97556ecfc0af358d35dc7a842aaadde5eeafd3:
  build-sys: release++ (v2.28-rc1) (2016-03-11 11:41:05 +0100)
are available in the git repository at:
  git://github.com/kerolasa/lelux-utiliteetit.git v2.28-prep
for you to fetch changes up to 3f2c19ff39a616c192b3a0dfb8a985a0f156e588:
  docs: update AUTHORS file (2016-03-13 10:23:00 +0000)
----------------------------------------------------------------

Sami Kerola (10):
  logger: fix memory leak [ASAN and valgrind]
  getopt: fix memory leaks and integer overflows [ASAN & valgrind]
  lsipc, lslogins, rtcwake: replace asctime() with strftime()
  isosize: stop unmeaningful printing errno message
  setsid: fix argument count bug
  bash-completion: fsck.cramfs, isosize: find files an argument
  bash-completion: ipcmk: add missing completion file
  bash-completion: lslogins: add missing completion file
  bash-completion: lsns: add missing completion file
  docs: update AUTHORS file

 AUTHORS                       |  2 +-
 bash-completion/Makemodule.am |  9 +++++
 bash-completion/fsck.cramfs   | 11 +++++--
 bash-completion/ipcmk         | 27 +++++++++++++++
 bash-completion/isosize       | 11 +++++--
 bash-completion/lslogins      | 76 +++++++++++++++++++++++++++++++++++++++++++
 bash-completion/lsns          | 56 +++++++++++++++++++++++++++++++
 disk-utils/isosize.c          |  2 +-
 include/timeutils.h           |  3 ++
 login-utils/lslogins.c        |  5 ++-
 misc-utils/getopt.c           | 36 +++++++++++++++-----
 misc-utils/logger.c           |  4 ++-
 sys-utils/lsipc.c             |  6 ++--
 sys-utils/rtcwake.c           | 15 +++++----
 sys-utils/setsid.c            |  2 +-
 15 files changed, 236 insertions(+), 29 deletions(-)
 create mode 100644 bash-completion/ipcmk
 create mode 100755 bash-completion/lslogins
 create mode 100644 bash-completion/lsns

-- 
2.7.2


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

end of thread, other threads:[~2016-03-14 21:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-13 10:31 [PATCH 00/10] pull: release v2.28 prep work Sami Kerola
2016-03-13 10:31 ` [PATCH 01/10] logger: fix memory leak [ASAN and valgrind] Sami Kerola
2016-03-13 10:31 ` [PATCH 02/10] getopt: fix memory leaks and integer overflows [ASAN & valgrind] Sami Kerola
2016-03-13 12:11   ` Yuriy M. Kaminskiy
2016-03-14 21:24     ` Sami Kerola
2016-03-13 10:31 ` [PATCH 03/10] lsipc, lslogins, rtcwake: replace asctime() with strftime() Sami Kerola
2016-03-13 11:28   ` Ruediger Meier
2016-03-13 13:20   ` Yuriy M. Kaminskiy
2016-03-14 12:08     ` Karel Zak
2016-03-13 10:31 ` [PATCH 04/10] isosize: stop unmeaningful printing errno message Sami Kerola
2016-03-13 10:31 ` [PATCH 05/10] setsid: fix argument count bug Sami Kerola
2016-03-13 10:31 ` [PATCH 06/10] bash-completion: fsck.cramfs, isosize: find files an argument Sami Kerola
2016-03-13 10:31 ` [PATCH 07/10] bash-completion: ipcmk: add missing completion file Sami Kerola
2016-03-13 10:31 ` [PATCH 08/10] bash-completion: lslogins: " Sami Kerola
2016-03-13 10:31 ` [PATCH 09/10] bash-completion: lsns: " Sami Kerola
2016-03-13 10:31 ` [PATCH 10/10] docs: update AUTHORS file Sami Kerola
2016-03-14 12:17 ` [PATCH 00/10] pull: release v2.28 prep work Karel Zak

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