summaryrefslogtreecommitdiffstats
path: root/sys-utils/rtcwake.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rtcwake: tiny coding style changeKarel Zak2012-04-021-2/+1Star
* rtcwake: only invoke RTC_AIE_ON/OFF ioctls in pairsPaul Fox2012-04-021-1/+4
* rtcwake: align with howto-usage-function.txtSami Kerola2011-10-301-7/+9
* rtcwake: fix crash (invalid free)Petr Uzel2011-10-171-1/+0Star
* rtcwake: cleanup usage()Karel Zak2011-08-161-15/+16
* rtcwake: do not duplicate argument stringsDavidlohr Bueso2011-03-081-2/+2
* rtcwake: test for available suspend modesLawrence Rust2011-02-281-0/+23
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* rtcwake: use err.h routinesKarel Zak2010-11-261-71/+57Star
* rtcwake: add 'show' mode for rtc alarmMarek Otahal2010-11-261-20/+90
* sys-utils: make use xalloc wrappersDavidlohr Bueso2010-11-011-5/+2Star
* rtcwake : add disable action for rtc alarmMarek Otahal2010-04-231-1/+6
* rtcwake: add --dry-run optionKarel Zak2010-04-081-17/+31
* rtcwake: does miss the "off" optionKarel Zak2010-04-081-5/+19
* rtcwake: ignore the tm_isdst field returned from the RTCPaul Fox2009-09-071-1/+1
* rtcwake: add S5 supportKarel Zak2009-09-071-1/+23
* replace usleep() for systems that don't have themDaniel Mierswa2009-08-211-0/+1
* rtcwake: support not suspendingMarco d'Itri2009-01-261-4/+8
* rtcwake: cleanup return codesKarel Zak2008-08-061-14/+14
* rtcwake: prefer RTC_WKALM_SET over RTC_ALM_SETGabriel Burt2008-08-061-18/+17Star
* rtcwake: fix the default mode to "standby"Paulius Zaleckas2008-06-091-1/+1
* rtcwake: fix typo SATE -> STATEMike Frysinger2008-02-151-3/+3
* rtcwake: include libgen.h for basename prototypeMike Frysinger2008-02-151-0/+1
* rtcwake: fix UTC time usageDavid Brownell2008-02-081-1/+11
* rtcwake: misc cleanupsDavid Brownell2007-12-031-20/+28
* rtcwake: fix typoKarel Zak2007-10-111-1/+1
* rtcwake: fix verbose messageKarel Zak2007-10-041-2/+2
* misc-util: new rtcwake commandBernhard Walle2007-07-161-0/+465