summaryrefslogtreecommitdiff
path: root/src/sleep
AgeCommit message (Expand)AuthorFilesLines
2019-06-26systemd-sleep: refuse to calculate swapfile offset on BtrfsZach Smith1-1/+9
2019-06-26systemd-sleep: (bug) use resume_offset value if setZach Smith1-2/+34
2019-06-17sleep: properly pass verb to sleep scriptLennart Poettering1-1/+5
2019-05-30systemd-sleep: refactor sleep config parsingZach Smith1-20/+17
2019-05-28systemd-sleep: replace rtc wakealarm with CLOCK_BOOTTIME_ALARM s2hZach Smith1-46/+26
2019-05-14fix typo in partition device messageZach Smith1-1/+1
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek1-0/+5
2019-03-26sleep: (void)ify some callLennart Poettering1-2/+2
2019-02-18core: Allow to configure execute_directories execution behaviorMatthias Klumpp1-2/+2
2019-01-03sleep: install default sleep.confYu Watanabe1-0/+25
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-21/+17
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-1/+1
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-11-19util-lib: move main() definition macros to its own header fileLennart Poettering1-0/+1
2018-11-17sleep: define main through macroZbigniew Jędrzejewski-Szmek1-9/+8
2018-11-06tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...Yu Watanabe1-6/+8
2018-10-24sleep: when we can't hibernate on suspend-then-hibernate, fall back to suspen...Lennart Poettering1-1/+11
2018-10-24sleep: rework what we do if a suspend fails.Lennart Poettering1-6/+9
2018-10-24sleep: no need to check for resume_offset twiceLennart Poettering1-6/+5
2018-10-24sleep: let's turn off the RTC alarm time ASAPLennart Poettering1-7/+7
2018-10-24sleep: round up when calculating RTC sleep timeLennart Poettering1-1/+1
2018-10-24sleep: move log message generation for rtc_read_time() into the function itselfLennart Poettering1-4/+8
2018-10-24sleep: rework write_wakealarm() to take a numeric parameterLennart Poettering1-13/+13
2018-10-24sleep: rename read_wakealarm() → rtc_read_time()Lennart Poettering1-4/+4
2018-10-24sleep: log about the correct errorsLennart Poettering1-2/+2
2018-10-24sleep: don't make up errors, propagate the right onesLennart Poettering1-3/+6
2018-10-24sleep: let's use write_string_file() instead of write_string_stream() if we canLennart Poettering1-7/+1
2018-10-08shared/sleep-config: add switches to kill specific sleep modesZbigniew Jędrzejewski-Szmek1-6/+9
2018-09-24exec-util: in execute_directories, support initial exec environmentDimitri John Ledkov1-2/+2
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-11/+23
2018-07-17sleep: tiny coding style updatesLennart Poettering1-26/+28
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek1-1/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-3/+3
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-1/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-04basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek1-4/+2
2018-04-10Merge pull request #8676 from keszybz/drop-license-boilerplateLennart Poettering1-13/+0
2018-04-09sleep: Move the error level debugging for write_mode and write_stateMario Limonciello1-6/+3
2018-04-09sleep: Add support for setting a disk offset when hibernatingMario Limonciello1-3/+71
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-28Rename suspend-to-hibernate to suspend-then-hibernateMario Limonciello1-3/+3
2018-03-08Introduce suspend-to-hibernate (#8274)Mario Limonciello1-4/+90
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-09-22fileio: make write_string_stream() accept flags parameterLennart Poettering1-1/+1
2017-09-13exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering1-1/+4
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-02-21Merge pull request #5131 from keszybz/environment-generatorsLennart Poettering1-2/+3
2017-02-20basic/exec-util: add support for synchronous (ordered) executionZbigniew Jędrzejewski-Szmek1-2/+2
2017-02-15tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek1-2/+2
2017-02-11basic/util: move execute_directory() to separate fileZbigniew Jędrzejewski-Szmek1-0/+1