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