summaryrefslogtreecommitdiff
path: root/src/shared/sleep-config.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13212 from poettering/sleep-conf-defaultZbigniew Jędrzejewski-Szmek2019-07-291-1/+1
|\
| * man: document default HibernateDelaySec= settingLennart Poettering2019-07-291-1/+1
* | systemd-sleep: use swaps in priority orderZach Smith2019-07-291-30/+66
|/
* systemd-sleep: (bug) use resume_offset value if setZach Smith2019-06-261-0/+1
* systemd-sleep: (bug) honor s2h and hybrid_sleep disable settingsZach Smith2019-05-301-4/+4
* systemd-sleep: refactor sleep config parsingZach Smith2019-05-301-79/+99
* systemd-sleep: replace rtc wakealarm with CLOCK_BOOTTIME_ALARM s2hZach Smith2019-05-281-3/+3
* fix typo in wakealarm messageZach Smith2019-05-131-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+3
* sleep: use negative_errno() where appropriateLennart Poettering2019-03-261-2/+2
* Revert "sleep: offer hibernation only if the kernel image still exists"Zbigniew Jędrzejewski-Szmek2018-12-211-75/+1
* util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-2/+2
* Revert 5fdf2d51c244288ac41443d1bd81365fab7b7b81Zbigniew Jędrzejewski-Szmek2018-11-211-89/+0
* strv: wrap strv_new() in a macro so that NULL sentinel is implicitLennart Poettering2018-10-311-5/+5
* shared/sleep-config: add switches to kill specific sleep modesZbigniew Jędrzejewski-Szmek2018-10-081-23/+55
* shared/sleep-config: forbid hibernation if resume= is not configuredZbigniew Jędrzejewski-Szmek2018-10-081-3/+92
* sleep-config: library code should not log beyond LOG_DEBUGLennart Poettering2018-07-261-3/+2
* sleep: offer hibernation only if the kernel image still existsLennart Poettering2018-07-261-1/+75
* sleep-config: eat up errors only after debug logging about themLennart Poettering2018-07-261-2/+6
* sleep-config: partitions can't be deleted, only files canLennart Poettering2018-07-261-6/+9
* shared/sleep-config: exclude zram devices from hibernation candidatesAndrew Jorgensen2018-07-261-3/+13
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-1/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-2/+2
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* shared/sleep-config: fix memleak of strv, add testZbigniew Jędrzejewski-Szmek2018-05-101-7/+4
* Merge pull request #8700 from keszybz/hibernationLennart Poettering2018-04-111-30/+30
|\
| * shared/sleep-config: rename misnamed functionZbigniew Jędrzejewski-Szmek2018-04-111-2/+2
| * shared/sleep-config: return a custom message when not enough swap for hiberna...Zbigniew Jędrzejewski-Szmek2018-04-111-4/+10
| * shared/sleep-fix: fix check if s-then-h is possibleZbigniew Jędrzejewski-Szmek2018-04-101-10/+9
| * shared/sleep-config: get rid of explicit allocation size calculationZbigniew Jędrzejewski-Szmek2018-04-101-18/+13
* | 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: Add support for setting a disk offset when hibernatingMario Limonciello2018-04-091-12/+104
|/
* Rename suspend-to-hibernate to suspend-then-hibernateMario Limonciello2018-03-281-4/+4
* sleep-config: replace USE() macro with TAKE_PTR() usageLennart Poettering2018-03-221-8/+6
* shared/sleep-config: fix unitialized variable and use STR_IN_SET (#8416)Zbigniew Jędrzejewski-Szmek2018-03-111-10/+7
* Introduce suspend-to-hibernate (#8274)Mario Limonciello2018-03-081-7/+47
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-4/+4
* tree-wide: fix wrong indent (#5757)Yu Watanabe2017-04-191-3/+3
* tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek2016-09-161-1/+1
* sleep: Add debug feature to bypass hibernation memory checks. (#3064)Vittorio G (VittGam)2016-04-191-0/+4
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-1/+7
* defs: rework CONF_DIRS_NULSTR() macroLennart Poettering2015-11-101-1/+1
* util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering2015-11-031-1/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1