summaryrefslogtreecommitdiff
path: root/src/shared/sleep-config.c
Commit message (Expand)AuthorAgeFilesLines
* shared/sleep-config: exclude zram devices from hibernation candidatesAndrew Jorgensen2019-10-221-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
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-151-1/+1
* consistently order cleanup attribute before typeThomas Hindoe Paaboel Andersen2014-06-221-1/+1
* coredump: optionally store coredumps on disk, not in the journalLennart Poettering2014-06-191-1/+3
* make gcc shut upLennart Poettering2014-02-191-2/+2
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-131-1/+1
* sleep-config: fix double freeZbigniew Jędrzejewski-Szmek2013-12-311-18/+20
* sleep-config: Dereference pointer before check for NULLStefan Beller2013-12-301-1/+1
* sleep-config: fix useless check for swapfile typeDave Reisner2013-12-241-7/+3
* Make hibernation test work for swap filesJan Janssen2013-11-071-1/+1
* Use first partition in /proc/swaps for hibernation testZbigniew Jędrzejewski-Szmek2013-09-171-17/+63
* Assume that /proc/meminfo can be missingZbigniew Jędrzejewski-Szmek2013-09-161-1/+2