The following changes since commit 63de90d44f4f05a1f48942148edcf1740ba4a623: libmount: cleanup docs (2011-07-23 01:27:39 +0200) are available in the git repository at: https://github.com/kerolasa/lelux-utiliteetit hwclock Sami Kerola (11): hwclock: remove clock-ppc.c hwclock: remove misleading information hwclock: coding style clean up hwclock: include-what-you-use header check hwclock: move path definitions to pathnames.h hwclock: remove inb & outb functions hwclock: fix compiler warnings hwclock: remove goto statement hwclock: add variable initialization hwclock: move long options away from global scope hwclock: validate numeric option arguments configure.ac | 2 - hwclock/Makefile.am | 4 +- hwclock/README.hwclock | 10 - hwclock/clock-ppc.c | 459 --------- hwclock/clock.h | 20 +- hwclock/cmos.c | 936 +++++++++--------- hwclock/hwclock.c | 2654 ++++++++++++++++++++++++------------------------ hwclock/kd.c | 239 +++--- hwclock/rtc.c | 565 ++++++----- include/pathnames.h | 9 + 10 files changed, 2223 insertions(+), 2675 deletions(-) delete mode 100644 hwclock/clock-ppc.c -- Sami Kerola http://www.iki.fi/kerolasa/ -- 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