All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] some fixes, cleanup and portability issues
@ 2016-02-26  3:03 Ruediger Meier
  2016-02-26  3:03 ` [PATCH 01/14] logger: use SCM_CREDENTIALS on LINUX only Ruediger Meier
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Ruediger Meier @ 2016-02-26  3:03 UTC (permalink / raw)
  To: util-linux

From: Ruediger Meier <ruediger.meier@ga-group.nl>

Some arbitrary mostly trivial issues.

This is github pull request #291
https://github.com/karelzak/util-linux/pull/291

Ruediger Meier (14):
  logger: use SCM_CREDENTIALS on LINUX only
  build-sys: add openat build conditional
  fdisk: fix warning, incompatible pointer types passing 'uint64_t *'
  libsmartcols: fix uninitialized variable
  misc: fix some includes
  newgrp: rename memset_s()
  build-sys: build_init should check for flock
  login-utils: minor utmp cleanup
  build-sys: disable login-utils if shadow.h or utmp.h is missing
  build-sys: add --disable-ipcrm --disable-ipcs
  build-sys: chrt requires a sched_set* function
  lib: provide mkostemp fallback function
  build-sys: remove duplicate cal sources
  lib: include strutils.h for mempcpy()

 configure.ac                       | 50 ++++++++++++++++++++++++++++++++------
 disk-utils/fdisk.c                 |  4 +--
 include/fileutils.h                |  4 +++
 lib/blkdev.c                       |  7 ------
 lib/fileutils.c                    | 27 ++++++++++++++++++++
 lib/mbsalign.c                     |  1 +
 libblkid/src/save.c                |  1 +
 libfdisk/src/gpt.c                 |  3 ++-
 libsmartcols/samples/Makemodule.am |  4 ++-
 libsmartcols/src/table_print.c     |  2 +-
 login-utils/last.c                 |  2 +-
 login-utils/login.c                |  1 -
 login-utils/newgrp.c               |  4 +--
 misc-utils/Makemodule.am           | 10 +-------
 misc-utils/logger.c                |  5 ++++
 misc-utils/test_uuidd.c            |  1 -
 sys-utils/ipcs.c                   |  1 -
 sys-utils/lsipc.c                  |  1 -
 sys-utils/rtcwake.c                |  1 -
 text-utils/pg.c                    |  1 -
 20 files changed, 92 insertions(+), 38 deletions(-)

-- 
1.8.4.5


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

end of thread, other threads:[~2016-03-07 13:50 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26  3:03 [PATCH 00/14] some fixes, cleanup and portability issues Ruediger Meier
2016-02-26  3:03 ` [PATCH 01/14] logger: use SCM_CREDENTIALS on LINUX only Ruediger Meier
2016-02-26  3:03 ` [PATCH 02/14] build-sys: add openat build conditional Ruediger Meier
2016-02-26  3:03 ` [PATCH 03/14] fdisk: fix warning, incompatible pointer types passing 'uint64_t *' Ruediger Meier
2016-02-26  3:03 ` [PATCH 04/14] libsmartcols: fix uninitialized variable Ruediger Meier
2016-02-26  3:03 ` [PATCH 05/14] misc: fix some includes Ruediger Meier
2016-02-26 11:37   ` Ruediger Meier
2016-02-26  3:03 ` [PATCH 06/14] newgrp: rename memset_s() Ruediger Meier
2016-02-26 12:29   ` Yuriy M. Kaminskiy
2016-02-26 12:47     ` Ruediger Meier
2016-02-26  3:03 ` [PATCH 07/14] build-sys: build_init should check for flock Ruediger Meier
2016-02-26  3:03 ` [PATCH 08/14] login-utils: minor utmp cleanup Ruediger Meier
2016-02-26  3:03 ` [PATCH 09/14] build-sys: disable login-utils if shadow.h or utmp.h is missing Ruediger Meier
2016-02-26  3:08 ` [PATCH 10/14] build-sys: add --disable-ipcrm --disable-ipcs Ruediger Meier
2016-02-26  3:08   ` [PATCH 11/14] build-sys: chrt requires a sched_set* function Ruediger Meier
2016-02-26  3:08   ` [PATCH 12/14] lib: provide mkostemp fallback function Ruediger Meier
2016-02-26 12:51     ` Yuriy M. Kaminskiy
2016-02-26 13:50       ` Ruediger Meier
2016-02-26 14:51       ` [PATCH] Proper fallback for systems that lacks O_CLOEXEC (was: [PATCH 12/14] lib: provide mkostemp fallback function) Yuriy M. Kaminskiy
2016-02-27 19:40         ` Rüdiger Meier
2016-03-07 13:50         ` Karel Zak
2016-02-27 20:02     ` [PATCH v2 12/14] lib: provide fallback if mkostemp(3) missing Ruediger Meier
2016-02-26  3:08   ` [PATCH 13/14] build-sys: remove duplicate cal sources Ruediger Meier
2016-02-26  3:08   ` [PATCH 14/14] lib: include strutils.h for mempcpy() Ruediger Meier

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.