Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH 00/13] pull: rtcwake changes
@ 2015-02-22 14:42 Sami Kerola
  2015-02-22 14:42 ` [PATCH 01/13] rtcwake: add rtcwake_control and remove global variables Sami Kerola
                   ` (13 more replies)
  0 siblings, 14 replies; 29+ messages in thread
From: Sami Kerola @ 2015-02-22 14:42 UTC (permalink / raw)
  To: util-linux; +Cc: Sami Kerola

Hello,

The following changes are clean ups and improvements to rtcwake command.
These changes are also available from my github remote repository.

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

Sami Kerola (13):
  rtcwake: add rtcwake_control and remove global variables
  rtcwake: enumerate constant mode strings
  rtcwake: replace long if else statement with switch case
  rtcwake: remove RTC_ALM_READ and RTC_ALM_SET compatibility
  rtcwake: improve read_clock_mode()
  rtcwake: add human readable --date timestamp format
  rtcwake: fix preprocessor redefinition
  rtcwake: clean up struct tm initializations
  rtcwake: do not overwrite device name
  bash-completion: add freeze mode to rtcwake
  rtcwake: improve coding style
  rtcwake: make some command line options mutually exclusive
  rtcwake: read accepted mode strings from /sys/power/state

 bash-completion/rtcwake |   9 +-
 sys-utils/rtcwake.8.in  |  19 +-
 sys-utils/rtcwake.c     | 579 ++++++++++++++++++++++--------------------------
 3 files changed, 290 insertions(+), 317 deletions(-)

-- 
2.3.0


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

end of thread, other threads:[~2015-06-29 13:21 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-22 14:42 [PATCH 00/13] pull: rtcwake changes Sami Kerola
2015-02-22 14:42 ` [PATCH 01/13] rtcwake: add rtcwake_control and remove global variables Sami Kerola
2015-02-22 14:42 ` [PATCH 02/13] rtcwake: enumerate constant mode strings Sami Kerola
2015-02-24 12:34   ` Karel Zak
2015-03-01 12:23     ` Sami Kerola
2015-02-22 14:42 ` [PATCH 03/13] rtcwake: replace long if else statement with switch case Sami Kerola
2015-02-22 14:42 ` [PATCH 04/13] rtcwake: remove RTC_ALM_READ and RTC_ALM_SET compatibility Sami Kerola
2015-02-23 20:37   ` Benno Schulenberg
2015-03-01 11:24     ` Sami Kerola
2015-02-22 14:42 ` [PATCH 05/13] rtcwake: improve read_clock_mode() Sami Kerola
2015-02-22 14:42 ` [PATCH 06/13] rtcwake: add human readable --date timestamp format Sami Kerola
2015-02-23 20:32   ` Benno Schulenberg
2015-02-22 14:42 ` [PATCH 07/13] rtcwake: fix preprocessor redefinition Sami Kerola
2015-02-22 14:42 ` [PATCH 08/13] rtcwake: clean up struct tm initializations Sami Kerola
2015-02-22 14:42 ` [PATCH 09/13] rtcwake: do not overwrite device name Sami Kerola
2015-02-24 13:00   ` Karel Zak
2015-03-01 12:24     ` Sami Kerola
2015-02-22 14:42 ` [PATCH 10/13] bash-completion: add freeze mode to rtcwake Sami Kerola
2015-02-24 13:01   ` Karel Zak
2015-03-01 12:26     ` Sami Kerola
2015-02-22 14:42 ` [PATCH 11/13] rtcwake: improve coding style Sami Kerola
2015-02-23 20:40   ` Benno Schulenberg
2015-03-01 11:33     ` Sami Kerola
2015-03-02 20:48       ` Benno Schulenberg
2015-02-22 14:42 ` [PATCH 12/13] rtcwake: make some command line options mutually exclusive Sami Kerola
2015-02-22 14:42 ` [PATCH 13/13] rtcwake: read accepted mode strings from /sys/power/state Sami Kerola
2015-06-02 12:48 ` [PATCH 00/13] pull: rtcwake changes Karel Zak
2015-06-07 20:41   ` Sami Kerola
2015-06-29 13:21     ` Karel Zak

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