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 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html