aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* fileio: make get_status_field() more genericAaro Koskinen2015-09-301-1/+1
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-3/+3
* systemd-sleep: Support sleep.conf.d directories in the usual search pathsJosh Triplett2014-11-291-3/+4
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-2/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-7/+12
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-161-13/+3