summaryrefslogtreecommitdiffstats
path: root/sys-utils/rtcwake.c
Commit message (Expand)AuthorAgeFilesLines
* rtcwake: terminate mode and excl[]Karel Zak2019-05-281-1/+5
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+3
* rtcwake: use poweroff if shutdown is not foundJustin Chen2018-11-061-12/+27
* rtcwake: wait stdin to settle down before entering a system sleepSami Kerola2018-01-021-0/+20
* rtcwake: fix sys vs. rtc time delta usageKarel Zak2017-11-271-1/+1
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-1/+1
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cleanup and fix --unknownopt issuesRuediger Meier2017-06-261-9/+8Star
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-16/+16
* rtcwake: make sure buffer is zero terminated [coverity scan]Karel Zak2016-10-051-1/+1
* misc: always check setenv(3) return valueSami Kerola2016-08-121-1/+2
* misc: fix declarations shadowing variables in the global scope [oclint]Sami Kerola2016-07-211-3/+3
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-6/+3Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* misc: fix some includesRuediger Meier2016-02-291-1/+0Star
* rtcwake: improve open() usage [coverity scan]Karel Zak2015-08-051-7/+12
* rtcwake: cosmetic changesKarel Zak2015-06-291-15/+28
* rtcwake: fix ARRAY_SIZE() usageKarel Zak2015-06-291-1/+1
* rtcwake: don't use usage() on errorKarel Zak2015-06-291-4/+4
* rtcwake: fix valgrind warningSami Kerola2015-06-291-1/+1
* rtcwake: read accepted mode strings from /sys/power/stateSami Kerola2015-06-291-55/+62
* rtcwake: make some command line options mutually exclusiveSami Kerola2015-06-291-0/+7
* rtcwake: improve coding styleSami Kerola2015-06-291-94/+29Star
* rtcwake: add --list-modesSami Kerola2015-06-291-1/+17
* rtcwake: do not overwrite device nameSami Kerola2015-06-291-22/+23
* rtcwake: clean up struct tm initializationsSami Kerola2015-06-291-13/+8Star
* rtcwake: fix preprocessor redefinitionSami Kerola2015-06-291-4/+3Star
* rtcwake: add human readable --date timestamp formatSami Kerola2015-06-291-5/+19
* rtcwake: improve read_clock_mode()Sami Kerola2015-06-291-12/+7Star
* rtcwake: remove RTC_ALM_READ and RTC_ALM_SET compatibilitySami Kerola2015-06-291-36/+6Star
* rtcwake: replace long if else statement with switch caseSami Kerola2015-06-291-8/+16
* rtcwake: enumerate constant mode stringsSami Kerola2015-06-291-49/+65
* rtcwake: add rtcwake_control and remove global variablesSami Kerola2015-06-291-62/+69
* build: fix printf warnings for icc (-Wformat-security)Ruediger Meier2015-01-211-1/+1
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* textual: use version printing macro everywhereSami Kerola2014-10-011-2/+1Star
* include/c.h: prefer nanosleep() over usleep()Karel Zak2014-01-241-1/+1
* rtcwake: pass -h to shutdownMike Frysinger2013-04-251-1/+2
* rtcwake: add support for "freeze" modeKarel Zak2013-04-231-0/+1
* rtcwake: add --auto to usage()Karel Zak2013-04-051-0/+1
* rtcwake: clean up usageKarel Zak2013-03-261-8/+8
* include/pathnames: rename _PATH_ADJPATH to _PATH_ADJTIMEKarel Zak2013-03-261-2/+2
* rtcwake: add --adjfile command line optionKarel Zak2013-03-261-18/+26
* translation: unify exec error messagesSami Kerola2013-02-061-1/+1
* textual: standardize reporting of program name plus package versionBenno Schulenberg2013-01-251-1/+2
* include/c: move usleep() fallback to c.hKarel Zak2012-10-221-1/+0Star
* rtcwake: doesn't reset wakealarmGiacomo2012-09-131-4/+19
* translation: unify file open error messagesSami Kerola2012-07-161-3/+3
* sys-utils: cleanup strtoxx_or_err()Karel Zak2012-05-151-4/+2Star
* sys-utils: verify writing to streams was successfulSami Kerola2012-04-041-1/+4