summaryrefslogtreecommitdiff
path: root/src/sleep/sleep.c
Commit message (Expand)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* sleep: reword some debug messagesZbigniew Jędrzejewski-Szmek2020-09-081-5/+4
* various: treat BUS_ERROR_NO_SUCH_UNIT the same as SD_BUS_ERROR_SERVICE_UNKNOWNZbigniew Jędrzejewski-Szmek2020-08-241-5/+2
* sleep: one spelling unificationZbigniew Jędrzejewski-Szmek2020-07-071-1/+1
* sleep: pass error we see to log functionLennart Poettering2020-06-111-2/+5
* sleep: clean up debug/error loggingLennart Poettering2020-06-111-3/+5
* tree-wide: port to fd_wait_for_event()Lennart Poettering2020-06-101-18/+9
* tree-wide: check POLLNVAL everywhereLennart Poettering2020-06-101-0/+3
* sleep: automatically lock all home directories when suspendingLennart Poettering2020-01-281-1/+46
* systemd-sleep: always attempt hibernation if configuredZach Smith2020-01-051-7/+8
* tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-041-1/+0
* systemd-sleep: always prefer resume device or fileZach Smith2019-10-241-81/+30
* 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
* 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